Commit Graph

356 Commits

Author SHA1 Message Date
Offray Vladimir Luna Cárdenas 3782f19dca Deleting references to GrafoscopioDocumentation in the DockingBar. 2020-04-13 10:18:07 +00:00
Offray Vladimir Luna Cárdenas 5bb0609ca2 Moving GrafoscopioDocumentation to Grafoscopio-Utils package, to improve modularity
and usability.
2020-04-13 10:18:07 +00:00
Offray Vladimir Luna Cárdenas 5f1fe14d93 Modularizing code: Moving documentaiton and UI functionality into new Grafoscopio-Utils package. 2020-04-13 10:18:07 +00:00
Offray Vladimir Luna Cárdenas 6eca14a57b Usual Sync. against repo. 2020-04-13 10:18:07 +00:00
Offray Vladimir Luna Cárdenas 2bf03aa25c Fixing uncommented classes for the JOSS paper.
See details at:
https://github.com/openjournals/joss-reviews/issues/251#issuecomment-300128786
2020-04-13 10:18:07 +00:00
Offray Vladimir Luna Cárdenas 81ff0bc5ee Improving STON exporting, as recomended by Sven. 2020-04-13 10:18:07 +00:00
Offray Vladimir Luna Cárdenas e300b15a91 Synchronizing before moving to new image. 2020-04-13 10:18:07 +00:00
Offray Vladimir Luna Cárdenas 2c7dac5103 Open PDF's now relies on WebBrowser instead of OSProcess. This makes it more crossplatform and removes a depedency. OSSubProcess will be explored in the future for Pandoc/Fossil interaction. 2020-04-13 10:18:07 +00:00
Offray Vladimir Luna Cárdenas 8b044107ea Minor update to solve English language interface issues reported in https://github.com/openjournals/joss-reviews/issues/251#issuecomment-298878559 2020-04-13 10:18:07 +00:00
Offray Vladimir Luna Cárdenas 566b755d2c Adding "live" debug options to notebooks from the UI. 2020-04-13 10:18:07 +00:00
Offray Vladimir Luna Cárdenas 880c6bb4eb Fixing old updating documentation method, which has no parameters. 2020-04-13 10:18:06 +00:00
Offray Vladimir Luna Cárdenas 11114fe6cb JOSS article: Fixing installation problems. 2020-04-13 10:18:06 +00:00
Offray Vladimir Luna Cárdenas e8824cf120 Fixing preliminary support for outputs of code nodes inside the notebook. For the moment output is not stored in the notebook also, just invoked on demand using a %keyword. 2020-04-13 10:18:06 +00:00
Offray Vladimir Luna Cárdenas 82f2305881 Not all outputs are stored by default. 2020-04-13 10:18:06 +00:00
Offray Vladimir Luna Cárdenas a0b24545b8 Grafoscopio now stores the output of calculations! Reification of notebooks was done
on packages, so it was not needed until now (almost 2.5 years after first public commit!).
Impressive what the Pharo live coding environment can do, and the stuff you can "just leave for later" :-).
2020-04-13 10:18:06 +00:00
Offray Vladimir Luna Cárdenas b65d1bdbb0 Fixing [1191764e94] on Fossil main repo, which
required a minor fix in the Links objects.
Really pleased about how can I evolve the STON
notebook format dynamically.
2020-04-13 10:18:06 +00:00
Offray Vladimir Luna Cárdenas 07576276e3 Several improvements on GrafoscopioDocumentation and GrafoscopioDockingBar for updating documentation and made it more modular and related to a specific package in a particular repository. Part of the dialogue while writing the JOSS papers. 2020-04-13 10:18:06 +00:00
Offray Vladimir Luna Cárdenas e41e973294 Minor fix on markdown exportation. 2020-04-13 10:18:06 +00:00
Offray Vladimir Luna Cárdenas 9d1464a19d Exportation of subtrees, a feature that was described since the first versions of the Spanish manual, is finally available! Now it needs to be documented in the English Manual, that will be the base for future Spanish versions (full cycle :-)). 2020-04-13 10:18:06 +00:00
Offray Vladimir Luna Cárdenas f2c6101283 Fixing a bug on cut & paste between notebooks. 2020-04-13 10:18:06 +00:00
Offray Vladimir Luna Cárdenas c0aa86ee5e Better ergonomy for saving notebooks: Now saving notebooks opens by default the location where the notebook was saved last time or the user documents location, if the previous one was empty. 2020-04-13 10:18:06 +00:00
Offray Vladimir Luna Cárdenas 87ece22e25 %footnotes and code blocks improved. 2020-04-13 10:18:06 +00:00
Offray Vladimir Luna Cárdenas 5e7d80c5dc Minor sync, before adding preliminar Pandoc
exportation support.
2020-04-13 10:18:06 +00:00
Offray Vladimir Luna Cárdenas 8adf456f0b Finally, refactoring GrafoscopioNode>>markdownContent to a pretty readable version. May be there is more refactoring to be done, but now one of the key and older algorithms was untangled. :-) 2020-04-13 10:18:06 +00:00
Offray Vladimir Luna Cárdenas 98715578ae Refactoring GrafoscopioNode>>markdownContent and deleting %embed-all keyword. That should be the default behaviour. 2020-04-13 10:18:06 +00:00
Offray Vladimir Luna Cárdenas 9a7ebeea0e Fixing %embed keyword for nesting them inside %idea headers (see <http://mutabit.com/repos.fossil/grafoscopio/info/e53747ad09457dce>).
There is explicit replicated code inside GrafoscopioNode>>markdownContent that needs code refactoring and testing.
2020-04-13 10:18:06 +00:00
Offray Vladimir Luna Cárdenas 04253b70d5 Improving %embed nodes. Still it is an obfuscate code, that should be modularized and improved,
but it seems working as a temporal solution.
2020-04-13 10:18:06 +00:00
Offray Vladimir Luna Cárdenas 8537f8890a Fixing the bug about code nodes being replaced by their output when such output was text. Thanks Doru :-). 2020-04-13 10:18:06 +00:00
Offray Vladimir Luna Cárdenas 453e8fd88f Loading links from web as playgrounds. Now using the node links field, instead of the node header. 2020-04-13 10:18:06 +00:00
Offray Vladimir Luna Cárdenas a006dbc399 Now code blocks which are sucessors of '%invisible' ancestors are not exported in the markdown output. 2020-04-13 10:18:06 +00:00
Offray Vladimir Luna Cárdenas 6d8ce8fc26 Cleaning markdown exportation. 2020-04-13 10:18:06 +00:00
Offray Vladimir Luna Cárdenas dd95e544e6 Starting test on the core funcitonality for the model... finally! ;-). 2020-04-13 10:18:06 +00:00
Offray Vladimir Luna Cárdenas 8f2578d680 Implementing item 4 of http://forum.world.st/Couple-grafoscopio-notes-tt4929939.html . 2020-04-13 10:18:06 +00:00
Offray Vladimir Luna Cárdenas d7891eba18 Implementing point 1 on http://forum.world.st/Couple-grafoscopio-notes-tt4929939.html. Thanks to Peter Uhnak. 2020-04-13 10:18:05 +00:00
Offray Vladimir Luna Cárdenas 1eda9b0ae0 Fixing http://mutabit.com/repos.fossil/grafoscopio/tktview?name=ffb08a5973 as suggested by Udo. 2020-04-13 10:18:05 +00:00
Offray Vladimir Luna Cárdenas 144a6a8980 Solving ticket http://mutabit.com/repos.fossil/grafoscopio/tktview?name=c3d7a790ff. 2020-04-13 10:18:05 +00:00
Offray Vladimir Luna Cárdenas 88b74c06d3 Starting FileUtils, used in the Lua/LÖVE video game tutorial notebook, but useful in other contexts :-). 2020-04-13 10:18:05 +00:00
Offray Vladimir Luna Cárdenas 0820bd8ed7 Node links: Openning them in the browser. There is still variations to explore, if the link contains a file or a reference to an image. 2020-04-13 10:18:05 +00:00
Offray Vladimir Luna Cárdenas b804779da6 Starting node links: this will allow to store web and local bookmarks and load content in the web browser, reload shared playgrounds, preview images and so on. Interesting possibilities. 2020-04-13 10:18:05 +00:00
Offray Vladimir Luna Cárdenas cba173f6a7 Cut, copy & paste debugged. Long needed feature finally implemented. 2020-04-13 10:18:05 +00:00
Offray Vladimir Luna Cárdenas 4b9309bf1a Copy & paste suport in the model. 2020-04-13 10:18:05 +00:00
Offray Vladimir Luna Cárdenas 704aad3dfb Cut, copy & paste node tree editing icons. 2020-04-13 10:18:05 +00:00
Offray Vladimir Luna Cárdenas c47fd28f40 Cleaning main dock bar menu to exclude from 'Help' and 'Update' not maintained documents. For the moment I will focus on good Grafoscopio notebook and Dataviz experience and leave PDF and HTML exporting and documentation for later. 2020-04-13 10:18:05 +00:00
Offray Vladimir Luna Cárdenas 61e47a097a Update before AbreLatam2016 talk. 2020-04-13 10:18:05 +00:00
Offray Vladimir Luna Cárdenas d8e3e9a8bc Automatic download of documentation. 2020-04-13 10:18:05 +00:00
Offray Vladimir Luna Cárdenas 1737e5b14d Documentation: Patch for a proper download of the tutorial. 2020-04-13 10:18:05 +00:00
Offray Vladimir Luna Cárdenas 4af5f63fee Improving documentation installation. 2020-04-13 10:18:05 +00:00
Offray Vladimir Luna Cárdenas d389074c97 New methods for updating documentation. 2020-04-13 10:18:05 +00:00
Offray Vladimir Luna Cárdenas 9e473aa570 List for outdated documents. 2020-04-13 10:18:05 +00:00
Offray Vladimir Luna Cárdenas df1e446902 Refactoring for documentation support. 2020-04-13 10:18:05 +00:00
Offray Vladimir Luna Cárdenas d9bcb3c038 Refactoring of FossilRepo and new documentation object. 2020-04-13 10:18:05 +00:00
Offray Vladimir Luna Cárdenas e2b5b12138 Merging changes from 226 and improving detection of hashes for last version of files.
Should the warning be more visible?
2020-04-13 10:18:05 +00:00
Offray Vladimir Luna Cárdenas c71652f0f6 Again, implementing dumb deletion of temporal files. La tercera es la vencida! 2020-04-13 10:18:05 +00:00
Offray Vladimir Luna Cárdenas dfef88819e Loading to the last version of Dataviz package. 2020-04-13 10:18:05 +00:00
Offray Vladimir Luna Cárdenas 04d33f10f9 Better naming and pronountiation... especially for Latins ;-). 2020-04-13 10:18:05 +00:00
Offray Vladimir Luna Cárdenas 4881fc8e25 Better names for operations 2020-04-13 10:18:05 +00:00
Offray Vladimir Luna Cárdenas 80fd5c9f39 Deleting files from the temporal location before downloading new copies there. WARNING: Dumb method! it should be improve to verify if deletion has sense. 2020-04-13 10:18:05 +00:00
Offray Vladimir Luna Cárdenas 5fcc008fdc FossilRepo: Support for querying hash numbers given a file name. 2020-04-13 10:18:04 +00:00
Offray Vladimir Luna Cárdenas 5718c53fc6 Getting JSON data for a given file name. 2020-04-13 10:18:04 +00:00
Offray Vladimir Luna Cárdenas 20ba87e9f6 Getting JSON info string for a file name. 2020-04-13 10:18:04 +00:00
Offray Vladimir Luna Cárdenas 1457c2d34a FossilRepo support for the creation given url in a string. 2020-04-13 10:18:04 +00:00
Offray Vladimir Luna Cárdenas 0a5bba2e72 Modelling fossil repositories to use JSON API in getting updated documentaion and files. 2020-04-13 10:18:04 +00:00
Offray Vladimir Luna Cárdenas 5d53043ac5 Implemeting hashing verification for solving the bug reported in:
http://mutabit.com/repos.fossil/grafoscopio/info/05e57145296f9fa4
2020-04-13 10:18:04 +00:00
Offray Vladimir Luna Cárdenas cf1fa9ff19 Updating Grafoscopio load by default the version on the repo (not de development one).
Works better in the data week workshops.
2020-04-13 10:18:04 +00:00
Offray Vladimir Luna Cárdenas ab7830d8d0 Solving issues with opening remote notebooks. 2020-04-13 10:18:04 +00:00
Offray Vladimir Luna Cárdenas e830a7a070 Updating for the new minor version. 2020-04-13 10:18:04 +00:00
Offray Vladimir Luna Cárdenas 545ec66173 Support for importing shared workspaces/playground from urls. This could be really important for the workshops :-). 2020-04-13 10:18:04 +00:00
Offray Vladimir Luna Cárdenas 83a11d7c52 Cleaning unneeded code. 2020-04-13 10:18:04 +00:00
Offray Vladimir Luna Cárdenas 451d9d4d8e Finally! Node edition is working after a big simplification :-). 2020-04-13 10:18:04 +00:00
Offray Vladimir Luna Cárdenas e4613a08d6 Toggling support for code nodes. 2020-04-13 10:18:04 +00:00
Offray Vladimir Luna Cárdenas e27568c0e8 Adding nodes "almost" done. Now the problem is deletion... :-/ ..anyway, I'm making progres :-) 2020-04-13 10:18:04 +00:00
Offray Vladimir Luna Cárdenas 5d516fb020 Basic adding of nodes working, but have the problem reported today in the Pharo mailing list. I will try the approached I talked in the message today. 2020-04-13 10:18:04 +00:00
Offray Vladimir Luna Cárdenas ee47190d5a 'Button node' debugging. 2020-04-13 10:18:04 +00:00
Offray Vladimir Luna Cárdenas 4c7e3f123a GUI: Minor update. 2020-04-13 10:18:04 +00:00
Offray Vladimir Luna Cárdenas 6792905dcc GUI: Deleting extra main bars. 2020-04-13 10:18:04 +00:00
Offray Vladimir Luna Cárdenas f6d0504e3e Temporal disabling of Roassal Examples from main menu, to a easier install while debuging GUI selection. 2020-04-13 10:18:04 +00:00
Offray Vladimir Luna Cárdenas 12325ab33a Small bakcup. Image is becoming unresponsive with last test and a little slower after loading Komitter. 2020-04-13 10:18:04 +00:00
Offray Vladimir Luna Cárdenas 3dd22ec8e6 Fighting against the selection of new nodes on Spec. 2020-04-13 10:18:04 +00:00
Offray Vladimir Luna Cárdenas 9556eea8d3 Persistence on basic notebooks done! Text and code playgrounds are saved almost automatically (text needs explicit saving). 2020-04-13 10:18:04 +00:00
Offray Vladimir Luna Cárdenas 200ae219d7 Debugging persistance. 2020-04-13 10:18:04 +00:00
Offray Vladimir Luna Cárdenas e381bbcd85 New GUI: Basic outlining implemented for promote/demote & before/after operations. Next, proper saving of body (text first, then code). 2020-04-13 10:18:04 +00:00
Offray Vladimir Luna Cárdenas 425ce05d29 New GUI: Adding and removing nodes done. Next: Moving nodes up/down and promote/demote. 2020-04-13 10:18:03 +00:00
Offray Vladimir Luna Cárdenas 937fc55b18 Deprecation of GrafoscopioBrowser and adding functionality to GrafoscopioGUI instead. 2020-04-13 10:18:03 +00:00
Offray Vladimir Luna Cárdenas 9371dead59 Starting deprecation of GrafoscopioBrowser: Moving class methods to GrafoscopioGUI. 2020-04-13 10:18:03 +00:00
Offray Vladimir Luna Cárdenas c4b8891ab7 From unnamed to named windows. 2020-04-13 10:18:03 +00:00
Offray Vladimir Luna Cárdenas 06e40b84da Improving persistance. 2020-04-13 10:18:03 +00:00
Offray Vladimir Luna Cárdenas 796447c081 Reorganizing protocols. 2020-04-13 10:18:03 +00:00
Offray Vladimir Luna Cárdenas 9f3180efe4 Minor changes from a new image (last one become irresponsive). 2020-04-13 10:18:03 +00:00
Offray Vladimir Luna Cárdenas 2570c0b225 Notebooks: starting migration to new toolkit support, from docking bar. 2020-04-13 10:18:03 +00:00
Offray Vladimir Luna Cárdenas 6118a3594e Autostarting docking bar. 2020-04-13 10:18:03 +00:00
Offray Vladimir Luna Cárdenas fd65ad4f45 New GUI: Preliminary presistence support. 2020-04-13 10:18:03 +00:00
Offray Vladimir Luna Cárdenas 4547a3ad83 Moving functionality to GrafoscopioGUI. 2020-04-13 10:18:03 +00:00
Offray Vladimir Luna Cárdenas 1dbdc933a2 GrafoscopioBrowser will be deprecated. Its funcionality should be on GrafoscopioGUI and GrafoscopioNotebook. 2020-04-13 10:18:03 +00:00
Offray Vladimir Luna Cárdenas 16e6498d30 Updating prerrequisites and default version to stable. 2020-04-13 10:18:03 +00:00
Offray Vladimir Luna Cárdenas 9051a1c9fe Updating notebook GUI to English. At some point it needs to become a multilanguage one and support Spanish again. 2020-04-13 10:18:03 +00:00
Offray Vladimir Luna Cárdenas dd1804e321 Updating notebook GUI to English. At some point it needs to become a multilanguage one and support Spanish again. 2020-04-13 10:18:03 +00:00
Offray Vladimir Luna Cárdenas abde35eb84 Updating defaults now to the development branches. 2020-04-13 10:18:03 +00:00
Offray Vladimir Luna Cárdenas aa2db4f537 Incorporando cambios de la sesión de trabajo con Johan. 2020-04-13 10:18:03 +00:00
Offray Vladimir Luna Cárdenas 47cb72d8ac Synced for the new version release. 2020-04-13 10:18:03 +00:00
Offray Vladimir Luna Cárdenas de2d834bd8 Spec-Glamour new GUI: Open notebook from file implemented. 2020-04-13 10:18:03 +00:00
Offray Vladimir Luna Cárdenas 18e8b5470b Integrating code developed with the help of Johan Fabry for the new Spec-Glamour interface.
Co-authored-by: johanfabry <jfabry@dcc.uchile.c>
2020-04-13 10:18:03 +00:00
Offray Vladimir Luna Cárdenas 3d33d846c9 About: New code for about. 2020-04-13 10:18:03 +00:00
Offray Vladimir Luna Cárdenas b7cb437ac0 Syncing to explore development on Moose 6. 2020-04-13 10:18:03 +00:00
Offray Vladimir Luna Cárdenas 378a9d1094 Exporting: Improving PDF exportation via XeLaTeX for unicode support. Still some leftovers proper cleaning needs to be debugged. 2020-04-13 10:18:03 +00:00
Offray Vladimir Luna Cárdenas d28549f3fb Last update before restarting in a fresh moose 5.1 image. 2020-04-13 10:18:03 +00:00
Offray Vladimir Luna Cárdenas 62422b809a Updating System: improving it and making it more modular and user friendlier, by decoupling User Interface, from 'command line' options so the user can select between granular updates or making an unattended update. 2020-04-13 10:18:03 +00:00
Offray Vladimir Luna Cárdenas 61f34f995a updateMenu: Simpler names and fewer options. 2020-04-13 10:18:02 +00:00
Offray Vladimir Luna Cárdenas 4b8e94e297 Documentation: Cleaning download and updating for particular documents now that we have them generalized. 2020-04-13 10:18:02 +00:00
Offray Vladimir Luna Cárdenas e2a1ed9078 Documentation: Updating all in a single step, now that we have a lighter document format. 2020-04-13 10:18:02 +00:00
Offray Vladimir Luna Cárdenas 2e4421a17b DVCS friendly document format for notebooks enabled. This closes the long asked feature reported in [058a50a883](http://mutabit.com/repos.fossil/grafoscopio/tktview?name=058a50a883) by @ijpulidos. 2020-04-13 10:18:02 +00:00
Offray Vladimir Luna Cárdenas 0c3447e846 Flatten nodes at least!!! Now we have small files for grafoscopio notebooks. The start of a DVCS friendly grafoscopio notebook format :-). This should be reflected in the grafoscopio Docs folder of the fossil repo at http://mutabit.com/repos.fossil/grafoscopio/ after commit [6440630201] 2020-04-13 10:18:02 +00:00
Offray Vladimir Luna Cárdenas 522f374162 ExternalApp: introducing support for modelling external apps (installation, configuration, etc), starting with SQLite (then fossil and pandoc follow :-)) 2020-04-13 10:18:02 +00:00
Offray Vladimir Luna Cárdenas bc9d6c9fdb SQLite: moving files. Next cleaning leftovers and maybe starting a new object to model external apps handling (SQLite, fossil and pandoc) 2020-04-13 10:18:02 +00:00
Offray Vladimir Luna Cárdenas ba24192c88 SQLite support: fixing local paths bug. 2020-04-13 10:18:02 +00:00
Offray Vladimir Luna Cárdenas 31f92f7672 SQLite: Small change to test sync with main repo. 2020-04-13 10:18:02 +00:00
Offray Vladimir Luna Cárdenas 00ae639933 SQLite: Initial support for installation. 2020-04-13 10:18:02 +00:00
Offray Vladimir Luna Cárdenas 8424805ee5 Cleaning interface and trying to know where the code nodes are transformed into text. 2020-04-13 10:18:02 +00:00
Offray Vladimir Luna Cárdenas 928242ff65 Cleaning the code: Quitting support for Fossil repositories. It was not working. PAY PARTICULAR ATTENTION. 2020-04-13 10:18:02 +00:00
Offray Vladimir Luna Cárdenas 10d5176906 Cleaning up the code. Trying to find why code nodes are serialized so big! (problem was solved already for textual nodes) 2020-04-13 10:18:02 +00:00
Offray Vladimir Luna Cárdenas 26bf6f988e Documentation: Improving UI experience for dowloading main tutorial. 2020-04-13 10:18:02 +00:00
Offray Vladimir Luna Cárdenas 75f6901070 Dataviz package: Loading from configuration. 2020-04-13 10:18:02 +00:00
Offray Vladimir Luna Cárdenas 03eb84f73c Updating dataviz package. 2020-04-13 10:18:02 +00:00
Offray Vladimir Luna Cárdenas 64d4f4bfb5 Some changes in the menu to test configurationOfGrafoscopio 2020-04-13 10:18:02 +00:00
Offray Vladimir Luna Cárdenas e403b9816d Changing menus and testing configuration of... 2020-04-13 10:18:02 +00:00
Offray Vladimir Luna Cárdenas 442a192e7d Update > Tutorial: Cleaning dirty code. 2020-04-13 10:18:02 +00:00
Offray Vladimir Luna Cárdenas f13f460715 Updating tutorial: renaming and looking for redundant code. 2020-04-13 10:18:02 +00:00
Offray Vladimir Luna Cárdenas 999e68e0a3 Releasing for Pharo4 2020-04-13 10:18:02 +00:00
Offray Vladimir Luna Cárdenas e263a4cce9 Fixing launching problems. 2020-04-13 10:18:02 +00:00
Offray Vladimir Luna Cárdenas 6973eef53c Dataviz as a codependency instead of prerrequisite. 2020-04-13 10:18:02 +00:00
Offray Vladimir Luna Cárdenas 560020662c First minimalist configuration of the project to ease installation for upcoming data week and beyond :-) 2020-04-13 10:18:02 +00:00
Offray Vladimir Luna Cárdenas 9e33f7e88e Dinamic dictionary as a learning exercise for more comples UI. Empty playgrounds are working. 2020-04-13 10:08:47 +00:00
Offray Vladimir Luna Cárdenas f373c06ad8 New minimalistic example 2020-04-13 10:08:47 +00:00
Offray Vladimir Luna Cárdenas 9c9e4b9b89 Going back to the non-dynamic interface in the test functionality :-/ 2020-04-13 10:08:47 +00:00
Offray Vladimir Luna Cárdenas f426bfed46 About updated (needs a better looking, may be with another building object). Commiting before testing DynamicComposableModel for building a dynamic interface. 2020-04-13 10:08:47 +00:00
Offray Vladimir Luna Cárdenas 1128635734 GUI: Spec migration prototype with initial tree browsing working. Next issue: making interface react to node tags and show playground when tagged as code. 2020-04-13 10:08:47 +00:00
Offray Vladimir Luna Cárdenas 58601cf2ef Updating prerrequisites. 2020-04-13 10:08:47 +00:00
Offray Vladimir Luna Cárdenas c01026c6d7 Commit before loading this into a clear image. 2020-04-13 10:08:47 +00:00
Offray Vladimir Luna Cárdenas 96588c8e1c Documentation: Solving UTF8 decoding problem when downloading documentation. 2020-04-13 10:08:47 +00:00
Offray Vladimir Luna Cárdenas 89fbb85e71 Going back to tags in Spanish. This should be thought more: Tags should be in any language, but language encoding can be tricky. 2020-04-13 10:08:47 +00:00
Offray Vladimir Luna Cárdenas afe36726e4 Tags: Temporary fix to UTF-8 tagged nodes. 2020-04-13 10:08:47 +00:00
Offray Vladimir Luna Cárdenas 749775fdaf Documentation menu: Correcting minor omission. 2020-04-13 10:08:47 +00:00
Offray Vladimir Luna Cárdenas 606b01cd78 Documentation: Option menu for opening only the tutorial. 2020-04-13 10:08:47 +00:00
Offray Vladimir Luna Cárdenas 155bf9e3a5 Documentation: Update tutorial. Temporal fix while looking for a more robust solution which takes into account SHA1 integrity codes for downloading only the changed material. 2020-04-13 10:08:46 +00:00
Offray Vladimir Luna Cárdenas 89883a3a10 Reversing back to the stable version of Roassal 2020-04-13 10:08:46 +00:00
Offray Vladimir Luna Cárdenas 3f060f1547 Nuevas rutas de repositorios. 2020-04-13 10:08:46 +00:00
Offray Vladimir Luna Cárdenas 6e143895bb Icons update 2020-04-13 10:08:46 +00:00
Offray Vladimir Luna Cárdenas bcebf34256 Data visualization and writing tools updated for finishing this writing:
http://mutabit.com/deltas/repos.fossil/piamed/libro/doc/tip/Libro/libro.pdf
2020-04-13 10:08:46 +00:00
Offray Vladimir Luna Cárdenas b00e495df1 Repositories > Dirty fix: When the remote repository is defined, it's also stored on metadata and also the local repository. 2020-04-13 10:08:46 +00:00
Offray Vladimir Luna Cárdenas 13e6a16f24 'Save As...' working again. :-) 2020-04-13 10:08:46 +00:00
Offray Vladimir Luna Cárdenas 17f7a65ea8 Repositories: Only opens repositories when .fslckout doesn't exists. This code needs refactoring. 2020-04-13 10:08:46 +00:00