Skip to content

Releases: sul-dlss/argo

Before UI changes

11 Jan 20:09
0859f43
Compare
Choose a tag to compare

This is the point at which we began refactoring the UI so that we no longer need to be able to edit XML

v3.17.0

23 Jan 17:46
Compare
Choose a tag to compare
  • you can paste lists of druids with no druid: prefix into bulk actions
  • new accessioned most recent facet
  • new bulk action for manage catkey
  • hide embargo button on item detail page when not appropriate
  • maintain current report view page when executing a new search
  • various back-end updates and refactoring

v3.16.1

02 Nov 20:18
Compare
Choose a tag to compare
Bump version.

v3.16.0: remove goobi menu, misc maintenance

19 Mar 22:31
a0e3e38
Compare
Choose a tag to compare
  • remove goobi workflow drop-down menu and auto-tagging
  • Use the Capistrano Git plugin
  • Minor updates to INDEXING doc
  • fix up response rendering
  • dependency updates and other maintenance work

v3.15.3...v3.16.0

v3.15.3 Fix whitespaces on data entry

14 Aug 22:29
Compare
Choose a tag to compare

v3.15.2...v3.15.3

-Removed whitespace from catkey
-specify version when inheriting from ActiveRecord::Migration, upgrade wfs_rails to a version that does the same
-fixes extraneous line breaks in close object dialogue

better collection listing on item registration page, other minor housekeeping

28 Jul 17:51
Compare
Choose a tag to compare
  • RegistrationController#collection_list alpha-sorts (except for leading 'None' entry) (#995)
  • prevent RegistrationController#collection_list from returning entries for collections that don't exist in fedora (#996)
  • Fix typo in catalog controller (#998)
  • update obsolete rubocop configs, and related fixes (incl some style cleanup). jshint config fixups. (#992)

fix bugs from dependency updates

13 Jul 23:04
Compare
Choose a tag to compare
  • add SILENCE_DEPRECATION_WARNINGS env var, for use by cron jobs
  • Revert update of local copy of the bin/eye control script

v3.15.0...v3.15.1

Add MIME types facet, minor maintenance

12 Jul 23:01
Compare
Choose a tag to compare
  • Add content_file_mimetypes_ssim as a facet field
  • Remove about_page gem, which isn't compatible with Rails 5.1
  • Update dependencies (including update of local copy of bin/eye control script)

v3.14.0...v3.15.0

v3.14.0: modernize bulk reindexing, improve bulk action logging, improve documentation and dev installation, other maintenance

25 May 01:04
Compare
Choose a tag to compare

from sul-dlss/web-archiving#42 (comment):

  • fix up permission checking and unit testing for blue buttons on object detail page (#973)
    • check for "Edit APO" and "Create Collection" buttons based on object type instead of presence of roleMetadata datastream.
    • buttons that we know are disabled without having to ask another service (e.g. workflow service) are marked disabled via a flag, instead of providing a URL to hit for the check.
    • disable "Refresh descMetadata" button for objects that aren't open for modification.
    • "Open Version" and "Close Version" buttons should not display at all if user doesn't have permission to open or close the item.
    • slight refactor of the perm check for the "Update Embargo" button
  • don't publish to releaseboard (#975)
  • centralize logging for bulk actions and argo side of modsulator (desc metadata upload). (#978, #982)
  • move multiple object reindexing from old bulk updates page to new bulk actions page (#980)
  • updates to development documentation and developer installation rake task (#976, #979)

v3.13.0...master
#973
#975
#976
#978
#979
#980
#982

Set governing APO

31 Mar 05:03
Compare
Choose a tag to compare

support for moving objects to a new governing APO, either individually or in bulk (#957, #958)