Releases: sul-dlss/argo
Releases · sul-dlss/argo
Before UI changes
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
- 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
Bump version.
v3.16.0: remove goobi menu, misc maintenance
- 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 Fix whitespaces on data entry
-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
- 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
- add SILENCE_DEPRECATION_WARNINGS env var, for use by cron jobs
- Revert update of local copy of the
bin/eye
control script
Add MIME types facet, minor maintenance
- 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: modernize bulk reindexing, improve bulk action logging, improve documentation and dev installation, other maintenance
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)