Skip to content

1.5.0 DGI Image Discovery thumbnails and collapsible node form.

Compare
Choose a tag to compare
@rosiel rosiel released this 06 Mar 19:52
· 38 commits to main since this release
19831e3

New Features! 🦞🦞🦞

  • 🪗 Improved node form for Repository Item - now with collapsible sections!
    • To replicate: go to Structure > Content Types > Repository Item > Manage Form Display. Add "Field Groups" (type: "details") and drag your fields into them!
    • This form has gone through testing and vetting by the Metadata Interest Group - thank you for your contributions! If your interest group wants to propose a change to the starter site, please feel welcome to do so.
  • 💅 Improved thumbnails - now uses dgi Image Discovery module!
    • To replicate: Install the module. Find your views that use thumbnails, and switch out the thumbnails (currently we use a View embedded in the view, which shows up under "Fields" as "Global: View") for the new field, "DGI Image Discovery Discovered Image".
    • Here's some missing documentation: First the module looks for a Media that's in field_representative_image (we don't have this field in the starter site yet). Then it looks for the object's own thumbnail, i.e. a media that is "media of" the node and has Media Use "Thumbnail Image". Then it looks for thumbnails of its children (i.e. for collections). Once it finds (or doesn't find) an image, it caches the result, so clear your cache if you don't see a thumbnail that should be there.

Other Stuff (bug fixes)

  • 👤 The linked agent field's description in the node form now includes the updated default relator term (att not asn)
  • 🏝️ Subject (Topical) field now allows you to add new terms on the fly, bringing it in line with the other subject fields
  • 💧 Updates to Drupal and modules. Includes Mirador, which now makes the mirador viewer 1200px high by default (instead of the tiny 500).

What's Changed (PRs)

  • Give Repository Item a sectioned, collapsible form. by @rosiel in #131
  • Add image discovery module by @aOelschlager in #130
  • Update in-form documentation to reflect new linked agent default. by @rosiel in #134
  • Allow Subject - Topical to create new terms. by @rosiel in #133
  • Updates to Drupal, BibCite, Citation Select, and Flysystem by @rosiel in #132

Full Changelog: 1.4.0...1.5.0

Composer Lock Diff

Production Changes From To Compare
carbonphp/carbon-doctrine-types 3.1.0 3.2.0 ...
doctrine/deprecations 1.1.2 1.1.3 ...
doctrine/lexer 2.1.0 2.1.1 ...
drupal/bibcite 2.0.0-beta3 3.0.0-beta3 ...
drupal/citation_select 1.0.0-beta3 1.0.0-beta5 ...
drupal/core 10.2.2 10.2.3 ...
drupal/core-composer-scaffold 10.2.2 10.2.3 ...
drupal/core-recommended 10.2.2 10.2.3 ...
drupal/flysystem 2.1.0-rc6 2.2.0-alpha1 ...
drupal/twig_tweak 3.2.1 3.3.0 ...
islandora/islandora_mirador 2.3.5 2.3.6 ...
league/csv 9.14.0 9.15.0 ...
league/mime-type-detection 1.14.0 1.15.0 ...
mjordan/islandora_workbench_integration f3304d8 5edfcb6 ...
nesbot/carbon 2.72.1 2.72.3 ...
nikic/php-parser v5.0.0 v5.0.1 ...
symfony/console v6.4.2 v6.4.4 ...
symfony/dependency-injection v6.4.2 v6.4.4 ...
symfony/error-handler v6.4.0 v6.4.4 ...
symfony/event-dispatcher v6.4.2 v6.4.3 ...
symfony/filesystem v6.4.0 v6.4.3 ...
symfony/http-foundation v6.4.2 v6.4.4 ...
symfony/http-kernel v6.4.2 v6.4.4 ...
symfony/mailer v6.4.2 v6.4.4 ...
symfony/mime v6.4.0 v6.4.3 ...
symfony/polyfill-php72 v1.28.0 v1.29.0 ...
symfony/polyfill-php80 v1.28.0 v1.29.0 ...
symfony/polyfill-php81 v1.28.0 v1.29.0 ...
symfony/process v6.4.2 v6.4.4 ...
symfony/psr-http-message-bridge v6.4.2 v6.4.3 ...
symfony/routing v6.4.2 v6.4.3 ...
symfony/serializer v6.4.2 v6.4.4 ...
symfony/string v6.4.2 v6.4.4 ...
symfony/translation v6.4.2 v6.4.4 ...
symfony/validator v6.4.2 v6.4.4 ...
symfony/var-dumper v6.4.2 v6.4.4 ...
symfony/var-exporter v6.4.2 v6.4.4 ...
symfony/yaml v6.4.0 v6.4.3 ...
discoverygarden/dgi_image_discovery NEW v1.1.0
Dev Changes From To Compare
doctrine/persistence 3.2.0 3.3.0 ...