summaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Collapse)Author
2008-11-04GWT: changed input na doutput language boxes to not pretend that they allow ↵bjorn
multiple selections.
2008-11-04pgf-server: write stderr to pgf-error.log, since lighttpd closes stderr for ↵bjorn
fastcgi processes.
2008-11-04Use next-lib when building example PGFs in src/serverbjorn
2008-11-04Added /random to pgf-server.bjorn
2008-11-03Fix GWT client-side completion caching bug. Typing a space and then a letter ↵bjorn
quickly would cause the first request to be cancelled, and the second would use the two steps old results, which didn't go past the space => 0 completions.
2008-11-03Added first version of the fridge poetry guibjorn
2008-11-03gf-server: complete noew sorts case-insensitivebjorn
2008-11-03GWT: Refactor TranslateApp to make the suggestion panel and the settings ↵bjorn
panel separate classes. This makes it possible to reuse them in mosg and fridge.
2008-10-30GWT lib and translator: added support for multiple pgf files.bjorn
2008-10-29gf-server: added a way to list the available pgf filesbjorn
2008-10-29Rename MainFastCGI.hs to PGFService.hs.bjorn
2008-10-29Some lighttpd config fixes for the gwt translator.bringert
2008-10-29GWT translator: fixed copy-paste bug where the from language was sent as ↵bjorn
both from and to language.
2008-10-29Better way of building gf-gwt.jar.bringert
2008-10-29GWT: Some changes to compilation scripts to run on linux.bringert
2008-10-28GWT: better heuristics for when to ask the server for completions.bjorn
2008-10-28GWT completion: only return request.getLimit() results to the SuggestBox. ↵bjorn
Re-request completions from the server if there is only one completion.
2008-10-27GWT: Hold on to the previous suggestions, and try filtering them before ↵bjorn
asking the server.
2008-10-27GWT: added IterableJsArray.isEmpty().bjorn
2008-10-24GWT: hide stale suggestions.bjorn
2008-10-24GWT code import tweak.bjorn
2008-10-24More GWT refactoring.bjorn
2008-10-23Added Eclipse project stuff for the GWT library. Some refactoring of the GWT ↵bjorn
code.
2008-10-22Added PGF.parse method to GWT client.bjorn
2008-10-22Some refactoring of the GWT translator.bjorn
2008-10-22Make GWT compilation easier.bjorn
2008-10-22Remove compiled GWT stuff.bjorn
2008-10-22gf-server: preliminary Ubuntu instructionsbjorn
2008-10-22Recompiled GWT code. I should drop the compiled code from the repo soon, ↵bjorn
this is getting tedious.
2008-10-22Rename the GWT Translate module to PGF. Rename the GF class to PGF.bjorn
2008-10-22Change GWT compilation scripts to make it easier to change the GWT dir location.bjorn
2008-10-22New compiled GWT stuff.bjorn
2008-10-22Reorganize GWT stuff into a reusable module and one application module.bjorn
2008-10-20gf-server: move some general stuff to FastCGIUtilsbjorn
2008-10-20Added new generated GWT output.bjorn
2008-10-20Removed the flag icons from the GWT client.bjorn
2008-10-20Update gf-server instructions and configuration.bjorn
2008-10-20Update gf-server to compile with changed PGF API.bjorn
2008-10-20Added Read and Show instances for Type. This required moving some code around.bjorn
2008-10-20Replace Category with Type in the PGF API. Added readLanguage and showLanguage.bjorn
2008-10-20Added 'run' target to gf-server Makefile. It compiles the server, and starts ↵bjorn
lighttpd.
2008-10-20Added compiled GWT code to repo.bjorn
2008-10-20gf-server: New URL format: /grammar.pgf/commandbjorn
2008-10-20lighttpd.conf tweakbjorn
2008-10-20fastcgi: better grammar cache implementation: don't deadlock on exceptionsbjorn
2008-10-17(fastcgi) replace DataRef with a more general Cache type, which can hold ↵bjorn
several PGF grammars.
2008-10-17lighttpd.conf: use default server.event-handler = "select"bjorn
2008-10-17gf-server-jsapi: clean up old callbacksbjorn
2008-10-17Don't include parsers for Ger, Dan, Nor in server/demo.pgf and server/lang.pgfbjorn
2008-10-17Fixed URL in gwt-client/Translate-shell-external to work with lighttpdbjorn