Commit Graph

4028 Commits

Author SHA1 Message Date
aarne
d9b5d3ed4d switched the upper and lower parts of lexc entries to their standard order 2011-03-04 17:25:53 +00:00
aarne
14f11bb2b9 revived GADT generation 2011-03-04 17:05:40 +00:00
aarne
88a0790f32 fixed a variable refreshing bug in the compiler 2011-03-04 16:44:30 +00:00
hallgren
914ee33396 minibar: add icon for word alignment button 2011-03-03 19:19:47 +00:00
hallgren
527e000a12 minibar: add a button to display word alignment 2011-03-03 19:18:09 +00:00
hallgren
2c1feccd17 GF shell restricted mode
By setting the environment variable GF_RESTRICTED before starting GF, the shell
will be run in restricted mode. This will prevent the GF shell from starting
arbitrary system commands (most uses of System.Cmd.system are blocked) and
writing arbitrary files (most commands that use writeFile et al are blocked).

Restricted mode is intended minimize the potential security risks involved
in allowing public access to the GF shell over the internet. It should be used
in conjuction with system level protection mechanisms (e.g. file permissions)
to make sure that a publicly acessible GF shell does not give access to parts
of the system that should not be publicly accessible.
2011-03-03 15:42:57 +00:00
hallgren
b190d30fad gf.cabal: bump version number, add source repository info
I changed the version number to 3.2.1-darcs.
I think the version number of the current version from darcs should always
include the "-darcs" suffix (or "-current" perhaps?). The suffix should be
removed only momentarily when making an official release.
2011-03-03 15:24:43 +00:00
aarne
f8c4903285 overloaded opers included in sorting of judgements 2011-03-03 15:10:31 +00:00
aarne
f32091cd53 print lexicon in Xerox LEXC format: pg -lexc 2011-03-03 08:31:15 +00:00
aarne
8e3674600c corrected help for l command 2011-03-01 16:15:20 +00:00
hallgren
e06e587de1 demos/index.html: minibar is now available on the standard port
Minibar was at http://www.grammaticalframework.org:41296/minibar/minibar.html
but now also at http://www.grammaticalframework.org/demos/minibar/minibar.html
which means it is accessible behind firewalls that block requests to
nonstandard ports.
2011-03-01 15:02:13 +00:00
hallgren
6c60b086cf demo/indx.html: record translation quiz entry 2011-03-01 14:58:51 +00:00
hallgren
45b59b0e7e minibar/support.js: recognize relative URLs as locations on the same server
This means that the relative grammar directory location in the default
configuration will result in AJAX requests rather than the less efficient
JSONP requests.
2011-03-01 14:47:20 +00:00
hallgren
a01704fd3e minibar: make the feedback form work in the generic minibar
It is still disabled by default, since some manual configuraiton of
feedback.cgi is required.
2011-03-01 13:46:00 +00:00
hallgren
758e2a031d gfse: fix missing startcat flag bug + documentation updates 2011-02-28 16:47:25 +00:00
hallgren
790e086a54 gfse: fix persmission problem in upload.cgi 2011-02-28 15:46:42 +00:00
hallgren
a4c82e51a0 gfse: include a -path flag to find rgl modules 2011-02-28 15:45:55 +00:00
hallgren
1cae23fce7 gfse: support for opening RGL modules 2011-02-28 14:18:20 +00:00
hallgren
a9287e83af gfse: minor documentation and style improvements 2011-02-28 12:41:05 +00:00
aarne
0dfbc9b730 the command show_operations to inspect opers in scope 2011-02-28 13:31:04 +00:00
aarne
66f95c2cb7 removed message showing what modules are read unless in verbose mode 2011-02-26 10:25:09 +00:00
aarne
445a3aafeb Predef.error surfaces as error message in compilation and cc command 2011-02-25 17:01:10 +00:00
aarne
77b02544fb simple grammar for dates 2011-02-25 15:44:25 +00:00
aarne
390566b17e command ga moved to option 'aw -giza' 2011-02-25 12:55:36 +00:00
aarne
c51c011dda FoodsNep by Dinesh Simk 2011-02-24 14:05:16 +00:00
hallgren
8b76047cda gfse: allow definitions to be reordered by drad-and-drop 2011-02-22 16:04:49 +00:00
hallgren
27f4ad15e3 gfse: fix typos 2011-02-18 14:51:06 +00:00
hallgren
a74a0ae980 gfse: document that grammars can be uploaded and tested in the GF shell, the minibar and the translation quiz 2011-02-18 14:47:20 +00:00
hallgren
e0030daaa7 gfse: updated screen shots 2011-02-18 14:46:18 +00:00
hallgren
173a5e3db2 gfse: support for linking to the translation quiz 2011-02-18 11:44:05 +00:00
hallgren
ac41fe547f translation quiz: always show the grammar menu 2011-02-18 11:52:08 +00:00
hallgren
c2c8f34288 translation quiz: a small change to make easy to select an alternate grammar directory 2011-02-18 11:51:41 +00:00
hallgren
8dd2a1ddc0 gfse: some small fixes
+ 'make install' to copy all required files to the server
+ configuration options and error checks in upload.cgi
2011-02-17 17:35:22 +00:00
hallgren
c1f0d57210 Adding the prototype GF editor for simple multilingual grammars 2011-02-17 14:43:41 +00:00
hallgren
41d37dd353 Adding the prototype GF editor for simple multilingual grammars 2011-02-17 14:42:16 +00:00
hallgren
cc2f9d012c Adding the prototype GF editor for simple multilingual grammars 2011-02-17 14:38:46 +00:00
aarne
c6825f38df example/Discourse for English too 2011-02-09 22:57:56 +00:00
aarne
805c12c49a factored DiscourseFin to 4+5 constructors 2011-02-09 17:11:45 +00:00
aarne
9c68dbcdb1 more general discourse particles in Finnish 2011-02-09 16:42:15 +00:00
aarne
9aeb51b4a5 experimenting with discourse particles in DiscourseFin 2011-02-08 15:49:47 +00:00
aarne
3c82593fdd examples/discourse on Finnish discourse particles and their translations 2011-02-08 12:30:13 +00:00
hallgren
12ad869c69 Download page: added Mac .pkg from Jordi Saludes 2011-02-07 12:20:02 +00:00
aarne
7445e56387 a simple clitic analysis command 'ca' 2011-02-06 16:19:24 +00:00
aarne
878fefc6f5 removed some nonsense-producing variants from Query 2011-01-31 10:03:59 +00:00
aarne
3f0b55b00b new Foods grammars: Fre by Hissu Hyvärinen and Spa by Maarit Koponen 2011-01-31 08:25:28 +00:00
aarne
f875fe563a corrections to ancientgreek encoding by Hans Leiss 2011-01-31 08:06:42 +00:00
aarne
b35c29554d started CompilerAPI, still dummy 2011-01-28 15:28:05 +00:00
hallgren
eb21e14991 minibar: a small change to make easy to select an alternate grammar directory 2011-01-27 22:23:15 +00:00
hallgren
76736a6662 Translation Quiz: fix for race condition on page load 2011-01-26 16:21:23 +00:00
hallgren
62d1ea5a34 Translation quiz: improvements from Elnaz 2011-01-25 11:58:49 +00:00