Skip to content
Failed

Changes

Summary

  1. UpdateDateTracker.java: Remove deprecated finalize method (#3647) (details)
  2. SEO: Add canonical URLs (#3655) (details)
  3. Add JsConfigs view helper for sharing configs with Javascript code (#3598) (details)
Commit a33a1c360993ecafe951948cd708e951c75d35e7 by noreply
UpdateDateTracker.java: Remove deprecated finalize method (#3647)

The finalize() method has been deprecated and was never reliably called. We have switched to try-with-resources statements to ensure consistent resource cleanup.
The file was modified import/index_java/src/org/vufind/index/UpdateDateTracker.java (diff)
Commit 734d5de90c4898066904d504e5fa33e2a2ead1f9 by noreply
SEO: Add canonical URLs (#3655)

- Also removes unnecessary sid value from RDF header links.
The file was modified themes/bootstrap3/templates/collection/view.phtml (diff)
The file was modified themes/bootstrap3/templates/authority/record.phtml (diff)
The file was modified themes/bootstrap3/templates/record/view.phtml (diff)
Commit e45f6c8071a5c46af0464ba762a207f19b0b4278 by noreply
Add JsConfigs view helper for sharing configs with Javascript code (#3598)

The file was addedmodule/VuFind/src/VuFind/View/Helper/Root/JsConfigs.php
The file was addedthemes/bootstrap3/templates/layout/js-configs.phtml
The file was modified themes/root/theme.config.php (diff)
The file was modified module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/JsTranslationsTest.php (diff)
The file was modified themes/bootstrap3/templates/layout/layout.phtml (diff)
The file was addedthemes/bootstrap3/js/config.js
The file was modified themes/bootstrap3/theme.config.php (diff)