Skip to content

Bugfix/#54 edition plain text arabic

Michelle Weidling requested to merge bugfix/#54-Edition_plain_text_Arabic into develop

Bug fix

Related Tickets

#54 (closed)

Does the result of the MR comply to our "definition of done"?

  • Unit tests passed
  • Code reviewed
  • Acceptance criteria met
  • Functional tests passed
  • Non-Functional requirements met
  • Product Owner accepts the User Story

Closes

#54 (closed)

Summary

  • Certain manifests have been excluded from being listed in collection.json since they aren't editions in a stricter sense–they lack an XML and have been created by the scholars for their workflow.

  • tapi:make-editors() has been made more robust by always returning content; In case no editor is found, it returns none.

  • Furthermore, the unit tests have been slightly improved wrt. performance and quality:

    • some errors have been corrected
    • the tests for the AnnotationAPI are now pending since they don't work properly
    • tapi:zip-text() only runs once since it is time consuming

Changelog

  • I added a statement to the CHANGELOG.

Version number

  • I bumped the version number in build.properties.

/cc Mathias Göbel, Frank Schneider, Michelle Weidling

Merge request reports