Skip to content
Success

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)
Commit 9a434edbc1f28c999c9223d6126917f696fad1bb by Thorsten Vitt
New release cycle
The file was modified pom.xml
The file was modified docs/conf.py
Commit 79c606928b6670b83b743b081791ad1e354ff79c by Thorsten Vitt
Docs: Clarify query zip export
The file was modified docs/zip.rst
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
Commit cf50cfa381c6ba3860f65bc844ab05edbb68a874 by Thorsten Vitt
Added test for embedded HTML.
Refs #14397
The file was addedsrc/test/resources/mjr3.0-embedded.html
The file was modified src/test/java/info/textgrid/services/aggregator/html/HtmlRegressionTest.java
Commit d7b357d390e017ce4c7e1ba58773f8365c6e1cd2 by Thorsten Vitt
Adjusted oxygen project to new XSL locations
The file was modified transformations.xpr
Commit 3e94773873758d4c34213866deba901562a59df7 by Thorsten Vitt
Basic TOC infrastructure
The file was modified transformations.xpr
The file was modified src/main/java/info/textgrid/services/aggregator/REST.java
The file was modified src/main/webapp/stylesheets/tohtml.xsl
The file was modified src/main/java/info/textgrid/services/aggregator/html/HTMLWriter.java
Commit 41cb2a0e0771e33495ea284903167d1b11512995 by Thorsten Vitt
TOC: Handle divs without id -> use head ids
The file was modified src/main/webapp/stylesheets/tohtml.xsl
The file was modified transformations.xpr
Commit 398b0c6abdd1897d6b946c62769cfb51938cea98 by Thorsten Vitt
TOC doc
The file was modified docs/html.rst
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
Commit 7d707f5b88f3c2425d3691555a32bf0cc4a993f9 by funk
Just changed back version :-) this IS a dev branch :-)
The file was modified docs/index.rst
Commit ba74d34264efa3ee817615bcfa6bb16fc6de5ae7 by veentjer
deb build
The file was modified pom.xml
The file was addedsrc/deb/control/control
The file was addedsrc/deb/control/postinst
The file was addedsrc/deb/control/preinst
Commit 0e94a31892aed8f757467751d6e620a067ebedba by veentjer
no version in war filename (deb package)
The file was modified pom.xml
Commit 7096aaca52ab4ec234e3f72a9aeb15100af5b65f by Thorsten Vitt
Switch textgridrep to https
The file was modified src/main/webapp/stylesheets/preview.xsl
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
Commit c65e5e7d6a6afbe7073d9097124d9813c869d6e0 by funk
deb: war > folder.
The file was modified pom.xml
Commit d5ef27cf68ca64a1c9e6e5257ccc8389ee952d8d by funk
mc
The file was modified pom.xml
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/main/java/info/textgrid/services/aggregator/teicorpus/TEICorpusSerializer.java
The file was modified src/test/resources/gedichte-anakreons-corpus.xml
The file was modified src/main/java/info/textgrid/services/aggregator/teicorpus/TEIHeaderStack.java
Commit 2a228c157076176f269e778fdbec33d2a640809c by Thorsten Vitt
POM cleanup
The file was modified pom.xml
The file was modified .classpath
Commit 71279a4d086e679cb054c44e101d5741e753d0b0 by Thorsten Vitt
Bumped version number
The file was modified pom.xml