| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-23 | gf -server + gfse: show modification time of public grammars | hallgren | |
| 2012-11-23 | gfse: use POST requests when parsing grammar modules after editing as text | hallgren | |
| instead of GET, to avoid the Apache httpd URI length limitation. This means that gfse can no longer use JSONP when parsing grammars, so it has to be located on the same host as the cloud service. Also clean away trailing white space in support.js. | |||
| 2012-11-23 | minibar_online.js: updated to launch Editor using a GrammarManager object | john.j.camilleri | |
| 2012-11-23 | Syntax editor: now uses common GrammarManager object | john.j.camilleri | |
| 2012-11-23 | syntax editor + minibar: fix bug with repeated switching back and forth | hallgren | |
| By avoiding "this" in callback functions, the code can be kept cleaner. | |||
| 2012-11-23 | Syntax editor: return to editor after having switched to minibar | john.j.camilleri | |
| 2012-11-23 | Minibar: call abstract_action with 'this' bound to minibar object | john.j.camilleri | |
| 2012-11-23 | Minibar: add show/hide functions | john.j.camilleri | |
| 2012-11-22 | minibar: can now switch back to the minibar after switching to the syntax editor | hallgren | |
| This is done by including a lin_action when starting the syntax editor from the minibar. Also: added some minibar options in the syntax editor for consistency... | |||
| 2012-11-22 | Syntax editor: can now load minibar (in-place) from a linearised tree | john.j.camilleri | |
| 2012-11-21 | minibar: fix bug introduced in previous update | hallgren | |
| It could case JavaScript error ReferenceError: initial_grammar is not defined | |||
| 2012-11-21 | minibar+syntax editor integration, work in progress 2 | hallgren | |
| + Transfer current astract syntax tree when activating the syntax editor from the minibar. + Add options to start the minibar with given input. You need to include the current grammar url, the current language and the input, like this: initial_grammar: "/grammars/Foods.pgf", initial: { from: "FoodsEng", input:["that","fish","is","fresh"]} + Fix a style sheet clash. | |||
| 2012-11-21 | Syntax editor: start with initial AST | john.j.camilleri | |
| Note that the argument has been renamed to initial.abstr (Where abstr means an abstract syntax tree in string form, NOT an AST object) | |||
| 2012-11-21 | minibar+syntax editor integration, work in progress | hallgren | |
| 2012-11-21 | Syntax editor: start with initial grammar, startcat, to: languages | john.j.camilleri | |
| 2012-11-21 | support.js: elem() returns false when as is undefined | john.j.camilleri | |
| 2012-11-20 | gfse: remove obsolete files | hallgren | |
| 2012-11-20 | GF cloud: move gf-web-api-examples.html out of minibar directory | hallgren | |
| 2012-11-20 | Syntax editor: update to use common js files | john.j.camilleri | |
| 2012-11-20 | GF cloud: move support.js and pgf_online.js | hallgren | |
| Created the folder js and moved minibar/support.js and minibar/pgf_online.js there, to emphasize their status as app independent support libraries. There are probably more files that should be moved here. The cloud apps have been updated, externally hosted apps that link directly to our server need to be updated too. | |||
| 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 | |||
