| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-30 | gfse: small linearization type display adjustment | hallgren | |
| 2012-09-30 | gfse: display "??" instead of "null" in linearization types when lincats are ↵ | hallgren | |
| missing | |||
| 2012-09-30 | gfse: show the types of linearization functions when hovering over their names | hallgren | |
| 2012-09-28 | gfse & cloud improvements | hallgren | |
| + Added "Symbolic" to the list of resource modules that can be opened. + Clicking on the name of an opened resource module now displays the list operations it provides. (Implemented using show_operations in the GF shell.) + Added a GF version info link to the cloud service start page. | |||
| 2012-09-21 | gfse: added a new "matrix view" of grammars | hallgren | |
| 2012-08-02 | gfse: matching colors in cloud download/upload icons | hallgren | |
| 2012-06-21 | gfse/sort.js: make it more resusable | hallgren | |
| Move the gfse-specific list of sortable tags and class names from sort.js to editor.js. | |||
| 2012-06-12 | translator: documents can now be saved in the cloud | hallgren | |
| some other small fixes | |||
| 2012-06-12 | gfse & translator: change language code for Japanese to Jpn | hallgren | |
| 2012-06-11 | GF home page: link to GF clouds service (cloud.grammaticalframework.org) | hallgren | |
| Also some small cloud service documentation updates. | |||
| 2012-05-28 | GFServer.hs: apply UTF8 encoding when saving uploaded files | hallgren | |
| This fixes a bug introduced on May 16. | |||
| 2012-05-27 | translator: adding "Parallel texts" view | hallgren | |
| This is in addition to the existing "Segment by Segment" view. Also some minor documentation updates. | |||
| 2012-05-15 | Integrate Japanese | hallgren | |
| * Update Setup.hs to build Japanese by default. * News item about Japanese on the home page. * Add Japanese to the supported RGL imports in the grammar editor (gfse). | |||
| 2012-04-24 | minibar&gfse: grammar extension user interface improvements | hallgren | |
| The grammar extension is now done with a regular HTML form, so you can use the TAB key to move between the fields and press ENTER to submit the extension when you are done. TODO: more immediate error feedback | |||
| 2012-04-19 | minibar & cloud service: minor style changes | hallgren | |
| Also include the GF logo on the cloud service start page. | |||
| 2012-04-05 | minibar&gfse: grammar extension user interface fixes | hallgren | |
| It works OK now, but it could be better, e.g. the number of mouse clicks required to enter an extension could to be reduced... | |||
| 2012-04-04 | minibar&gfse: first working grammar extension interface in minibar | hallgren | |
| There are still some user interface wrinkles to iron out. | |||
| 2012-03-29 | gfse&minibar: work in progress on grammar extension fromminibar | hallgren | |
| 2012-03-29 | gfse: show an informative error message in browsers that lack support for ↵ | hallgren | |
| localStorage | |||
| 2012-03-26 | gfse: enable word replacement in minibar when activated from the editor | hallgren | |
| 2012-03-26 | gfse&minibar: fix bug caused by function name clash | hallgren | |
| + Function div_id was defined in both editor.js and support.js. Solution: moved the more general version from editor.js to support.js. + Function div_class was defined in both editor.js and support.js. Solution: resolv incompatibility with an argument type test and put the generalized function in support.js. | |||
| 2012-03-06 | gfse: small usability improvements | hallgren | |
| 2012-03-05 | gfse: more helpful hints about grammar parts and RGL modules | hallgren | |
| 2012-03-05 | gfse: bug fix: avoid hickup when inhertiting from a missing concrete syntax | hallgren | |
| 2012-03-01 | gfse: bug fix | hallgren | |
| Fix a problem opening grammars created before grammar extension was introduced. | |||
| 2012-02-29 | gfse & minibar: minor style adjustments | hallgren | |
| 2012-02-29 | gfse: add missing file sort.js to the repository | hallgren | |
| 2012-02-28 | gfse: Translation Quiz integration | hallgren | |
| Also moved the translation quiz from demos/TransQuiz to src/www/TransQuiz so that it will be installed by 'cabal install' along with the other files that are installed for use by gf -server mode. | |||
| 2012-02-27 | gfse: recognize Predef categories Int, Float and String | hallgren | |
| but don't show them in the startcat menu. | |||
| 2012-02-24 | gfse: text mode editing: accept grammars with printname judgements | hallgren | |
| But printname judgements are ignored for now. Also fixed an UTF-8 encoding bug when parsing uploaded grammars in gf -server mode. | |||
| 2012-02-24 | gfse: text mode tweaks | hallgren | |
| 2012-02-22 | gfse: layout fix | hallgren | |
| Style options inteded for some buttons used in example-based editing was unintensionally applied to some other OK/Cancel buttons as well. | |||
| 2012-02-22 | gfse: experimental support for editing concrete syntax in text mode | hallgren | |
| 2012-02-22 | gfse: some refactoring | hallgren | |
| 2012-02-21 | gfse: edit abstract syntax in text mode with instant syntax error reporting | hallgren | |
| This is an experimental feature. It requires server support for parsing and is thus not available while offline, unlike most other editing functionality. | |||
| 2012-02-17 | gfse: when uploading/compiling a grammar, automatically upload inherited ↵ | hallgren | |
| grammars as well | |||
| 2012-02-16 | gfse: bug fix | hallgren | |
| ...in the function that computes the transitive closure of the grammar inheritance relation. | |||
| 2012-02-16 | gfse: you can now remove grammars from the list of inherited grammars | hallgren | |
| 2012-02-16 | gfse: style sheet fixes | hallgren | |
| 2012-02-15 | gfse: more work on grammar extension | hallgren | |
| Grammars can now inherit from several other grammars. Hovering over a catagory name in a function type in the abstract syntax shows where the category was inherited from. | |||
| 2012-02-14 | gfse: make categories from inherited grammars available in the startcat menu | hallgren | |
| 2012-02-13 | gfse: bug fix in grammar download from cloud | hallgren | |
| 2012-02-13 | gfse & minibar: small fixes | hallgren | |
| 2012-02-13 | gfse: better integration of the minibar | hallgren | |
| The minibar is now displayed inside the editor, intead of on a separate page. This makes the context clearer and makes it more obiovous how to return to the editor. | |||
| 2012-02-13 | gfse: added a button to go directly from the editor to the minibar | hallgren | |
| If there is an error in the grammar, the error message is shown below the grammar instead. Also: GFServer.hs now returns compiler output in a JSON structure instead of as a HTML page. | |||
| 2012-02-10 | gfse: stay on the same page when compiling grammars | hallgren | |
| The link to the minibar (or compiler errors) are now shown below the grammar on the same page. If you go to the minibar, you only have to press the back button once to get back to the editor. Also some output formatting changes in GFServer.hs. | |||
| 2012-02-10 | gfse: bug fix: syntax check in concrete syntax wasn't working | hallgren | |
| In newer versions of GF the shell says "syntax error" instead of "parse error". | |||
| 2012-02-09 | gfse: initial support for module extension | hallgren | |
| There is a new way to create a new grammar based on an existing grammar: by extending it. (It is also possible to clone an existing grammar, a before.) | |||
| 2012-02-07 | gfse: document the representation of GF grammars used by the editor. | hallgren | |
| 2011-11-28 | gfse: fix bugs and typos | hallgren | |
