| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-07 | silence warnings in the Python bindings | krangelov | |
| 2019-12-03 | GF cloud: GFMorpho: responsive layout improvement for small screens | Thomas Hallgren | |
| 2019-12-03 | GF Cloud: add Word inflection with smart paradigms | Thomas Hallgren | |
| This is a reimplemention of Aarne's GFMorpho service from 2012, using the GF shell web API. Not all features are implemented (yet). | |||
| 2019-11-26 | PGFService: userLanguage now defaults to English, if present in the grammar | Thomas Hallgren | |
| The userLangauge is the name of the concrete syntax that has a languageCode that matches the user's preferred language, as reported by the web browser. If no matching language code is found, the PGF service now sets userLanguage to the concrete syntax for English (e.g. FoodsEng) if present, and defaults to the first concrete syntax (e.g. FoodsAfr) only if English is not present in the grammar. | |||
| 2019-11-21 | Minibar: make it possible to configure a list of preferred grammars | Thomas Hallgren | |
| A preferred grammar is selected when a user visits the Minibar for the first time. (Like before, Minibar remembers the selected grammar for future visits.) A preferred list of grammars can be specified in config.js in the .../minibar directory on the server, e.g. like this: preferred_grammars=["/grammars/Foods.pgf","/grammars/ResourceDemo.pgf"] The first available grammar from the list is used. | |||
| 2019-11-18 | PGFService: revert unlexing change in PGFService to restore &+ behaviour | Thomas Hallgren | |
| 2019-11-13 | fixed a vd bug that sometimes erased the root label | aarneranta | |
| 2019-11-12 | fixed the problem with generating several roots in ud2gf. Now only the ↵ | aarneranta | |
| leftmost word becomes ROOT, the others become dep - which can be eliminated by cnclabels. This works fine for e.g. English prepositional and particle verbs. But it does not work if the 'main' word is not the leftmost one | |||
| 2019-10-09 | forgot that debugging is on | krangelov | |
| 2019-10-09 | fix chunk extraction when there are literals | krangelov | |
| 2019-10-09 | fix the parsing for literals after the latest changes in the parser | krangelov | |
| 2019-09-20 | more dead code | krangelov | |
| 2019-09-20 | removed more dead code | krangelov | |
| 2019-09-20 | remove obsolete code | krangelov | |
| 2019-09-10 | GrammarToCanonical: bug fix: add missing case for Empty | Thomas Hallgren | |
| 2019-08-30 | first version of a parser which returns chunks in case of failure | krangelov | |
| 2019-08-30 | fix gu_map_next | krangelov | |
| 2019-08-30 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | krangelov | |
| 2019-08-30 | a more reasonable API to iterate over a map | krangelov | |
| 2019-08-21 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | Thomas Hallgren | |
| 2019-08-21 | Minibar: support for links to open a given grammar in the minibar | Thomas Hallgren | |
| When you press the "i" or "More info" button for a grammar, the info now includes a link that can be used by anyone to open this specific grammar in the minibar. | |||
| 2019-08-20 | added gu_map_delete | krangelov | |
| 2019-08-18 | fix packages | krangelov | |
| 2019-08-18 | fix reference to FastCGIUtils | krangelov | |
| 2019-08-18 | remove obsolete code | krangelov | |
| 2019-08-09 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | krangelov | |
| 2019-08-09 | bugfix in the parser's scanner | krangelov | |
| 2019-08-07 | Remove wrong Haddock comment in PGF2 | John J. Camilleri | |
| Clearly just a copy-paste error | |||
| 2019-08-05 | Minibar can now display grammar documentation. | Thomas Hallgren | |
| The documentation is taken from a file called Grammar.pgf_info, located next to the Grammar.pgf file on the server. The first line of the documentation is displayed below the menu bar in the minibar. The rest of the documentation is displayed when you press the "More info" button (or the "i" button). The documentation can contain HTML markup. Blank lines are treated as paragraph breaks. | |||
| 2019-07-11 | Remove TypeScript runtime and point to new repository | John J. Camilleri | |
| https://github.com/GrammaticalFramework/gf-typescript | |||
| 2019-07-10 | Minor renamings in JSON format | John J. Camilleri | |
| 2019-07-10 | Address @heatherleaf's suggestions | John J. Camilleri | |
| 2019-07-07 | Whitespace fixes | John J. Camilleri | |
| 2019-07-07 | Finish compile to PGF JSON, including JSON schema for resulting format. | John J. Camilleri | |
| 2019-07-03 | Finish JSON conversion for abstract | John J. Camilleri | |
| 2019-07-03 | Start work on PGFtoJSON module. Add compiler flag `-f json`. | John J. Camilleri | |
| 2019-06-30 | fully supported case-insensitive parsing/lookup | krangelov | |
| 2019-06-25 | the parser now ensures that all word senses are in the chart | krangelov | |
| 2019-06-24 | fix in gu_buf_heap_pop | krangelov | |
| 2019-06-24 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | krangelov | |
| 2019-06-24 | share some code for printing | krangelov | |
| 2019-06-13 | gflib.ts: put warning on console when function undefined | John J. Camilleri | |
| 2019-06-13 | gflib.ts: fix in annotation when type is unknown | John J. Camilleri | |
| 2019-06-13 | gflib.ts: generate source map, which is helpful for debugging | John J. Camilleri | |
| 2019-06-13 | gflib.ts: handled unimplemented functions during linearisation | John J. Camilleri | |
| 2019-06-12 | gflib.ts: also accept U+00C0-U+00FF (\192-\255) in idents in parseTree | John J. Camilleri | |
| Matches definition in src/compiler/GF/Grammar/Lexer.x | |||
| 2019-06-12 | gflb.ts: add comments about startsWith polyfill, making into module | John J. Camilleri | |
| 2019-06-10 | Avoid modifying String prototype in TypeScript runtime | John J. Camilleri | |
| Adds new class TaggedString | |||
| 2019-06-10 | Use strict mode in TypeScript, catch some more corner cases | John J. Camilleri | |
| 2019-06-10 | TypeScript readme | John J. Camilleri | |
