Changes

Summary

  1. New release cycle (details)
  2. Docs: Clarify query zip export (details)
  3. extractbody deals with nested HTMLs in a useful way. (details)
  4. Added test for embedded HTML. (details)
  5. Adjusted oxygen project to new XSL locations (details)
  6. Basic TOC infrastructure (details)
  7. TOC: Handle divs without id -> use head ids (details)
  8. TOC doc (details)
  9. Added short help link for textgridlab.org (we are very very soon on the (details)
  10. Just changed back version :-) this IS a dev branch :-) (details)
  11. deb build (details)
  12. no version in war filename (deb package) (details)
  13. Switch textgridrep to https (details)
  14. Fix: xsl-stylesheet didn't have any practical effect. (details)
  15. deb: war > folder. (details)
  16. mc (details)
  17. Allow to use Saxon for the md2tei transformation. (details)
  18. POM cleanup (details)
  19. Bumped version number (details)
The file was modified docs/conf.py (diff)
The file was modified pom.xml (diff)
Commit 79c606928b6670b83b743b081791ad1e354ff79c by Thorsten Vitt
Docs: Clarify query zip export
The file was modified docs/zip.rst (diff)
Commit a0e49676cc34510e2395d9f1cc23f1dd52eb8733 by Thorsten Vitt
extractbody deals with nested HTMLs in a useful way.
Fixes #14397
The file was modified src/main/webapp/stylesheets/extractbody.xsl (diff)
Commit cf50cfa381c6ba3860f65bc844ab05edbb68a874 by Thorsten Vitt
Added test for embedded HTML.
Refs #14397
The file was modified src/test/java/info/textgrid/services/aggregator/html/HtmlRegressionTest.java (diff)
The file was addedsrc/test/resources/mjr3.0-embedded.html (diff)
Commit d7b357d390e017ce4c7e1ba58773f8365c6e1cd2 by Thorsten Vitt
Adjusted oxygen project to new XSL locations
The file was modified transformations.xpr (diff)
Commit 3e94773873758d4c34213866deba901562a59df7 by Thorsten Vitt
Basic TOC infrastructure
The file was modified src/main/java/info/textgrid/services/aggregator/REST.java (diff)
The file was modified src/main/webapp/stylesheets/tohtml.xsl (diff)
The file was modified src/main/java/info/textgrid/services/aggregator/html/HTMLWriter.java (diff)
The file was modified transformations.xpr (diff)
Commit 41cb2a0e0771e33495ea284903167d1b11512995 by Thorsten Vitt
TOC: Handle divs without id -> use head ids
The file was modified src/main/webapp/stylesheets/tohtml.xsl (diff)
The file was modified transformations.xpr (diff)
The file was modified docs/html.rst (diff)
Commit deebf1e2f4a783e3f08ac27d051d71a86bca0b77 by funk
Added short help link for textgridlab.org (we are very very soon on the
correct system :-)
The file was modified docs/index.rst (diff)
Commit 7d707f5b88f3c2425d3691555a32bf0cc4a993f9 by funk
Just changed back version :-) this IS a dev branch :-)
The file was modified docs/index.rst (diff)
The file was addedsrc/deb/control/postinst (diff)
The file was addedsrc/deb/control/preinst (diff)
The file was modified pom.xml (diff)
The file was addedsrc/deb/control/control (diff)
Commit 0e94a31892aed8f757467751d6e620a067ebedba by veentjer
no version in war filename (deb package)
The file was modified pom.xml (diff)
Commit 7096aaca52ab4ec234e3f72a9aeb15100af5b65f by Thorsten Vitt
Switch textgridrep to https
The file was modified src/main/webapp/stylesheets/preview.xsl (diff)
Commit a9d0f330132a3a1bff9dc97439bb34f3345b40f6 by Thorsten Vitt
Fix: xsl-stylesheet didn't have any practical effect.
TODO associated stylesheet is detected as a side effect of fetching the
source. Need to make sure this has been done when we call
getTransformer(). We also need a test here.
The file was modified src/main/java/info/textgrid/services/aggregator/html/HTMLWriter.java (diff)
Commit c65e5e7d6a6afbe7073d9097124d9813c869d6e0 by funk
deb: war > folder.
The file was modified pom.xml (diff)
The file was modified pom.xml (diff)
Commit 86b9f77fbd3346056007fafc4564cedaad998d72 by Thorsten Vitt
Allow to use Saxon for the md2tei transformation.
In Java 8, the built-in XSLTC produces invalid XML (containing a
namespace binding to the prefix `xmlns`, cf. #16730). Saxon however
cannot write to a StAXResult, so we need an adapter to SAXResult.
Fixes #16730.
The file was modified src/test/resources/gedichte-anakreons-corpus.xml (diff)
The file was modified src/main/java/info/textgrid/services/aggregator/teicorpus/TEICorpusSerializer.java (diff)
The file was modified src/main/java/info/textgrid/services/aggregator/teicorpus/TEIHeaderStack.java (diff)
The file was modified .classpath (diff)
The file was modified pom.xml (diff)
The file was modified pom.xml (diff)