You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a pre-release intended for testing but not for use in production!
What's new
EAD collection import
Kitodo.Production now supports the import of whole EAD collections from uploaded XML files into multiple hierarchichally connected processes, one for the collection and one for each contained item. The import of large collections can be delegated to a background task. This release contains a new ruleset ruleset_ead.xml and two new import XSLT files ead2kitodo.xsl and eadParent2kitodo.xsl that can be used and adapted to try this new feature. See details at #6297. This feature was funded by the Kitodo development fund 2024.
Metadata update
Metadata imported from catalogs can now be updated using a new button in the metadata editor. In order to use this new feature, processes have to contain a functional metadata of type recordIdentifier and be created with an ImportConfiguration of type "Catalogue search". The update allows the user to compare existing metadata values in Kitodo with values re-imported from the catalog source and individually decide to keep the Kitodo metadata, override it with the metadata imported from the catalog or keep both values. Ruleset values are applied. See details at #6233. Funded by the SUB Hamburg and the ULB Halle.
Metadata editor features and improvements
Most of the metadata features from #5935 - funded by the Kitodo development fund 2024 - have been implemented and are available in this new release. Among others, this includes the option to open indvididual pages in separate browser windows or tabs (#5887), a new functional metadata to be used to display the title of structure elements in the structure panel (#5882) and an option to always display the physical page number of thumbnails in the gallery (#5928).
OpenSearch support
OpenSearch is now supported as an alternative to ElasticSearch. Thank you to @stweil for this contribution!
Database changes
There have been multiple changes to the database schema of Kitodo.Production since version 3.7.x. Please use the attached file migration_3-7-0_to_3-8-0_RC1.sql to migrate your database to the current schema.
For a fresh install please use the file kitodo_3-8-0_RC1.sql included in this release instead.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is a pre-release intended for testing but not for use in production!
What's new
EAD collection import
Kitodo.Production now supports the import of whole EAD collections from uploaded XML files into multiple hierarchichally connected processes, one for the collection and one for each contained item. The import of large collections can be delegated to a background task. This release contains a new ruleset
ruleset_ead.xml
and two new import XSLT filesead2kitodo.xsl
andeadParent2kitodo.xsl
that can be used and adapted to try this new feature. See details at #6297. This feature was funded by the Kitodo development fund 2024.Metadata update
Metadata imported from catalogs can now be updated using a new button in the metadata editor. In order to use this new feature, processes have to contain a functional metadata of type
recordIdentifier
and be created with an ImportConfiguration of type "Catalogue search". The update allows the user to compare existing metadata values in Kitodo with values re-imported from the catalog source and individually decide to keep the Kitodo metadata, override it with the metadata imported from the catalog or keep both values. Ruleset values are applied. See details at #6233. Funded by the SUB Hamburg and the ULB Halle.Metadata editor features and improvements
Most of the metadata features from #5935 - funded by the Kitodo development fund 2024 - have been implemented and are available in this new release. Among others, this includes the option to open indvididual pages in separate browser windows or tabs (#5887), a new functional metadata to be used to display the title of structure elements in the structure panel (#5882) and an option to always display the physical page number of thumbnails in the gallery (#5928).
OpenSearch support
OpenSearch is now supported as an alternative to ElasticSearch. Thank you to @stweil for this contribution!
Database changes
There have been multiple changes to the database schema of Kitodo.Production since version 3.7.x. Please use the attached file
migration_3-7-0_to_3-8-0_RC1.sql
to migrate your database to the current schema.For a fresh install please use the file
kitodo_3-8-0_RC1.sql
included in this release instead.What's Changed
MediaProvider
toSessionScope
by @solth in Change scope of classMediaProvider
toSessionScope
#6271Full Changelog: kitodo-production-3.7.0...kitodo-production-3.8.0.RC1
This discussion was created from the release Kitodo.Production 3.8.0 Release Candidate 1.
Beta Was this translation helpful? Give feedback.
All reactions