2021
2021-12-16
The statistics plugin now exports XLSX instead of XLS, therefore the template file was changed. /opt/digiverso/goobi/plugins/statistics/statistics_template.xls
needs to be replaced with https://github.com/intranda/goobi-plugin-statistics-intranda/releases/latest/download/statistics_template.xlsx
.
2021-12-13
The configuration for configurable delay plugin has been adapted to the same scheme as the other step plugins. For this, the configuration file plugin_intranda_delay_configurable.xml
must be adapted as follows as an example:
2021-11-25
The configuration for the generateIdentifier plugin needs to have a <type>
added to plugin_intranda_step_generateIdentifier.xml
because the default has changed from random
to uuid
:
2021-11-11
The compiled file for the plugin plugin_intranda_step_move_folder_to_master
has been renamed as the plugin is called. For the installation, this means that the previously installed plug-in file is now replaced by a new one:
2021-11-06
For the Catalogue Poller plugin there was a similar change in the configuration file plugin_intranda_administration_catalogue_poller.xml
as for the Catalogue Request plugin. Here the field name is now also configurable:
2021-11-06
For the Catalogue-Request-Plugin there was a change in the configuration file plugin_intranda_step_catalogue_request.xml
so that parameters were merged. Here, of course, attention must be paid to the respective configuration of the installation:
2021-10-12
If database tables still use the Row Format Compact, this should be changed to Dynamic. For example, like this (adjust DB name if necessary):
2021-09-28
Within the configuration for the xmp-header plugin, the definition of the folders is different. For this, the following change must be made in the configuration file plugin_intranda_step_xmp_header.xml
:
2021-09-23
Within the configuration file goobi_opac.xml
a possible typing error has to be corrected. Instead of MultivolumeWork
it should read MultiVolumeWork
:
2021-09-09
The keystore information is no longer stored from the Goobi workflow user interface but via a configuration within the configuration file goobi_config.properties
. The keystore can now be defined there as follows:
2021-09-03
There have been changes to SQL queries in Goobi workflow that make the following changes necessary:
Additionally, it is a good idea to delete some stale data. This data is now deleted automatically by Goobi, but there might be old data in the database:
2021-09-01
Java 11 is needed from now on to run Goobi workflow. The package openjdk-11-jre-headless
is a good option for Ubuntu users.
If there are runnable Jars included in your workflow (e.g. urn-generator.jar), please update these too.
2021-07-16
The import plugin
has been renamed to plugin_intranda_import_mab_fileplugin_intranda_import_sisis_sunrise_file
. Accordingly, the following files must be replaced with new versions and the configuration file renamed accordingly:
2021-07-12
In the configuration file plugin_intranda_step_changeWorkflow.xml
the name of the property to be checked must be adapted because the variable-replacer is used here. The values used must be checked accordingly and adapted according to this example:
2021-06-23
For better performance in database queries (e.g. when calling the process list) execute the following statements:
Creating the indexes and changing the database tables can take several minutes for large datasets, and is therefore performed manually and not automatically during the update.
2021-03-24
For the dockets, the expression for displaying the creation date for the process has been changed to homogenise it. Instead of the previous expression goobi:time
, it has to be changed to the expression goobi:creationDate
within the xsl files. This usually affects the docket files under the following paths:
Here is a detailed example of the change:
2021-01-09
The plugin
has been renamed to intranda_dashboard_exampleintranda_dashboard_extended
. On the system, the previous files must therefore be replaced with the files with the new names during the update:
The configuration file plugin_intranda_dashboard_extended.xml
already present on the systems can thus continue to exist unchanged.
For future updates and installations, please note that the Git repository and the Maven artefact from Jenkins have also been adapted to the new name plugin_intranda_dashboard_extended
.
2021-01-03
The plugin
has been renamed to intranda_statistics_sudan_activity_by_userintranda_statistics_sudan_memory_activity_by_user
. On the system, the previous files must therefore be replaced with the files with new names during the update:
Zuletzt aktualisiert