Skip to content

Releases: kitodo/kitodo-presentation

Kitodo.Presentation 3.3.3

11 Jan 12:17
b9df5c6
Compare
Choose a tag to compare

This is a bugfix release.

Bugfixes

  • Set owner correctly on (re-) indexing documents. #752
  • Do not abort with exception on indexing empty or broken full text files. #753

Kitodo.Presentation 3.3.2

23 Dec 20:26
8d3ff8e
Compare
Choose a tag to compare

This is a bugfix release.

Bugfixes

  • Fix link creation in search in document tool if using TYPO3 speaking urls (slug). #748

Thanks to @beatrycze-volk for fixing this issue.

Kitodo.Presentation 3.3.1

16 Nov 11:32
0cd1e90
Compare
Choose a tag to compare

This is a bugfix release with the following fixes:

  • Fix check whether fulltext is present #693
  • Fix highlighting word in some browsers #699
  • Fix logger in MetsDocument and IiifManifest #738

Thanks to @dvoracek-slub for the contribution.

Kitodo.Presentation 3.3.0

14 Oct 08:39
4f3247e
Compare
Choose a tag to compare

Maintenance and Feature Release

This release introduces two useful and important features. There is much maintenance work done. Important to note that support for TYPO3 8.7 LTS has been dropped.

Upgrade Instruction

This release requires to update the Solr schema, to install the Solr OCR highlighting plugin and to reindex all documents. This is easy done and described in the extension documentation.

If you skip these changes, the full text feature won't work anymore.

Kitodo.Presentation 3.3 still supports only ALTO 2.x for indexing but ALTO 2 to 4 for displaying full text.

Changelog

The full commit history can be found here: v3.2.2...v3.3.0

Features

  • #575 Add CLI command for OAI harvesting
  • #587, #673 Usage of the Solr OCR Highlighting Plugin

Maintenance

  • #615 Replace devlog by TYPO3 logging framework
  • #610, #617 Fix deprecation 82254 and drop support for TYPO3 8.7

Bugfixes

  • #677 Include hidden collection records
  • #672 Make Solr page field sortable and use sorting in SearchInDocument plugin
  • #649 Fix HTML generation for full text
  • #646, #687 Allow new solr records even without Solr connected
  • #645 Change Search Forms from POST to GET
  • #689 reduce false logger warnings and errors
  • #678 reduce deprecation warnings and errors
  • further small fixes

Contribution

Thanks to @beatrycze-volk, @sebastian-meyer, @ByteParty and @albig for contribution and code reviews.

Kitodo.Presentation 3.2.2

01 Jul 07:10
65b53f3
Compare
Choose a tag to compare

This is a bugfix release with the following fixes:

  • Fix possible empty setSpec tags in OAI plugin #619
  • Fix double escaped slashes in format upgrade wizard from Kitodo.Presentation 2.x to 3.x e1b4b3c

Kitodo.Presentation 3.2.1

20 May 07:26
354af41
Compare
Choose a tag to compare

This is a bugfix release with the following fixes:

  • Exception in Feed plugin #611
  • JavaScript exception in Pageview plugin on documents without full-text #618

Kitodo.Presentation 3.2.0

30 Mar 08:59
f12eede
Compare
Choose a tag to compare

Maintenance Release

This release contains bugfixes, code maintenance work and minor features. See changelog below.

Important Update Note

This release updates the Solarium php library. It is important to check an probably adjust the solr.solrPath setting. The default has changed from /solr/ to /.

Go to ADMIN TOOLS -> Settings -> Extension Configuration -> dlf and change Solr Server Path (solr.solrPath):

New TYPO3 site  TYPO3 CMS 9 5 26  (1)

Changelog

The full commit history can be found here: v3.1.2...v3.2.0

Bugfixes

  • #539 "Loading of image tiles does not work for IIP and IIIF-protocols"
  • #545 "Search for newspaper title and newspaper does not work"
  • #577 Remove double submit of SeachInDocument plugin
  • #583 "Caching of Solr-Queries does not work with multiple Solr cores"
  • #603 Fixes #559 "Collection plugin does not list all volumes with same publication date"

Maintenance

  • #550, #569, #579 Update compatibility with Solarium 4.2.0 and 5.2.0
  • #553 Make field index_name editable
  • #561 Allow speaking URLs (Slug) with TYPO3 9.5 route enhancers in SearchInDocument plugin
  • #565 Migrate DocumentType-Switch to Symfonie Expression Language
  • #598 Remove solr.StandardFilterFactory as it is unused and breaks Solr 8
  • #580 Use AES-256-CTR and SHA256 in forms

Features

Contributions

Thanks to @sebastian-meyer, @beatrycze-volk and @albig for contribution.

Kitodo.Presentation 2.3.1

30 Jul 07:35
b028292
Compare
Choose a tag to compare

Security Release

Changelog

  • backported security fix for XSS vulnerability from 3.1.2

The fixed vulnerability was found and reported by TYPO3 security team member Oliver Hader. Thank you very much!

Kitodo.Presentation 3.1.2

29 Jul 11:46
a91a997
Compare
Choose a tag to compare

Security Release

Changelog

The fixed vulnerability was found and reported by TYPO3 security team member Oliver Hader. Thank you very much!

Kitodo.Presentation 2.3.0

16 Jul 08:04
291efab
Compare
Choose a tag to compare

Backport and Maintenance Release

Changelog

  • backported index-based OaiPmh plugin from 3.x
  • backported index-based Collection plugin from 3.x
  • backported refactored ListView plugin from 3.x
  • backported enhanced Calendar plugin from 3.x
  • backported authority data support from 3.x
  • backported Solr performance improvements from 3.x
  • backported Solarium integration from 3.x
  • backported SearchInDocument tool from 3.x
  • backported Composer support from 3.x
  • backported several bugfixes from 3.x
  • backported XSS vulnerability fix from 3.x