Releases: tematres/TemaTres-Vocabulary-Server
Releases · tematres/TemaTres-Vocabulary-Server
3.5.1
3.5
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
3.4.3
3.4.2
3.4.1
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
- @T1loc made their first contribution in #54
- @AlanNFreitas made their first contribution in #62
Full Changelog: v3.2...v3.4
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