| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-10-02 | refactor the API for random generation again. Now PGF contains probabilities ↵ | krasimir | |
| in the abstract syntax | |||
| 2010-09-30 | fixes in FridgeApp. now it is compatible with EditorApp | krasimir | |
| 2010-09-30 | update PGFService to work after the extensions in the random generation API | krasimir | |
| 2010-09-29 | fix the compilation of FridgeApp | krasimir | |
| 2010-09-29 | restore the method BracketedString.render which was needed for TranslateApp | krasimir | |
| 2010-09-29 | add Magnet.getWord() | krasimir | |
| 2010-09-29 | added compilation scripts for the editor | krasimir | |
| 2010-09-29 | initial import of the new GF editor. Note: the FridgeApp is temporary ↵ | krasimir | |
| broken. It will be fixed with the next patch | |||
| 2010-09-29 | minibar: work on adding back support for typing multiple words without ↵ | hallgren | |
| pressing enter in between It mostly works now, but some minor issues still need to be fixed. | |||
| 2010-09-29 | extended Attempto with some constructs | aarne | |
| 2010-09-28 | fixes in French morpho quiz grammar | aarne | |
| 2010-09-28 | minibar: update about.html with description of recent changes | hallgren | |
| 2010-09-24 | minibar/about.html: fix typos and formatting | hallgren | |
| 2010-09-24 | minibar.html: specify charset, move initialization | hallgren | |
| Added a meta tag to specify that the file is in UTF-8. This makes the browser (at least Firefox) assume that the JavaScript files are also in UTF-8, it seems. Moved the call to start_minibar() from the <body onload="..."> to the end of the file. The onload action is not executed until all images in the document has been loaded, while javascipt at the end of the file is executed as soon as the HTML file has been loaded. (Calling start_minibar() from the head of the document would be too soon, since it refers to elements in the body, which hasn't been loaded yet.) | |||
| 2010-09-24 | pgf-server HTTP mode: omit charset from ContentType for static files | hallgren | |
| When pfg-server servers a static file in HTTP mode, it is output as is, so specifying charset="iso-8859-1" could be wrong. Note: the a charset can be specified with a meta tag in HTML files, e.g. for files in UTF-8: <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> | |||
| 2010-09-24 | restored the .ebnf grammar format | aarne | |
| 2010-09-22 | the first revision of exhaustive and random generation with dependent types. ↵ | krasimir | |
| Still not quite stable. | |||
| 2010-09-22 | cleanup and export the Probabilistic API from PGF | krasimir | |
| 2010-09-21 | rename BucharestIndia to BucharestRomania. Agreed with Adam Pease | krasimir | |
| 2010-09-21 | added GeographyEng | krasimir | |
| 2010-09-21 | fixes in Basic.gf to avoid loops in the reasoner | krasimir | |
| 2010-09-20 | since Satellite is already subclass of AstronomicalBody we could simplify ↵ | krasimir | |
| the signature of NaturalSatellite_Class | |||
| 2010-09-18 | few more fixes in CountriesAndRegionsEng.gf | krasimir | |
| 2010-09-18 | fix the linearization of GuineaBissau | krasimir | |
| 2010-09-18 | cleanup CountriesAndRegions and Mondial. For some reasonthe abstract syntax ↵ | krasimir | |
| for all countries was moved from CountriesAndRegions to Mondial. It is even more odd that there was a linearization for them both in CountriesAndRegions and Mondial | |||
| 2010-09-17 | fix typo: the linearization of Iraq was Iran | krasimir | |
| 2010-09-17 | added MondialRon and CountriesAndRegionsRon with data imported from geonames.org | krasimir | |
| 2010-09-17 | fix the compilation of CountriesAndRegionsEng.gf | krasimir | |
| 2010-09-17 | some comments in Mondial.gf | krasimir | |
| 2010-09-17 | remove Model and ProcessTask from MergeRon because they were already moved | krasimir | |
| 2010-09-17 | remove SubClassC and subClassCStm from BasicEng, BasicRon and BasicFre | krasimir | |
| 2010-09-12 | bugfix in PGF.Type.pType: Agda style types like {x : A} -> B should not be ↵ | krasimir | |
| supported in GF | |||
| 2010-09-14 | minibar.js: server API code cleanup | hallgren | |
| 2010-09-14 | minibar.js: bug fix: the current word should be accepted when you press ↵ | hallgren | |
| enter if it matches one of the possible completions exactly The current word is also accepted if there is only one remaining possible completion. | |||
| 2010-09-14 | minibar.js: add access keys to some of the buttons | hallgren | |
| 2010-09-10 | support.js: create buttons with access keys | hallgren | |
| 2010-09-10 | pgf-server HTTP mode: support the Accept-Language header | hallgren | |
| It is needed for the userLanguage field in the grammar info from pgf-server | |||
| 2010-09-10 | minibar: default input language is now the user's preferred language, if ↵ | hallgren | |
| possible This is implemented using the userLanguage field in the grammar info output by pgf-server. | |||
| 2010-09-10 | minibar: use AJAX instead of JSONP when possible | hallgren | |
| Using AJAX instead of JSONP can give better caching in the browser, since the URL doesn't need to contain a (dynamically generated) callback function name. But because of the same origin policy in JavaScript, AJAX can only be used when the HTML file is served from the same server as the PGF. The new function http_get_json in support.js uses AJAX if this is the case, and falls back to JSONP otherwise. | |||
| 2010-09-06 | add QoSontologyEng and linearization for ProcessTask | krasimir | |
| 2010-09-06 | added Model and ProcessTask in SumoFre and SumoRon | ramona.enache | |
| 2010-09-06 | changed SUMOFre encodings | ramona.enache | |
| 2010-09-04 | added basic concepts of the SUMO ontology for French and Romanian | ramona.enache | |
| 2010-09-05 | Minibar: PGF server API: pass callback functions directly instead of passing ↵ | hallgren | |
| function names as strings. | |||
| 2010-09-05 | minibar: fix broken link to brushed-metal background | hallgren | |
| Solution: include a local copy of brushed-metal.png | |||
| 2010-09-03 | added Urd to Setup | aarne | |
| 2010-09-03 | pgf-server HTTP mode: workaround for bugs in the httpd-shed package that ↵ | hallgren | |
| prevented the fridge and translate web apps from working queryToArguments "?&input=bla+bla" returns [("&input","bla+bla")] but should return [("input","bla bla")] | |||
| 2010-09-03 | kein Deutsch and some other Phrasebook fixes | aarne | |
| 2010-09-02 | prepared German for kein Deutsch | aarne | |
| 2010-09-02 | word order in indirect 'how far' questions in Eng and Dan | aarne | |
