Skip to content

Releases: tematres/TemaTres-Vocabulary-Server

3.5

29 May 15:13
Compare
Choose a tag to compare

What's Changed

  • New user role Collaborator: only can create terms in candidate status and only can edit they own terms
  • New global indicators: show structural properties of the vocabulary based in the analysis of the structure of the lexical network
  • New config option in config.tematres.php to publish in public view data about global properties of the vocabulary: $CFG["PUBLISH_GLOBAL_SUMMARY"]
  • Update external library (Tinymce)
  • Remove deprecated JS library to support IE9
  • Fix minor bugs

3.4.4

24 Aug 16:41
Compare
Choose a tag to compare

What's Changed

  • Fix typo in strlen call by @a-roussos in #85
  • fixed definition note and exact match import, added bibliographic note import by @RicPiz in #86

New Contributors

Full Changelog: v3.4.3...3.4.4

3.4.3

19 Dec 12:24
Compare
Choose a tag to compare
  • 8.0 compatibility (8.1 tested)
  • fix bug in user management

3.4.2

19 Dec 12:20
Compare
Choose a tag to compare
  • fix bug in user management
    
  • 8.0 compatibility
    

3.4.1

25 Nov 21:16
Compare
Choose a tag to compare
  • Minor improvements for terms management and terms relation management
  • Improvements management of type of users

3.4

17 Oct 13:43
Compare
Choose a tag to compare
3.4

What's Changed

  • Add option in advaced reports to filter terms 'Modified on or after'#78
  • Normalize type of KOS in config option, use list of value defined in https://nkos.dublincore.org/nkos-type.html
  • Add feature: if is possible merge terms when add BT, NT or UF
  • Improve support to xx-XX lang codes: support for xxx-XXX code lang.
  • Add en-PH English (Republic of the Philippines) and tl-PH Tagalog (Philippines)
  • Improve support lang code to 4 (xx-XX) in import SKOS-core procedure
  • Add XML Dspace Taxonomy format as export option
  • Add config option in common/include/config.tematres.php to enable or diable CDN for external libraries ([USE_CDN]). False by default

Updates

  • update to ADOdb-5.21.4
  • update to PHPMailer to v6.6
  • update clipboard.js library

New Contributors

Full Changelog: v3.2...v3.4

3.3

06 Dec 12:36
Compare
Choose a tag to compare
3.3

New features

  • Options to look for terminological news in target vocabularies (references vocabularies via web services) and sync the terms between the vocabs
  • Support for Archival Resource Key (ARK) persistent identifier . https://en.wikipedia.org/wiki/Archival_Resource_Key
  • New manager for reference sources: now you can reuse bibliographic normalized references and discovery global trends about the bibliographic guaranty of the vocabulary
  • Capabilities to assign reference sources for terms or notes as differentiated entities
  • New verb to Tematres API: fetchCentralTerms. The command retrieves the central terms of the vocabulary (relation between depth and number of descendant terms).
  • New verb to Tematres API: match. The command search and retrieve terms using natural language matching approach.
  • Support for InnoDB database type
  • Optional config value to config type of charset in install process
  • Optional config value in db.tematres.php to set connection mode (use or not DSN)
  • The code or term notation of the term now are included in hierarquical export for txt and pdf
  • The notes now are include in import procedure from MARC21-XML

Libraries updated

  • Tinymce
  • fpdf library
  • Adodb library
  • HTMLpurifier
  • Language files
  • php 7.x compability
  • Remove bootstrap-table