Thomas Hallgren
3d6a5e8864
gfse: show grammar comments in the list of public grammars
...
gf -server now includes the comment field from the grammar in the
response to /cloud requests with command=ls-t and ext=.json
2018-03-29 18:23:32 +02:00
Thomas Hallgren
750a1349ff
gfse: allow public grammars to be deleted in more cases
...
The editor doesn't show delete buttons on grammars published by other
users, but it was too picky when deciding which grammars you own. Now
it should be possible to delete grammars from the device/browser
you published it from, even if you don't have a private copy of it any more.
On a related note, there seems to be problem with the way unique grammars
names are created and maintained, causing published grammars to be duplicated
in some cases. This needs to be overhauled.
2018-03-29 17:02:22 +02:00
Thomas Hallgren
78cf184957
gfse: fix for some browser: hovering over an empty grammar comment to edit it
...
This was a problem in Safari (an other similar browsers I presume), but
not in Firefox: hovering over the grammar comment (shown below the grammar
name when you edit a grammar) didn't reveal the button to edit it, thus
preventing you from adding a comment. It was till possible by selecting the
"Enable editing on touch devices." at the bottom of the screen, but most
people probably didn't notice that it is possible to add a comment.
2018-03-29 16:17:25 +02:00
Thomas Hallgren
a9135c9b7e
Merge branch 'master' of www.grammaticalframework.org:/usr/local/www/GF
2018-03-29 14:56:07 +02:00
Thomas Hallgren
31ef32a815
gfse: sort list of public grammars by age, by default
...
There is also a menu so you can choose to sort the list by name or by age
2018-03-29 14:54:42 +02:00
Thomas Hallgren
6cc95f664e
index.html: update summer school link
2018-01-29 11:28:11 +01:00
Thomas Hallgren
725b518d5c
demos/index.html: add link to multilingual_headlines.html
...
It was lost in the move from darcs to GIT, since it was added
with a local change and not recorded in the darcs repository.
2018-01-23 15:58:28 +01:00
Thomas Hallgren
5164951e23
Remove "Warning: default encoding has changed from Latin-1 to UTF-8"
...
The warning is about a change that was made in GF 3.6 (June 2014) and has
probably outlived its purpose by now.
2018-01-23 14:55:33 +01:00
Thomas Hallgren
9f7a6cfe10
PGF2.FFI: import Data.Word(Word)
...
for compatibility with older versions of GHC
2017-09-06 18:01:08 +02:00
Thomas Hallgren
2b52ff1f73
Merge https://github.com/GrammaticalFramework/GF
2017-09-01 11:02:02 +02:00
Thomas Hallgren
c75d95b313
Merge https://github.com/GrammaticalFramework/GF
2017-08-29 16:00:04 +02:00
Thomas Hallgren
1f4807105b
Merge https://github.com/GrammaticalFramework/GF
2017-08-29 12:00:05 +02:00
Thomas Hallgren
685307bf0d
Merge branch 'master' of www.grammaticalframework.org:/usr/local/www/GF
2017-08-28 21:37:35 +02:00
Thomas Hallgren
fe2aeb839b
Download page: adding a .deb package for the Raspberry Pi
2017-08-28 21:37:09 +02:00
Thomas Hallgren
4e4d07aeae
Merge https://github.com/GrammaticalFramework/GF
2017-08-28 17:20:03 +02:00
Thomas Hallgren
7ec6590389
Merge https://github.com/GrammaticalFramework/GF
2017-08-24 18:20:03 +02:00
Thomas Hallgren
84c262a8e1
Merge https://github.com/GrammaticalFramework/GF
2017-08-21 13:15:46 +02:00
Thomas Hallgren
a16ae62503
Merge https://github.com/GrammaticalFramework/GF
2017-08-21 09:40:03 +02:00
Thomas Hallgren
13aff8a704
Merge https://github.com/GrammaticalFramework/GF
2017-08-20 22:20:03 +02:00
Thomas Hallgren
0a0eaa01bc
Bump version requirements to base>=4.6, Cabal>=1.20
...
Cabal>=1.20 allows control over parallelism when compiling grammars from
Setup.hs and WebSetup.hs.
base>=4.6 allows conditional compilation with CPP to be eliminated from
a few modules.
base-4.6 corresponds to GHC 7.6.3, which is what you get in
Debian 8 (aka jessie, aka oldstable) from 2015.
2017-08-18 11:55:44 +02:00
Thomas Hallgren
5ab8b7082c
Merge branch 'master' of www.grammaticalframework.org:/usr/local/www/GF
2017-08-18 11:55:16 +02:00
Thomas Hallgren
1318a62da0
Home page: update link to PGF library API (Haskell)
...
to point to gf-3.9 in Hackage.
2017-08-18 11:54:13 +02:00
Thomas Hallgren
c642421fa9
configure.ac: use a Cabal-friendly version number
...
and replace the outdated URL
2017-08-17 11:58:23 +02:00
Thomas Hallgren
2d85550e54
Final changes before the release of GF 3.9
2017-08-11 21:11:24 +02:00
Thomas Hallgren
06bf8454f7
Merge branch 'master' of www.grammaticalframework.org:/usr/local/www/GF
2017-08-11 16:05:44 +02:00
Thomas Hallgren
da1272c36d
Some updates in index-next.t2t and release-next.t2t
2017-08-11 16:04:57 +02:00
Thomas Hallgren
ce1c1042e7
gf.cabal: don't enable warnings about unused imports by default
2017-08-11 15:45:19 +02:00
Thomas Hallgren
8484dabd5b
Disable detailed version info from darcs
...
TODO: get version info from git instead.
2017-08-11 15:33:21 +02:00
Thomas Hallgren
a0e7e3bf83
A couple of fixes for GHC 8.2.1 compatibility
2017-08-11 10:07:43 +02:00
Thomas Hallgren
cd817abc5a
Merge branch 'master' of /usr/local/www/GF
2017-06-30 15:46:46 +02:00
Thomas Hallgren
b87cefb8cf
gf.cabal: update bug-reports and tested-with
2017-06-30 15:46:07 +02:00
Thomas Hallgren
a0072a5487
Updates to reflect the darcs->git move in the developer guide and the download page & release notes for the next release
2017-06-30 15:16:52 +02:00
Thomas Hallgren
ff82b0980b
Link to the issue tracker on GitHub
2017-06-29 17:27:36 +02:00
Thomas Hallgren
366f75d78a
index.html: a quick news item about the move to GitHub
2017-06-29 15:15:52 +02:00
Thomas Hallgren
1ada3fc522
gf.cabal: update the source repository to point to the GitHub repository
2017-06-29 14:51:27 +02:00