| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-06-02 | "Urd in Phrasebook Makefile; correct form of adj Spa.spanish_A" | aarne | |
| 2011-06-02 | ported the change in English NPCase and Polarity to SUMO | aarne | |
| 2011-06-02 | patches in Spanish adjectives by Inari | aarne | |
| 2011-06-01 | Fixed A's in Cat phrasebook nationalities | jordi.saludes | |
| 2011-05-19 | refinementsTextUrd-11-05-19 | virk.shafqat | |
| 2011-05-19 | refinements-2011-05-19 | virk.shafqat | |
| 2011-05-13 | refinementsUrdPhrasebook-2011-05-13 | virk.shafqat | |
| 2011-05-13 | addition to Urdu phrasebook | aarne | |
| 2011-05-12 | refinementsUrdPhrbook-2011-05-12 | virk.shafqat | |
| 2011-05-11 | refinementsUrdPnb-2011-05-11 | virk.shafqat | |
| 2011-05-10 | refinements-2011-05-10 | virk.shafqat | |
| 2011-05-06 | gfse: you can now add concrete syntax for arbitrary languages | hallgren | |
| Before, you had to pick a language from a list of supported languages, but now you can also pick Other and change the language code afterwards. | |||
| 2011-05-06 | Urdu phrasebook (not complete) | aarne | |
| 2011-05-06 | fixed problems in persian transliteration pointed out by Elnaz | aarne | |
| 2011-04-30 | refinements-Pnb-2011-04-30 | virk.shafqat | |
| 2011-05-02 | transliteration via configuration file: ps -to=file or ps -from=file | aarne | |
| 2011-04-20 | Ctrl-C shouldn't terminate the GF shell | hallgren | |
| This quick fix should make Ctrl-C in the GF shell behave more like it does in other shells: even if no command is running, Ctrl-C now just gives you a new prompt instead of terminating the shell. | |||
| 2011-04-15 | GFI.hs: some refactoring for readability | hallgren | |
| Also some minor changes in how Ctrl-C is handled and how CPU time is measured. | |||
| 2011-04-15 | added book in the documentation | aarne | |
| 2011-04-13 | gfse: use "gf -server" mode instead of upload.cgi | hallgren | |
| Work in progress on making the online grammar editor use the new "gf -server" mode instead of the old upload.cgi script. A first benefit is that the editor now calls the server to check the syntax of lin & lincat definitions. (But the links to minibar/gfshell/quiz are not available at the moment.) | |||
| 2011-04-13 | Added a preliminary "gf -server" mode. | hallgren | |
| The command "gf -server" now starts a simple HTTP server on port 41295, providing a simple web API to the GF compiler. It currently support the follwing operations: * creating new temporary directories for grammar uploads, * uploading grammars files for use in the GF shell, * executing GF shell commands, and * accessing static files. This means that GF now depends on some additional networking related packages, but they should be available and easy to install on all platforms. There is also a new configuration flag "server" in gf.cabal, so GF will be compiled without support for server mode if the extra packages are unavailable. Note that running gf -server while connected to the internet can be a security risk. To prevent unauthorized access to the rest of the system, it is advisable to run the server in GF_RESTRICTED mode and as a user with suitably restricted file permissions. | |||
| 2011-04-13 | Show configuration options as part of build info | hallgren | |
| The GF shell welcome message will now include something like This is GF version 3.2.1-darcs. Built on darwin/i386 with ghc-7.0, flags: interrupt where a list of enabled configuration flags are included on the last line. This is implemented in GF.Infra.BuildInfo by consulting the CPP macros defined by the respective option in gf.cabal. For this to work, GF.Infra.BuildInfo obviously has to be updated when new flags are added to gf.cabal or if the CPP macros are renamed. (Also, I suspect that if you reconfigure with different flags and rebuild GF without cleaning first, the BuildInfo module will not be recompiled, resulting in a misleading welcome message...) | |||
| 2011-04-13 | GF.Infra.UseIO: add functions readBinaryFile & writeBinaryFile | hallgren | |
| 2011-04-11 | minibar: fix typo | hallgren | |
| 2011-04-11 | minibar: small documentation updates and corrections | hallgren | |
| 2011-04-08 | GF shell restricted mode: found one more writeFile that should be restricted | hallgren | |
| 2011-04-06 | avoid warning from ghc-7.0 | hallgren | |
| Warning: -fglasgow-exts is deprecated: Use individual extensions instead | |||
| 2011-04-06 | avoid warning from ghc-7.0 | hallgren | |
| Warning: -fglasgow-exts is deprecated: Use individual extensions instead | |||
| 2011-04-06 | generate Eq instance for GADT | aarne | |
| 2011-04-06 | fixed the printing of predefined and list categories in haskell=gadt | aarne | |
| 2011-04-04 | GFI.hs: refactoring to add a function for executing a single GF shell command. | hallgren | |
| The intention is to use the new function to implement a web service API to the GF shell. | |||
| 2011-04-04 | Add build info to the GF shell welcome message | hallgren | |
| 2011-03-28 | gfse: somewhat simplified configuration/installation | hallgren | |
| 2011-03-28 | gfse: added an alternate style sheet with the MOLTO color scheme | hallgren | |
| 2011-03-22 | minibar: don't force focus to the typed input field after every word | hallgren | |
| On touch-based devices, the on-screen keyboard kept popping up after every word, which was very annoying if you were entering a sentence by tapping on the magnets. | |||
| 2011-03-22 | minibar: add trailing slash in suggested grammar URLs | hallgren | |
| 2011-03-17 | Adding a missing file for the tokenizer... | gdetrez | |
| 2011-02-10 | Adding a basic lexicon-based tokenizer and the asociated command in gf shell | gdetrez | |
| 2010-12-11 | Adding an option to the gf compiler to add an index to pgf files | gdetrez | |
| This is gonna be used by the android library to skip unused part of a pgf file | |||
| 2011-03-14 | started a grammar for grammatical terms, covering the cats of the RGL | aarne | |
| 2011-03-13 | smaller query grammars for MOLTO KRI | aarne | |
| 2011-03-12 | make it possible to override opers defined in an interface by syntax ↵ | aarne | |
| 'instance Foo of Bar - [f,g,h]' | |||
| 2011-03-12 | make later flags take priority over earlier ones in PGF generation | aarne | |
| 2011-03-12 | generalized pt -transfer so that it goes into subtrees (naive implementation ↵ | aarne | |
| in TreeOperations; using PGF.Expr.match would be better); example given in 'h pt' | |||
| 2011-03-09 | gfse: documentation fixes, links to MOLTO meeting slides and compiler API ↵ | hallgren | |
| document | |||
| 2011-03-09 | gfse: add a link from demo page to the editor | hallgren | |
| 2011-03-08 | fix the grammar browser in the editor | krasimir | |
| 2011-03-07 | the user can now upload their own grammars in the editor | krasimir | |
| 2011-03-07 | gfse: create a new concrete syntax by copying an existing one | hallgren | |
| When adding a new concrete syntax to a grammar, the currently open concrete syntax will be copied. If the abstract syntax is currently open, the new concrete syntax will start out empty. | |||
| 2011-03-07 | gfse: link back to the editor from the upload page | hallgren | |
