summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-09-02Bug fix: add missing error handler for statically served files in pgf-server ↵hallgren
HTTP mode
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-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-09native representation for HOAS in PMCFG and incremental type checking of the ↵krasimir
parse forest
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-19GF emacs modeaarne
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-31fix: FastCGIUtils.outputHTML should do UTF8 encodingkrasimir
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-07-15fix the algorithm for items cutting in the partial parserkrasimir
2010-07-13detailed information for the type errors from PGFServicekrasimir
2010-07-13fix the loopchecking in PGF.Forest.bracketedToknkrasimir
2010-07-13Add missing <td> tags in the HTML constructed by functio ↵hallgren
show_groupedtranslations
2010-07-13Bug fix in minibar.js: no translations where shown when using option ↵hallgren
show_grouped_translations: false This affected minibar.html but not phrasebook.html and was caused by accidental shadowing of function tr in function show_translations.
2010-07-13Make minibar.js work again after backwards incompatible changes to the data ↵hallgren
structures output by pgf-server. The canParse field was removed without notice.
2010-07-13bugfix in the decoding of literals in PGF.Binarykrasimir
2010-07-08updates in the Eclipse project for GWT UIkrasimir
2010-07-08update the shell scripts and some other configuration files for GWT 2.0.4krasimir
2010-07-08update the package name for the Android UIkrasimir
2010-07-08add src/ui folder for both Android and GWT UIskrasimir
2010-07-08change the package name of the GWT Apps to org.grammaticalframework.ui.gwtkrasimir
2010-07-08upgrade to GWT 2.0.4krasimir
2010-07-08FridgeApp and TranslateApp now show the type errorskrasimir
2010-07-07fix PGFService after the change in the parser APIkrasimir
2010-07-07report type errors in the shell from command "p"krasimir
2010-07-07simplify the monad TcMkrasimir
2010-07-06Access keys for input fields in minibar and feedback formhallgren
2010-07-01the abstract syntax for Predef.gf is now hard-coded in AppPredefined.hskrasimir
2010-07-01reorganize the modules in GF.Compile.*krasimir
2010-07-01redesign the open-literals APIkrasimir
2010-06-30compilation of pattern matching using the algorithm of Lennart Augustsson. ↵krasimir
Not used yet
2010-06-30rename isLiteralFCat -> isPredefFId, fcat(String|Int|Float) -> ↵krasimir
fid(String|Int|Float)
2010-06-29forgot to fix the import in GF.Speech.CFG to get the Token typekrasimir
2010-06-29in PGF.Printer special output format for SymLitkrasimir
2010-06-29introduce the type synonym Token=String in the PGF APIkrasimir
2010-06-22preliminary version of API for Open Literalskrasimir
2010-06-22fix the compilation of literal categories in GeneratePMCFG.hskrasimir
2010-06-21GF.Grammar.Printer: print expressions with lincat and linkrasimir
2010-06-20addFCoercion -> addCoercion in GeneratePMCFGkrasimir
2010-06-20getFCats -> getFIds in GeneratePMCFGkrasimir