Release Notes

Focus: bug fixes, maintenance

Bug fixes

  • In QUICKSEARCH ensure the ‘Include attachments’ checkbox only shows if there are attachments.
  • Correct some CMS paths.
  • Fix a path that broke the wordprocessor plugin when saving to RTF.
  • Ensure bookmarks are only available for registered users.
  • Fix bug [#407]: ensure ‘<’ and ‘>’ in style templates are printed in HTML as is.
  • In v6.4.8, the view of statistics (popularity etc.) was disabled by default due to speed concerns on large databases. Display of the popularity index when viewing random metadata was overlooked causing a slow reponse—this has been corrected.
  • Apply Smarty pull request 586 to fix a crash with Turkish locale [#408]: https://github.com/smarty-php/smarty/pull/586
  • Memoization of false translations when the instantiation of localization objects occurs before the complete determination of the user’s locale.
  • On the front page, either the latest added/edited resources can be displayed or resources added/edited in the last xxx days. In both cases, an error occurred if there were no such resources. This has been fixed.
  • Fix bug [#409]: SQL error on publisher statistics.
  • Fix the random resource display: SQL LIMIT was inconsistent.
  • Fix a warning about missing components.

Feature enhancements

  • Rewrote the interface for the adminstyle plugin.
  • Turkish translation (Thanks to Süleyman Arslan).

Maintenance

  • Update PHPMailer (v6.5.1).
  • Update Ukranian translation.
  • Internalize knowledge of builtin components to simplify their format.
  • Simplify the component.json format (v2) (remove fields component_builtin and component_updatable).
  • Bump component compatibility versions (needed by the new component.json format).