summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-02pgf-server HTTP mode feature: return the contents of index.html when the URL ↵hallgren
refers to a directory
2010-09-02Bug fix: add missing error handler for statically served files in pgf-server ↵hallgren
HTTP mode
2010-09-01Autocompute python version in py-binds.jordi.saludes
2010-09-01Fixing assertion in py-binds test.jordi.saludes
2010-07-28Removing obsolete code in py-bindings.jordi.saludes
2010-07-28Changed calling style in py-bindings.jordi.saludes
2010-07-27Added 'functions' and 'functionType' to py-bindings.jordi.saludes
2010-07-27Added inferExpr to py-bindings.jordi.saludes
2010-07-25Added testing of Expr unapplying in py-bindings.jordi.saludes
2010-07-25Added unapplying of Expr in py-bindings.jordi.saludes
2010-09-01Standalone HTTP version of pgf-serverhallgren
pgf-server can now act as a standalone HTTP server. To activate this mode, start it with pfg-server http to use the default port number (41296), or give an explicit port number, e.g., pgf-server http 8080 The HTTP server serves PGF files in the same way as the old FastCGI interface. In addition, it also serves static files. The document root for static files is the www subdirectory of the current directory where pgf-server is started. In spite of these addition, backwards compatibility is maintaned. The old FastCGI interface continues to work as before. (It is activated when pgf-server is started without arguments.)
2010-08-31linearization for PrimaryColor in SUMOkrasimir
2010-08-30added missing case for GF.Compile.GeneratePMCFG.evalTermkrasimir
2010-08-30PGF.Expr.normalForm does variable renamingkrasimir
2010-08-27Adapt minibar.js to the current GF web service APIhallgren
Quick fix. More work needed for correct behaviour when multiple words are entered at once.
2010-08-27embedded questions in phrasebookaarne
2010-08-09native representation for HOAS in PMCFG and incremental type checking of the ↵krasimir
parse forest
2010-08-25typo (?) in Dutch "cost"aarne
2010-08-25verbosity in make phrasebook ; removed own hacks in LexiconBulaarne
2010-08-25updates in Phrasebook and resourcesaarne
2010-08-24more advanced complete function in the PGFServicekrasimir
2010-08-24revert the TranslateApp to its classical simple variantkrasimir
2010-08-24remove Editor.css as wellkrasimir
2010-08-24remove the canParse flag from the GWT applicationskrasimir
2010-08-24remove the experimental GWT EditorAppkrasimir
2010-08-24exclude two redundant modules from the cabal desciption of the compilerkrasimir
2010-08-24silence in Compile in phrasebookaarne
2010-08-23adjective forms fixed in Phrasebookaarne
2010-08-19GF emacs modeaarne
2010-08-08linearizations for few class names in SUMOkrasimir
2010-07-31two new functions in the PGF API: mkAbs, unAbskrasimir
2010-07-31bugfix in the PGF browserkrasimir
2010-07-31the PGF service now generates samples of the syntax in the browsing informationkrasimir
2010-07-31add coding=utf8 to BasicRon.gfkrasimir
2010-07-31fix: FastCGIUtils.outputHTML should do UTF8 encodingkrasimir
2010-07-31move class Apple from MidLevelOntology to Economy for French and Romaniankrasimir
2010-07-31now the meta id of the meta variables is accessible via the PGF APIkrasimir
2010-07-31added function unType in PGFkrasimir
2010-07-31fix: PGFService should type-check the trees that comes from the userkrasimir
2010-05-16Setup.hs: Increase stack size for gf runs, fixes TryFin.gf build on Fedora ↵kevin.kofler
13 x86_64
2010-05-16Fix Makefile for case-sensitive file systemskevin.kofler
2010-06-07Add missing newline at the end of gf_lexing.h.kevin.kofler
2010-06-07gf_lexing.c (unlexText): properly nul-terminate result.kevin.kofler
2010-07-22Code cleaning in py-bindings.jordi.saludes
2010-07-22Refactoring py object constructors.jordi.saludes
2010-07-22PGFModule rename to PGF in py-bindings.jordi.saludes
2010-07-22Code cleaning in py-bindings.jordi.saludes
2010-07-22Checking args passed to gf functions.jordi.saludes
2010-07-22Refactored py-bindings using Storable.jordi.saludes
2010-07-16Freeing StablePtr's in PyGF.jordi.saludes