summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-06gfse: minor layout/formatting variationhallgren
2011-03-05added composOp generation to haskell-gadt, and an example in ↵aarne
examples/gadt-transfer
2011-03-04switched the upper and lower parts of lexc entries to their standard orderaarne
2011-03-04revived GADT generationaarne
2011-03-04fixed a variable refreshing bug in the compileraarne
2011-03-03minibar: add icon for word alignment buttonhallgren
2011-03-03minibar: add a button to display word alignmenthallgren
2011-03-03GF shell restricted modehallgren
By setting the environment variable GF_RESTRICTED before starting GF, the shell will be run in restricted mode. This will prevent the GF shell from starting arbitrary system commands (most uses of System.Cmd.system are blocked) and writing arbitrary files (most commands that use writeFile et al are blocked). Restricted mode is intended minimize the potential security risks involved in allowing public access to the GF shell over the internet. It should be used in conjuction with system level protection mechanisms (e.g. file permissions) to make sure that a publicly acessible GF shell does not give access to parts of the system that should not be publicly accessible.
2011-03-03gf.cabal: bump version number, add source repository infohallgren
I changed the version number to 3.2.1-darcs. I think the version number of the current version from darcs should always include the "-darcs" suffix (or "-current" perhaps?). The suffix should be removed only momentarily when making an official release.
2011-03-03overloaded opers included in sorting of judgementsaarne
2011-03-03print lexicon in Xerox LEXC format: pg -lexcaarne
2011-03-01corrected help for l commandaarne
2011-03-01demos/index.html: minibar is now available on the standard porthallgren
Minibar was at http://www.grammaticalframework.org:41296/minibar/minibar.html but now also at http://www.grammaticalframework.org/demos/minibar/minibar.html which means it is accessible behind firewalls that block requests to nonstandard ports.
2011-03-01demo/indx.html: record translation quiz entryhallgren
2011-03-01minibar/support.js: recognize relative URLs as locations on the same serverhallgren
This means that the relative grammar directory location in the default configuration will result in AJAX requests rather than the less efficient JSONP requests.
2011-03-01minibar: make the feedback form work in the generic minibarhallgren
It is still disabled by default, since some manual configuraiton of feedback.cgi is required.
2011-02-28gfse: fix missing startcat flag bug + documentation updateshallgren
2011-02-28gfse: fix persmission problem in upload.cgihallgren
2011-02-28gfse: include a -path flag to find rgl moduleshallgren
2011-02-28gfse: support for opening RGL moduleshallgren
2011-02-28gfse: minor documentation and style improvementshallgren
2011-02-28the command show_operations to inspect opers in scopeaarne
2011-02-26removed message showing what modules are read unless in verbose modeaarne
2011-02-25Predef.error surfaces as error message in compilation and cc commandaarne
2011-02-25simple grammar for datesaarne
2011-02-25command ga moved to option 'aw -giza'aarne
2011-02-24FoodsNep by Dinesh Simkaarne
2011-02-22gfse: allow definitions to be reordered by drad-and-drophallgren
2011-02-18gfse: fix typoshallgren
2011-02-18gfse: document that grammars can be uploaded and tested in the GF shell, the ↵hallgren
minibar and the translation quiz
2011-02-18gfse: updated screen shotshallgren
2011-02-18gfse: support for linking to the translation quizhallgren
2011-02-18translation quiz: always show the grammar menuhallgren
2011-02-18translation quiz: a small change to make easy to select an alternate grammar ↵hallgren
directory
2011-02-17gfse: some small fixeshallgren
+ 'make install' to copy all required files to the server + configuration options and error checks in upload.cgi
2011-02-17Adding the prototype GF editor for simple multilingual grammarshallgren
2011-02-17Adding the prototype GF editor for simple multilingual grammarshallgren
2011-02-17Adding the prototype GF editor for simple multilingual grammarshallgren
2011-02-09example/Discourse for English tooaarne
2011-02-09factored DiscourseFin to 4+5 constructorsaarne
2011-02-09more general discourse particles in Finnishaarne
2011-02-08experimenting with discourse particles in DiscourseFinaarne
2011-02-08examples/discourse on Finnish discourse particles and their translationsaarne
2011-02-07Download page: added Mac .pkg from Jordi Saludeshallgren
2011-02-06a simple clitic analysis command 'ca'aarne
2011-01-31removed some nonsense-producing variants from Queryaarne
2011-01-31new Foods grammars: Fre by Hissu Hyvärinen and Spa by Maarit Koponenaarne
2011-01-31corrections to ancientgreek encoding by Hans Leissaarne
2011-01-28started CompilerAPI, still dummyaarne
2011-01-27minibar: a small change to make easy to select an alternate grammar directoryhallgren