Skip to content

v2022.06-20240823

Pre-release
Pre-release
Compare
Choose a tag to compare
@kkrebs kkrebs released this 23 Aug 14:36

Migration

  1. Neue ACL ergänzen
    ubo-cli/target/bin/ubo.sh update permission read for id restapi:/classifications with rulefile ubo-cli/src/main/setup/acl/acl-rule-always-allowed.xml described by always allowed
  1. Solrkonfiguration via WebCLI neu laden:
    clear solr index in core main
    reload solr configuration main in core main
  1. Index neu erstellen:
    rebuild solr metadata index in core main
  1. Klassifikations-URL für Batchkommandos konfigurieren (optional)
    um die Klassifikations-Batchkommandos nutzen zu können, muss die URL angepasst werden auf die jeweils lokal genutzte Version
    MCR.BatchEditor.ClassificationsBaseURI=https://bibliographie.ub.uni-due.de/classifications/
  1. destatis-Klassifikation einspielen und Mapping aktivieren (optional)
    Bei Bedarf kann die destatis-Klassifikation eingespielt werden und in der ORIGIN entsprechende Mapping-Einträge ergänzt werden

What's Changed

  • UBO-339 Prevent ArrayIndexOutOfBoundException caused in mods-dc.xsl by @Possommi in #400
  • UBO-337 Do not map mods:classification with generator attribute by @Possommi in #399
  • UBO-336 FSU040THUL-3698 Escape facet values and search values in NewPublicationWizard by @Possommi in #398
  • UBO-341 FSU040THUL-3715 Display at least language code when language code cannot be resolved by @Possommi in #401
  • UBO-342-FSU040THUL-3861 Fixed non scrolling facet values by @Possommi in #402
  • UBO-344 Fixed url for genre link badge by @Possommi in #403
  • UBO-345 Do not die on multiple LEAD_ID in IdentityPicker by @Possommi in #405
  • UBO-347 Let ImportListJobAction not use ImportJob.saveAndIndex() by @Possommi in #407
  • UBO-348 large rfc5646 classification makes editor slow by @sebhofmann in #408
  • Merge develop in to main by @sebhofmann in #410
  • UBO-350 Set pica2mods version to 2.10 by @Possommi in #411
  • UBO-351 Improved logging in UBOUserByConnectionResolver by @Possommi in #412
  • UBO-338 Improved indexing of corresponding author by @Possommi in #406
  • UBO-352 FSU040THUL-1064 Made whole badge indicating duplicates clickable, support English in badge by @Possommi in #413
  • UBO-354 Omit credentials when fetching language classification by @Possommi in #415
  • UBO-353 FSU040THUL-4126 Do not copy connection id of the replaced author by @Possommi in #414
  • enable classification mapping for destatis classification by @kkrebs in #416
  • UBO-355 Add more batch editor configuration by @fluetze in #417

Full Changelog: v2022.06-20240615...v2022.06-20240823