| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-03-29 | gfse&minibar: work in progress on grammar extension fromminibar | hallgren | |
| 2012-03-29 | gfse: show an informative error message in browsers that lack support for ↵ | hallgren | |
| localStorage | |||
| 2012-03-28 | GFEP: page is now valid HTML and uses the gf.org stylesheet | john.j.camilleri | |
| 2012-03-26 | Workaround for bug in ghc-7.2.2 | hallgren | |
| An apparent bug in ghc-7.2.2 causes the type Value to be exported from PGF.Data. Workaround: restrict the imports from PGF.Data in GF.Command.Abstract and GF.Compile.GeneratePMCFG to avoid the clash with locally defined type Value. (ghc-7.0.4 and ghc-7.4.1 appear to be free from this bug.) | |||
| 2012-03-26 | compiler/GF/Text/Coding.hs: fix build failure against ghc-7.2 | Sergei Trofimovich | |
| 2012-03-26 | Fix List.foldl / Map.foldl ambiguosity | Sergei Trofimovich | |
| Fixes the following error: src/runtime/haskell/PGF/Expr.hs:111:14: Ambiguous occurrence `foldl' It could refer to either `List.foldl', imported from `Data.List' at src/runtime/haskell/PGF/Expr.hs:27:1-24 (and originally defined in `GHC.List') or `Map.foldl', imported from `Data.Map' at src/runtime/haskell/PGF/Expr.hs:28:1-40 | |||
| 2012-03-26 | minibar: support for adding grammars from several servers to the grammar menu | hallgren | |
| You can also add grammars from several directories on the same server of course. The included minibar configuration file adds the user's own grammars from the grammar editor. | |||
| 2012-03-26 | gfse: enable word replacement in minibar when activated from the editor | hallgren | |
| 2012-03-26 | gfse&minibar: fix bug caused by function name clash | hallgren | |
| + Function div_id was defined in both editor.js and support.js. Solution: moved the more general version from editor.js to support.js. + Function div_class was defined in both editor.js and support.js. Solution: resolv incompatibility with an argument type test and put the generalized function in support.js. | |||
| 2012-03-26 | gf-book: apply GF style sheet | hallgren | |
| Also brought index.txt and index.html back in sync. (It looks like someone updated index.html instead of updating index.txt and regenerating index.html.) | |||
| 2012-03-23 | doc/icfp-2012.t2t: link back to ICFP 2012 web site | hallgren | |
| 2012-03-23 | GF home page: News: GF Tutorial at ICFP 2012 | hallgren | |
| 2012-03-22 | minibar: word-for-word replacement fixes | hallgren | |
| Check that the reconstructed abstract syntax tree is type correct before enabling word-for-word replacement. Show an error message if word replacement nevertheless fails. | |||
| 2012-03-22 | pgf_online.js: error callbacks | hallgren | |
| To enable customized error handling, the methods in the pgf_online objects and the AJAX server call functions in support.js accept an error callback function as an extra argument, in addition to the callback (continuation) for normal results. | |||
| 2012-03-22 | GFEP: updated readme | john.j.camilleri | |
| 2012-03-21 | GFEP: updated readme | john.j.camilleri | |
| 2012-03-20 | ICFP 2012 tutorial page: use the GF stylesheet for a consistent look | hallgren | |
| 2012-03-19 | minibar: word-for-word replacement fix | hallgren | |
| Turn off the highlighting that indicates that word-for-word replacement is enabled when it is no longer available (e.g if a word is deleted and there no longer is a complete parse). | |||
| 2012-03-19 | minibar: fix for recently introduced bug affacting Webkit browsers | hallgren | |
| It seems that in Gecko browsers, the effect of "with(x) stmts" reaches inside the bodies of local functions in stmts, but in Webkit browers it does not. | |||
| 2012-03-19 | GFEP: added more images for readme | john.j.camilleri | |
| 2012-03-19 | GFEP: Added video tutorial | john.j.camilleri | |
| 2012-03-19 | minibar: don't try to select the most recently used grammar if it isn't in ↵ | hallgren | |
| the current grammar list | |||
| 2012-03-18 | minibar: automatically select the most recently used grammar when returning ↵ | hallgren | |
| to the minibar | |||
| 2012-03-18 | PGF run-time library: function names in BracketedString (experimental) | hallgren | |
| + Make room for function names in the BracketedString data structure. + Fill in function names when linearizing an abstract syntax tree to a BracketedString. + Fill in wildCId when it is not obvious what the function is. + Function bracketedLinearize: for compatibility with the other linearization functions, return Leaf "" instead of error "cannot linearize". + Export flattenBracketedString from module PGF. + PGFServce: make function names available in the JSON representation of BracketedString. | |||
| 2012-03-18 | minibar: word-for-word replacement (experimental) | hallgren | |
| The new functionality also needs some new PGF service functionality, which will be provided in a separate patch. | |||
| 2012-03-17 | Cloud service start page layout fix for small screens | hallgren | |
| 2012-03-17 | icfp tutorial web page | aarne | |
| 2012-03-16 | Adding a .ghci file to make it easier to load GF in ghci. | hallgren | |
| 2012-03-16 | PGFService.hs: command=browse can now produce output in JSON format. | hallgren | |
| To get JSON output, add the parameter format=json. The JSON structure contains the output from the function PGF.browse. The default is format=html for backwards compatibility. | |||
| 2012-03-12 | libpgf: a new implementation for literals which also allows custom literals. ↵ | kr.angelov | |
| the same mechanism is now used for the metavariables | |||
| 2012-03-09 | libpgf: added simple lexer | kr.angelov | |
| 2012-03-08 | minibar: add an option to make it easy to select png or svg output | hallgren | |
| for abstract synax trees, parse trees and word alignment diagrams. | |||
| 2012-03-08 | GF home page: direct link to Issues | hallgren | |
| "Wiki" is a word with very low information scent: there is no way to know what type of informaiton is hiding behind the Wiki link, e.g., that there is a bug tracker (or an FAQ), so not many users will click on it. | |||
| 2012-03-08 | gf.cabal: update version number to 3.3.3-darcs | hallgren | |
| 2012-03-08 | PGFService.hs: add output format option to the commands abstrtree, parsetree ↵ | hallgren | |
| and alignment Supported output formats: gv, png, svg. | |||
| 2012-03-07 | libpgf: implementation for built in literal categories | kr.angelov | |
| 2012-03-07 | libpgf: simple fix in the parser debugger | kr.angelov | |
| 2012-03-07 | libpgf: two APIs - one for finding all parse results and another for finding ↵ | kr.angelov | |
| the best parse result | |||
| 2012-03-06 | gfse: small usability improvements | hallgren | |
| 2012-03-06 | GFEP: updated page | john.j.camilleri | |
| 2012-03-06 | added Pes to the list of langs in make Symbolic | aarne | |
| 2012-03-05 | gfse: more helpful hints about grammar parts and RGL modules | hallgren | |
| 2012-03-05 | gfse: bug fix: avoid hickup when inhertiting from a missing concrete syntax | hallgren | |
| 2012-03-05 | gf-server.cabal: always build the fastcgi module (pgf-server), lower version ↵ | hallgren | |
| requirement on the cgi package + The flag fastcgi is removed: building the fastcgi is the main purpose of this cabal file again. + pgf-http superseded by gf-server, but is still available as an option + Require cgi>=3001.7.3 instead of cgi>=3001.8.0. | |||
| 2012-03-05 | GFEP: Updated readme, more screenshots | john.j.camilleri | |
| 2012-03-05 | Phrasebook now compiles for Hin and Pes | aarne | |
| 2012-03-05 | some additions to help compile PhrasebookUrd and Pes | aarne | |
| 2012-03-05 | minibar: tool tip on the feedback button and hint in the feedback form | hallgren | |
| that the user should select a language from the To: menu to suggest a better translation to a particular language. | |||
| 2012-03-05 | extrahin | virk.shafqat | |
| 2012-03-05 | libpgf: now all concrete functions and categories are explicitly linked to ↵ | kr.angelov | |
| their abstract counter parts | |||
