summaryrefslogtreecommitdiff
path: root/src/www
AgeCommit message (Collapse)Author
2012-09-30gfse: show the types of linearization functions when hovering over their nameshallgren
2012-09-30PGF service & minibar: put a limit on the number of parse treeshallgren
+ In the PGF web service API, the commands parse, translate and translategroup now accept a limit parameter. It limits the number of parse trees returned. If no limit is given, the behaviour is backwards compatible, i.e. no limit is applied. + In minibar, the limit is now set to 25 by default. This change is based on a suggestion by Kaarel Kaljurand.
2012-09-28gfse & cloud improvementshallgren
+ Added "Symbolic" to the list of resource modules that can be opened. + Clicking on the name of an opened resource module now displays the list operations it provides. (Implemented using show_operations in the GF shell.) + Added a GF version info link to the cloud service start page.
2012-09-23refactoring German VPaarne
2012-09-21gfse: added a new "matrix view" of grammarshallgren
2012-09-21simple translator: make it possible to delete documentshallgren
2012-09-20simple translator: bug fixhallgren
A bug in the line break change prevented text import from working.
2012-09-14negative patterns in gfmorphoaarne
2012-09-17simple translator: accept DOS, Mac and Unix line breaks when importing texthallgren
2012-09-17minibar-api.html: documentation fixeshallgren
2012-09-12First version of a web server for morphological paradigms.aarne
2012-09-11simple translator: export GlobalSight Download Fileshallgren
TODO: consider using a better way to save to a local file
2012-09-11simple translator: more work on GlobalSight supporthallgren
Disable editing source segments in GlobalSight documents
2012-09-10simple translator: more work on GlobalSight supporthallgren
+ Retain metadata from GlobalSight Download Files. + Disable adding&removing segments when editing a GlobalSight documents.
2012-09-09minibar: fix links to Wikipedia article on JSONPhallgren
Wikipedia moved it.
2012-09-09simple translator: support for importing GlobalSight Download Fileshallgren
TODO: support for export translations in the same format.
2012-08-30simple translator: make it work even if Apertium is unavailablehallgren
Since Apertium is unavaiable at the moment, I can't check that things still work properly when Aprtium *is* availalbe.
2012-08-27minibar documentation URL typo fixhallgren
2012-08-27minibar documentation updateshallgren
2012-08-02translator: keep cloud docs and local docs aparthallgren
+ show a cloud icon next to the document name if it is stored in the cloud + in addition to the name of the current document, remember if it is stored in the cloud, so that the right document is loaded next time you open the translator.
2012-08-02gfse: matching colors in cloud download/upload iconshallgren
2012-08-01gf-cloud-api.html: markup fixhallgren
2012-07-27translator: code cleanup and bug fixes hallgren
2012-07-25translator: remove debug logginghallgren
2012-07-25translator: per segment translation method selectionhallgren
2012-06-21translator: parallel text view layout adjustmentshallgren
And some other small code changes.
2012-06-21translator: bug fix for copy/paste importhallgren
2012-06-21gfse/sort.js: make it more resusablehallgren
Move the gfse-specific list of sortable tags and class names from sort.js to editor.js.
2012-06-21translator: insert and delete segmentshallgren
You can now insert new segments anywhere, now just at the end. You can now delete any segment, not just the last one.
2012-06-19translator: style adjustmentshallgren
2012-06-19translator: expanatory text for local file import hallgren
2012-06-19translator: import text from local fileshallgren
It works in Chrome, Firefox and Opera, but not Safari. (The browser must support the File, FileList and FileReader APIs.)
2012-06-18GF cloud api doc fixeshallgren
2012-06-18cloud service: add preliminary cloud service API documentationhallgren
2012-06-18transaltor: reduce code duplicationhallgren
2012-06-13translator: added support for the Apertium translation servicehallgren
Also added feedback to source & target language menus to indicate which languages are supported by the selected translation method. For Apertium, the source language menu shows all possible source languages, and the target menu shows the possible target languages for the chosen source language.
2012-06-12translator: documents can now be saved in the cloudhallgren
some other small fixes
2012-06-12gfse & translator: change language code for Japanese to Jpnhallgren
2012-06-11minibar-api.html: small documentation improvementshallgren
2012-06-11GF home page: link to GF clouds service (cloud.grammaticalframework.org)hallgren
Also some small cloud service documentation updates.
2012-06-11translator: source segments can now be editedhallgren
2012-06-08translator.css: restore lost width of input fieldhallgren
2012-05-29translator: segment imported text based on punctuationhallgren
2012-05-28translator: better support for ambiguous translationshallgren
The translator picks "the first" translation by default, but the user can choose among the generated translations from a popup menu.
2012-05-28GFServer.hs: apply UTF8 encoding when saving uploaded fileshallgren
This fixes a bug introduced on May 16.
2012-05-27translator: adding "Parallel texts" viewhallgren
This is in addition to the existing "Segment by Segment" view. Also some minor documentation updates.
2012-05-25translator: you can now import text by copying and pastinghallgren
2012-05-23translator: use a more robust test for localStorage support and show a ↵hallgren
warning if it is missing
2012-05-16translator: fix typohallgren
2012-05-16translator: update About pagehallgren