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)