Skip to content

Releases: brobertson/Lace2

v0.6.22

09 Sep 16:20
Compare
Choose a tag to compare

Clean up handling of hyphens across pages.

Update of 2023-06-03: this release works with the lastest release of eXist-db, 6.2, as tested on java version 1.8.0_371 on MacOS.

v0.6.21

14 Jul 19:39
Compare
Choose a tag to compare
  • works with eXist-db 5.3.0 (also checked with eXist-db 5.2.0)
  • check urns and labels on submission to URN library
  • further check Greek on entry

v0.6.20

16 Jun 14:40
Compare
Choose a tag to compare

In-browser editing of URN picker data.

v0.6.19

26 Mar 17:45
Compare
Choose a tag to compare

More improvements for many-user context at CHS. Improve responsiveness of updateWords by not returning json of the result. Don't allow people to enter less-than or greater-than, but convert these to the angle-bracket versions.

v0.6.18

27 Feb 01:04
Compare
Choose a tag to compare

Fixes to support CHS editing jag. Exclude illegal or highly inappropriate characters on input, and speed up some common interactions.

v0.6.17

11 Jan 18:52
Compare
Choose a tag to compare

Further bug fixes for dehyphenation in TEI output. Now using xquery to generate this, rather than xslt.

v0.6.16

04 Oct 12:31
Compare
Choose a tag to compare

Remove NBIF footer; don't alter the package repo address; fix dehyphenation issues by making links unique if they aren't already.

Important: if you want your eXist-db repository to point to the normal package repo, you must:

  1. Back up all editing packages
  2. re-install a fresh version of eXist-db
  3. install this version of Lace on top of it
  4. install the backup editing packages and their related image packages.

Or, to livepatch a running version of Lace, edit with eXide "/db/apps/packageservice/configuration.xml"
and change the values in /settings/repositories/repository to conform with those in the most recent version of eXist-db.

v0.6.15

17 Sep 15:06
Compare
Choose a tag to compare

Further TEI bug fixes: improve header, and deal with corner cases where dehyphenation doesn't occur and the last word in a section sometimes gets dropped.
Javascript library cleanup.

v0.6.14

12 Sep 18:45
Compare
Choose a tag to compare

Further TEI generation bug fixes. 1) order zones numerically, not alphabetically (duh). 2. fix the corner case where a page ends with hyphenated form: sometimes these would pick up later second halves of a different pair.

v0.6.13

31 Aug 20:01
Compare
Choose a tag to compare

Make primary text the default zone. Fix bugs in TEI output and improve header.