summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-21release-3.6.t2t: just a couple of more fixes.hallgren
Sorry.
2014-06-21release-3.6.t2t: fix broken linkhallgren
2014-06-21release-3.6.t2t: fix a formatting problemhallgren
2014-06-21debian/changelog: updated for the release of GF 3.6hallgren
2014-06-21build-binary-dist.sh: include a ghc package configuration filehallgren
as an experiment
2014-06-21Polished and renamed release notes to release-3.6.t2thallgren
Also added an example use of lookupmorpho to gf-web-api-examples.html.
2014-06-21The --output-dir option now applies also to PGF fileshallgren
2014-06-20Cloud service & apps: better error handling in wide coverage translationhallgren
The wide coverage demo apps now shows a "please wait" message while the grammar is loading, and a red error message if the grammar is not found on the server. The Simple Translation Tool also show red error messages if the grammar is not found.
2014-06-20PGF Service: return error code 404 (not found) instead of 500 (internal ↵hallgren
server error) for missing grammars
2014-06-20PGF Service, command=grammar: include the last modified time of the grammar ↵hallgren
in the output
2014-06-20added a note that the green translation comes from the phrasebookaarne
2014-06-20some probabilities in app.probs to recognize languages and pronounsaarne
2014-06-19restored some functions in PhrasebookDut to make it complete againaarne
2014-06-19style0 in app.html to preserve colours in table cellsaarne
2014-06-19css/style0.css: like css/style.css but without changing the default table stylehallgren
2014-06-19language status in app help file as table ; less textaarne
2014-06-19language status information in demo app and translation documentsaarne
2014-06-19Demo page: fix the link to the android apphallgren
2014-06-19Demo page: add links to the wide coverage translation page and the android apphallgren
2014-06-19WebSetup.hs: PhrasebookLav works againhallgren
2014-06-19revert AWant in WordsDut back to using niet as negationinari
2014-06-19reverted AWant back to using niet negationinari
2014-06-19renaming in PhrasebookDut to avoid name clash in Appaarne
2014-06-19a couple of fixes in Phrasebook ; should compile nowaarne
2014-06-19debian/rules: a hack to put the python binding in the right directoryhallgren
The setup.py script puts it under site-packages, but python only looks under dist-packages... Also some minor changes for 'make deb' in Makefile
2014-06-19Add some more constructions with geen as negative in WordsDutinari
2014-06-19debian/rules: fix bug that prevented the Python binding from being includedhallgren
2014-06-19Update the GF shell reference manualhallgren
2014-06-19estimate the new values in app.probs as best as I can given the many grammar ↵kr.angelov
changes that were not reflected
2014-06-19fixed negation in PhrasebookDutinari
2014-06-19runtime/c/setup.sh: use make -j to speed up compilationhallgren
The configuration script takes significantly longer to run than the compilation of all the C code, which is a hint that is in need of a major simplification.
2014-06-19release notes: record update and RGL updatesaarne
2014-06-19section on record update in gf-refmanaarne
2014-06-19Include the Python binding to the C run-time system in Debian packageshallgren
2014-06-19WebSetup.hs: skip PhrasebookLav for nowhallgren
2014-06-18Compile example grammars during the build phase instead of the install phasehallgren
This allows more errors to be detected by the build bot. TODO: fix the gf --output-dir flag, which does not seem to change where PGF file are put.
2014-06-18enabled more from Construction in Appaarne
2014-06-18build-binary-dist.sh: updated to include the Python binding to the C run-timehallgren
There are also some changes in src/runtime/python/setyp.py to support this.
2014-06-18correction in app/READMEaarne
2014-06-18quick hack: changed cat name Language to LAnguage in Phrasebook to avoid ↵aarne
clash with Construction.Language in App
2014-06-18a small change in the keyboard layout for Android to make it more user friendlykr.angelov
2014-06-18filter out identical duplicated translations from the Android UIkr.angelov
2014-06-17gf.cabal: add a maintainer fieldhallgren
2014-06-17Some updates to the GF 3.6 download page and release noteshallgren
2014-06-17Redirecting grammaticalframework.org/framenet to ↵normundsg
remu.grammaticalframework.org/framenet
2014-06-17Compute/ConcreteNew.hs: eliminate selections from wildcard tableshallgren
This patch also includes some commented out code that was used to search for the source of code size explosions and an eta expansion bug.
2014-06-17doc/gf-developers.t2t: quick note on how to compile the C run-time systemhallgren
Also a few other minor updates.
2014-06-17build-binary-dist.sh: updated to include the C runtime system in binary tarballshallgren
Also moved it to the bin directory. Run it with 'bash bin/build-binary-dish.sh'.
2014-06-17Setup.hs: System.Cmd is deprecated, import System.Process insteadhallgren
2014-06-17gf-cloud-api.html: fix a broken linkhallgren
Thanks to Dana Dannells.