| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-20 | Syntax editor: random generation of trees (and subtrees!) | john.j.camilleri | |
| 2012-11-17 | GF web service API examples: update examples of the browse command | hallgren | |
| Also some style tweaks. | |||
| 2012-11-17 | GF web service API examples: added the "abstrjson" command | hallgren | |
| It converts an abstract syntax tree (represented as a string) to a JSON structure. Also some HTML code cleanup. | |||
| 2012-11-16 | Syntax editor: work on importing AST as string (eg for generate random) | john.j.camilleri | |
| But it's still not complete. Need an efficient way of getting the cat info to accompany funs. | |||
| 2012-11-16 | Syntax editor: select subset of available languages | john.j.camilleri | |
| Also added a basic readme file with a list of todo's | |||
| 2012-11-15 | Syntax editor: jump to next hole in tree | john.j.camilleri | |
| 2012-11-15 | Syntax editor: fix bug in Firefox, Seamonkey | john.j.camilleri | |
| 2012-11-13 | Add first demo of new syntax editor | john.j.camilleri | |
| As part of the GF cloud stuff, it can be accessed from http://cloud.grammaticalframework.org/syntax-editor/editor.html | |||
| 2012-10-30 | TransQuiz: use the grammars from the same server | hallgren | |
| Unlike the other web apps in the cloud, the translation quiz was configured to use the grammars at http://www.grammaticalframework.org/grammars. | |||
| 2012-10-26 | Minibar: cursor over editable words is now a "hand" | john.j.camilleri | |
| This had been bugging me for ages! | |||
| 2012-10-23 | gf-cloud-api.html: document the new command=remake | hallgren | |
| Also improve the documentation of the responses to the upload and make commands. | |||
| 2012-10-22 | Add Chinese to the list of installed RGL languages and support it in the web ↵ | hallgren | |
| apps Aarne says the Chinese resource grammar is complete, but not yet completely correct. | |||
| 2012-10-18 | gfse: grammars can now contain one-line descriptions | hallgren | |
| Also fixed two small problems with public grammars. | |||
| 2012-10-16 | gfse: small fix | hallgren | |
| 2012-10-16 | gfse: identify inherited grammars by their unique id | hallgren | |
| This helps avoiding problems if an inherited grammar is renamed, or if there is more than one grammar with the same name. | |||
| 2012-10-09 | gfse: adding a section about public grammars in about.html | hallgren | |
| 2012-10-09 | gfse: show the grammar list if the currently selected grammar can not be loaded | hallgren | |
| Avoid showing a blank page if there is an unexpected problem with the grammars in localStorage. | |||
| 2012-10-04 | simple translator: make it usable on iOS devices | hallgren | |
| To make the popup menus accessible, use a simple trick to activate the simulate-hovering-by-tapping behaviour. | |||
| 2012-10-04 | simple translator: bug fix | hallgren | |
| "Edit/Add a segment..." stopped working at some point. (Importing text still worked.) | |||
| 2012-10-04 | gfse: various code improvements and prelimiary support for public grammars | hallgren | |
| 2012-10-03 | gfse: fix a bug caused by sharing when copying a linearization function in ↵ | hallgren | |
| the row view Functional programming is easier than imperative programming! | |||
| 2012-10-03 | gfse: some refactoring | hallgren | |
| 2012-10-03 | gfse: row view: add a button to copy a linearization | hallgren | |
| When adding a new function, you can enter a linearization for one language and then copy it to the other languages with one button click. | |||
| 2012-10-02 | gfse and cloud service documentation update | hallgren | |
| 2012-10-02 | gfse: you can now add new functions from the matrix view | hallgren | |
| 2012-10-02 | gfse: more intuitive buttons for switching between the column, matrix & row ↵ | hallgren | |
| views | |||
| 2012-10-01 | gfse: adding a "row" view | hallgren | |
| Accessed by clicking on a function in the Abstract column in the matrix view. | |||
| 2012-10-01 | gfse: matrix view improvements | hallgren | |
| + You can click on a column header to switch to column view (i.e. the corresponding abstract/concrete syntax tab). + The categories and functions in the abstract syntax can be edited directly in the matrix view. | |||
| 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-30 | PGF service & minibar: put a limit on the number of parse trees | hallgren | |
| + In the PGF web service API, the commands parse, translate and translategroup now accept a limit parameter. It limits the number of parse trees returned. If no limit is given, the behaviour is backwards compatible, i.e. no limit is applied. + In minibar, the limit is now set to 25 by default. This change is based on a suggestion by Kaarel Kaljurand. | |||
| 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-23 | refactoring German VP | aarne | |
| 2012-09-21 | gfse: added a new "matrix view" of grammars | hallgren | |
| 2012-09-21 | simple translator: make it possible to delete documents | hallgren | |
| 2012-09-20 | simple translator: bug fix | hallgren | |
| A bug in the line break change prevented text import from working. | |||
| 2012-09-14 | negative patterns in gfmorpho | aarne | |
| 2012-09-17 | simple translator: accept DOS, Mac and Unix line breaks when importing text | hallgren | |
| 2012-09-17 | minibar-api.html: documentation fixes | hallgren | |
| 2012-09-12 | First version of a web server for morphological paradigms. | aarne | |
| 2012-09-11 | simple translator: export GlobalSight Download Files | hallgren | |
| TODO: consider using a better way to save to a local file | |||
| 2012-09-11 | simple translator: more work on GlobalSight support | hallgren | |
| Disable editing source segments in GlobalSight documents | |||
| 2012-09-10 | simple translator: more work on GlobalSight support | hallgren | |
| + Retain metadata from GlobalSight Download Files. + Disable adding&removing segments when editing a GlobalSight documents. | |||
| 2012-09-09 | minibar: fix links to Wikipedia article on JSONP | hallgren | |
| Wikipedia moved it. | |||
| 2012-09-09 | simple translator: support for importing GlobalSight Download Files | hallgren | |
| TODO: support for export translations in the same format. | |||
| 2012-08-30 | simple translator: make it work even if Apertium is unavailable | hallgren | |
| Since Apertium is unavaiable at the moment, I can't check that things still work properly when Aprtium *is* availalbe. | |||
| 2012-08-27 | minibar documentation URL typo fix | hallgren | |
| 2012-08-27 | minibar documentation updates | hallgren | |
| 2012-08-02 | translator: keep cloud docs and local docs apart | hallgren | |
| + show a cloud icon next to the document name if it is stored in the cloud + in addition to the name of the current document, remember if it is stored in the cloud, so that the right document is loaded next time you open the translator. | |||
