Skip to content

3.10.0

Latest
Compare
Choose a tag to compare
@Guillaume-sousa Guillaume-sousa released this 16 Jul 20:17
· 1 commit to develop since this release

MDCS 3.10.0

  • Added an option to render data using HTML templates based on the Django template language:
    • Compatible with both XML and JSON documents,
    • Can be used as a substitute for XSLT (XSLT still supported),
    • HTML template configuration available via the admin dashboard in pre-release mode (more updates to come in the coming releases: REST API, Upload UI, Documentation),
    • Example: The template <b>Title:<b/>{{dict_content.root.title}} would render the following HTML <b>Title:</b>CDCS for this XML data <root><title>CDCS</title></root> or this JSON document {“root”: {“title”: “CDCS”}}
  • Updated federated search app to allow queries on public instances,
  • Updated account request page to check unique emails,
  • Fixed reset password broken redirection,
  • Fixed data upload from a folder and added an option to upload individually or in bulk,
  • Minor fixes and improvements.