Skip to content

Releases: emory-libraries/dlp-curate

v0.3.12

22 Aug 17:57
Compare
Choose a tag to compare
  • First pass at complete Langmuir metadata import mapping
  • Standardize integration tests
  • Upgrade capybara to address deprecation warnings

v0.3.11

21 Aug 21:09
3a1e8c0
Compare
Choose a tag to compare
  • Langmuir import metadata mapping
  • Metadata guide

v0.3.10

20 Aug 18:50
Compare
Choose a tag to compare
  • Import mapping for required Langmuir fields
  • Ready for initial test import

v0.3.9

16 Aug 21:47
Compare
Choose a tag to compare

Remove Primary Repository ID from collection form (#478)

  • Remove Primary Repository ID (label=Persistent URL) from the collection
    edit form.

Tries a fix for duplicate filesets being generated through form (#480)

v0.3.8

15 Aug 19:40
Compare
Choose a tag to compare
  • Fix for migration collections: They should now automatically have Repository Administrators added as managers of the collection
  • Fix for being able to edit visibility of a collection

v0.3.7

15 Aug 16:03
Compare
Choose a tag to compare
  • Add a rake task to fix labels for collections that were created while i18n wasn't working

v0.3.6

15 Aug 15:20
Compare
Choose a tag to compare
  • Implement collection metadata in a different way (i.e., overload entirely the Hyrax CollectionPresenter class) to see if this fixes the bug where CollectionTypes and AdminSets are not loading their i18n translations properly

v0.3.5

14 Aug 16:50
Compare
Choose a tag to compare
  • Don't assign admin role if it is already assigned (#453)
  • Auto-create yellowbacks and yearbooks collections (#452)
  • Adjust fieldname for Collections metadata (#456)
  • Update UV installation method
  • Test cap ec2 gem (#449)
  • Display collection metadata (#460)
  • Adds ability to download files in a fileset (#459)

v0.3.4

12 Aug 20:42
Compare
Choose a tag to compare

This release contains the following commits:

adds parent child relationship in show page (#446) de3ff2e

fixes noid minter template (#445) ba03e02

fixes JS date validation (#448) 8b1916c

Migration collections should be public 87e58af

v0.3.3

09 Aug 21:16
Compare
Choose a tag to compare

Adds CodeClimate to CircleCI setup. (#428)

View metadata for work on show page (#430)

  • This adds a class that can be used to get a list of attributes on the work. That is used to generate the SolrDocument methods, view, and catalog controller code that is needed to display metadata in the show page.
  • All the metadata attributes that can be used currently are set in the work factory and then a system spec is used to make sure that the data is showing up on the page.
  • This also includes addtions to the locale files so that the correct labels are displayed.

Ensure library collection type exists on all curate systems (#433)

  • Easily create library collection type
  • Ensure library collection type exists on all curate servers

Use the Coveralls webhook explicitly to signal a build is done. (#432)

Add UV config (#435)

  • This adds the basic UV config to turn it on and have it display images in developement mode. If the IIIF_SERVER_URL is not set it will use Riiif to display the images.
  • When Cantaloupe is setup that variable should be set.

Ensure Curate::CollectionType has the right participants (#438)

  • Automatically set up Curate::CollectionType to only allow admins to manage the collections, do not allow Registered Users to Create works in them.

Refactor so we don't have to delete existing CollectionTypes

  • Many curate systems already have a Library Collection CollectionType now, so let's make life easier for ourselves and just update those instead of having to blow everything away and re-create it.