Releases: kitodo/kitodo-presentation
Kitodo.Presentation 5.0.9
Bugfix Release
This release contains only bugfixes.
What's Changed
- [BUGFIX] Fix reading parameters in
SearchSuggest
middleware by @beatrycze-volk in #1512 - [RELEASE] Version 5.0.9 by @sebastian-meyer
Full Changelog: v5.0.8...v5.0.9
Kitodo.Presentation 5.0.8
Bugfix Release
This release contains only bugfixes and refactoring for code maintenance.
What's Changed
- [BUGFIX] Catch several issues with illegal operations on NULL by @stweil in #1423
- [BUGFIX] Fix runtime error for OAI-PMH access without verb by @stweil in #1426
- [BUGFIX] Update hide/show of loading and clearing elements by @fschoelzel in #1432
- [BUGFIX] Re-introduce search for coordinates in ol.Feature Array by @fschoelzel in #1436
- [BUGFIX] Fix passing page id in ToolboxController - but keep viewArray Key by @fschoelzel in #1438
- [BUGFIX] Fix displaying extended search fields by @beatrycze-volk in #1444
- [BUGFIX] Pass correctly collection uid to list of search parameters by @beatrycze-volk in #1447
- [BUGFIX] Filter
null
collections by @beatrycze-volk in #1459 - [BUGFIX] Remove Score Filegroup out of configKeys by @fschoelzel in #1464
- [BUGFIX] Restore merging of arrays for physical nodes by @beatrycze-volk in #1465
- [BUGFIX] Trim id for full text element by @beatrycze-volk in #1476
- [BUGFIX] Initialize new document even if record id is not there by @beatrycze-volk in #1493
- [BUGFIX] Fix display for pagination by @beatrycze-volk in #1498
- [BUGFIX] Implement display of single collection in
CollectionController
by @beatrycze-volk in #1499 - [BUGFIX] Remove
excludes
fromFlexForms
by @beatrycze-volk in #1503 - [BUGFIX] Remove double assignment for
extendedFields
by @beatrycze-volk in #1507 - [BUGFIX] Enable suggester before action exits with empty search parameters by @beatrycze-volk in #1508
- [RELEASE] Version 5.0.8 by @sebastian-meyer
Full Changelog: v5.0.7...v5.0.8
Kitodo.Presentation 5.1.0-rc2
Feature Release (Candidate 2)
This release contains new features as well as a security fix.
New Features
- As a result of the 2023 development fund @frank-ulrich-weber updated and extended the Solr support in Kitodo.Presentation introducing support for Apache Solr 9.x, query time field boosting, soft commits for faster indexing, a performance-optimized configuration, scheduler tasks for index maintenance, automated schema changes, and a reworked suggester feature. Please read the documentation on how to migrate from earlier versions.
- The internal document handling was hardened by @beatrycze-volk in order to prevent invalid documents to get indexed and cause problems because of missing mandatory fields. She also added some new CLI commands to ease administrative work. @fschoelzel added generic MIME-type filtering in order to only regard certain file types as valid image formats or download options.
- The experimental support for 3D objects by @beatrycze-volk was extended and finalized by @markusweigelt and is considered an official feature now. Kitodo.Presentation integrates Google's popular open source model-viewer, but also allows for other viewers to be used instead. See the documentation for details on how to set Kitodo.Presentation up for 3D objects.
- As a pre-requisite for a future validation service @markusweigelt added a generic framework for validation using configurable validator middlewares.
- Experimental support for digitized musical sources, multi-document views and multi-level metadata mapping was added by @fraschz, @chrizzor and @haogatyp. This includes rendering musical scores in MEI format using Verovio and allowing to navigate through the document bar by bar. Please keep in mind this is still experimental and most likely quite broken at the moment!
What's Changed
- [BUGFIX] Fix highlighting for words by @beatrycze-volk in #1397
- [BUGFIX] Fix GEO JSON by @beatrycze-volk in #1399
- [BUGFIX] Fix collection search by @beatrycze-volk in #1396
- [BUGFIX] Fix displaying document count in statistics by @beatrycze-volk in #1400
- [MAINTENANCE] Update dependencies by @sebastian-meyer
Full Changelog: v5.1.0-rc1...v5.1.0-rc2
Kitodo.Presentation 5.0.7
Bugfix Release
This release contains only bugfixes and refactoring for code maintenance.
What's Changed
- [BUGFIX] Iterate over metadata ids only if there are any metadata sections by @beatrycze-volk in #1356
- [BUGFIX] Fix highlighting for words by @beatrycze-volk in #1397
- [BUGFIX] Fix GEO JSON by @beatrycze-volk in #1399
- [BUGFIX] Fix collection search by @beatrycze-volk in #1396
- [BUGFIX] Fix displaying document count in statistics by @beatrycze-volk in #1400
- [MAINTENANCE] Update dependencies by @sebastian-meyer
Full Changelog: v5.0.6...v5.0.7
Kitodo.Presentation 5.1.0-rc1
Feature Release (Candidate 1)
This release contains new features as well as a security fix.
New Features
- As a result of the 2023 development fund @frank-ulrich-weber updated and extended the Solr support in Kitodo.Presentation introducing support for Apache Solr 9.x, query time field boosting, soft commits for faster indexing, a performance-optimized configuration, scheduler tasks for index maintenance, automated schema changes, and a reworked suggester feature. Please read the documentation on how to migrate from earlier versions.
- The internal document handling was hardened by @beatrycze-volk in order to prevent invalid documents to get indexed and cause problems because of missing mandatory fields. She also added some new CLI commands to ease administrative work. @fschoelzel added generic MIME-type filtering in order to only regard certain file types as valid image formats or download options.
- The experimental support for 3D objects by @beatrycze-volk was extended and finalized by @markusweigelt and is considered an official feature now. Kitodo.Presentation integrates Google's popular open source model-viewer, but also allows for other viewers to be used instead. See the documentation for details on how to set Kitodo.Presentation up for 3D objects.
- As a pre-requisite for a future validation service @markusweigelt added a generic framework for validation using configurable validator middlewares.
- Experimental support for digitized musical sources, multi-document views and multi-level metadata mapping was added by @fraschz, @chrizzor and @haogatyp. This includes rendering musical scores in MEI format using Verovio and allowing to navigate through the document bar by bar. Please keep in mind this is still experimental and most likely quite broken at the moment!
What's Changed
- [FEATURE] Add command for document delete by @beatrycze-volk in #1142
- [FEATURE] Use MODS reader library by @beatrycze-volk in #1194
- [FEATURE] Implement document validation before document is saved to database by @beatrycze-volk in #1149
- [FEATURE] Implement document validation before document is saved to SOLR by @beatrycze-volk in #1158
- [FEATURE] Query time boosting by @frank-ulrich-weber in #1120
- [FEATURE] Scheduler tasks for indexing, reindexing and harvesting of documents by @frank-ulrich-weber in #1119
- [FEATURE] 3D viewers integration by @markusweigelt in #1259
- [FEATURE] Support for musical sources, multi-level metadata and experimental annotations by @sebastian-meyer in #1281
- [FEATURE] Solr 9 compatibility by @frank-ulrich-weber in #1122
- [FEATURE] Support for soft commits and scheduler tasks for index optimisation by @frank-ulrich-weber in #1285
- [FEATURE] Add model download with configurable file group by @markusweigelt in #1287
- [FEATURE] Use Solr suggester component for search hints by @frank-ulrich-weber in #1289
- [FEATURE] Add MIME type filter to ensure only supported image files are downloaded by @fschoelzel in #1319
- [FEATURE] General reusable validation implementation and middleware for validating DOMDocument by @markusweigelt in #1313
- [FEATURE] Implement MIME type filtering for files in Helper class by @fschoelzel in #1338
- [BUGFIX] Iterate over metadata ids only if there are any metadata sections by @beatrycze-volk in #1356
- [BUGFIX] Fix logger for score file groups by @beatrycze-volk in #1358
- [MAINTENANCE] Fix some typos in configuration, documentation and code comments by @stweil in #1360
- [MAINTENANCE] Update requirements documentation by @sebastian-meyer
- [FEATURE] Update schema using Solr Schema API by @frank-ulrich-weber in #1369
- [MAINTENANCE] Update dependencies by @sebastian-meyer
- [SECURITY] Update Symfony components to mitigate security issues by @sebastian-meyer in #1371
Full Changelog: v5.0.6...v5.1.0-rc1
Kitodo.Presentation 5.0.6
Bugfix Release
This release contains only bugfixes and refactoring for code maintenance.
What's Changed
- [MAINTENANCE] Fix braces in
Client
classes by @beatrycze-volk in #1351 - [MAINTENANCE] Improve reading of file groups by @beatrycze-volk in #1353
- [BUGFIX] Fix exception when showing metadata of a document by @thomaslow in #1344
- [BUGFIX] Setup
pageStep
if FlexForm is not working by @beatrycze-volk in #1346 - [BUGFIX] Fix errors caused by missing keys in entry array by @beatrycze-volk in #1347
- [RELEASE] Update dependencies and version by @sebastian-meyer
Full Changelog: v5.0.5...v5.0.6
Kitodo.Presentation 5.0.5
Bugfix Release
This release contains only bugfixes and refactoring for code maintenance.
What's Changed
- [BUGFIX ] Translation of structure type doesn't work by @BFallert in #1316
- [FEATURE] Add MIME type filter to ensure only supported image files are downloaded by @fschoelzel in #1319
- [BUGFIX] Check if array is not null before checking for the existence of the key by @beatrycze-volk in #1322
- [MAINTENANCE] Sanitize settings from FlexForm by @beatrycze-volk in #1324
- [BUGFIX] Fix broken URL generation for routes in GridView by @csidirop in #1327
- [MAINTENANCE] Upgrade solr-ocrhighlighting to v0.9.1 for Solr 9.7 by @thomaslow in #1335
- [BUGFIX] Initialize
logger
inAbstractController
by @beatrycze-volk in #1340 - [BUGFIX] Fix functional tests for PHP 8+ by @thomaslow in #1332
- [BUGFIX] Call
sanitizeSettings
function inloadDocument
ofAbstractController
by @beatrycze-volk in #1334 - [BUGFIX] Change metadata to keep arrays instead of strings by @beatrycze-volk in #1339
- [MAINTENANCE] Update dependencies and version by @sebastian-meyer
New Contributors
- @thomaslow made their first contributions in #1332 and #1335
Full Changelog: v5.0.4...v5.0.5
Kitodo.Presentation 5.0.4
Bugfix Release
This release contains only bugfixes and refactoring for code maintenance.
What's Changed
- [MAINTENANCE] Migrate from
docker-compose
v1 to v2 by @sebastian-meyer in #1295 - [BUGFIX] Children without links should be enclosed in span element with class a by @beatrycze-volk in #1292
- [MAINTENANCE] Update dependencies by @sebastian-meyer
- [BUGFIX] Remove constrain to display pageStep setting by @beatrycze-volk in #1303
- [BUGFIX] Remove redundant useInternalProxy setting from the TS config by @beatrycze-volk in #1304
- [MAINTENANCE] Use camelCase names in navigation configuration by @beatrycze-volk in #1305
- [BUGFIX] Removal of () around link of the Solr OCR Highlighting plugin by @BFallert in #1307
- [BUGFIX] Refactor type casting for pid in SearchInDocument by @fschoelzel in #1309
- [BUGFIX] Document type switch throws error if no document is set by @BFallert in #1310
- [MAINTENANCE] Update dependencies and version by @sebastian-meyer
Full Changelog: v5.0.3...v5.0.4
Kitodo.Presentation 5.0.3
Bugfix Release
This release contains only bugfixes and refactoring for code maintenance.
What's Changed
- [MAINTENANCE] Bump phpstan/phpstan from 1.11.1 to 1.11.7 by @dependabot in #1269
- [BUGFIX] Fix SearchInDocument middleware by @beatrycze-volk in #1248
- [BUGFIX] Fix 'Undefined array key
fulltext
' inSolrSearch
by @beatrycze-volk in #1270 - [BUGFIX] Add $field to the facetset otherwise the name of the field does not exist by @chrizzor in #1271
- [BUGFIX] Add fallback for
SC_OPTIONS
for case when it is defined inext_localconf.php
by @beatrycze-volk in #1274 - [MAINTENANCE] Bump vlucas/phpdotenv from 5.6.0 to 5.6.1 by @dependabot in #1282
Full Changelog: v5.0.2...v5.0.3
Kitodo.Presentation 5.0.2
Bugfix Release
This release contains only bugfixes and refactoring for code maintenance.
What's Changed
- [MAINTENANCE] Fix calling registerPlugin with vendor name by @beatrycze-volk in #1243
- [BUGFIX] Adjust setting of the default page by @beatrycze-volk in #1244
- [BUGFIX] Make any date manipulation only if at least one date parameter exists by @beatrycze-volk in #1245
- [BUGFIX] Check if collection key exists by @beatrycze-volk in #1246
- [MAINTENANCE] Adjust cache initialization for arrays by @beatrycze-volk in #1247
- [BUGFIX] Call
setPage()
inMetadataController
to avoid error caused by missing page parameter by @beatrycze-volk in #1249 - [BUGFIX] Fix check for empty metadata array by @beatrycze-volk in #1250
- [BUGFIX] Check if given array element is set and if its value is true by @beatrycze-volk in #1251
- [BUGFIX] Fix condition check for non existent
query
key by @beatrycze-volk in #1253 - [BUGFIX] Fix for potential security risk related to file include by @beatrycze-volk in #1261
- [BUGFIX] Check if language key exists in document metadata array by @beatrycze-volk in #1254
- [MAINTENANCE] Simplify usage of metadata sections by @beatrycze-volk in #1255
- [MAINTENANCE] Adjust variable names to match naming standards by @beatrycze-volk in #1256
- [MAINTENANCE] Get encryption key using configuration manager instead of global access by @beatrycze-volk in #1257
- [MAINTENANCE] Get options for hooks from local configuration instead of global access by @beatrycze-volk in #1258
- [MAINTENANCE] Remove unused functions from
Helper
class by @beatrycze-volk in #1260 - [BUGFIX] Fix params array for searching collections by @beatrycze-volk in #1262
- [BUGFIX] Fix
getEntry()
function inBasketController
by @beatrycze-volk in #1263 - [MAINTENANCE] Increase code readability in TableOfContents controller by @beatrycze-volk in #1265
- [MAINTENANCE] Adjustments and minor fixes in Hooks by @beatrycze-volk in #1266
- [MAINTENANCE] Split
magicGetPhysicalStructure()
function to increase readability by @beatrycze-volk in #1267
Full Changelog: v5.0.1...v5.0.2