-
Fix file dupe problem, so that a user who uploads a file with same filename as an existing file won’t have it listed twice.
-
Set workflow priority for all hydrus objects
-
Add garbage cleanup to temp files in file uploader class. Add rake task for cleaning up old files and run it on every deploy.
-
For fix Hydrus-172, Hydrus-177
-
Add GUIDs to multi-valued fields on the item edit form so that we can correctly delete the specific rows from the UI when the user deletes a multivalued item before saving the form.
-
Now that assembly robots are updated, add back in the change that only creates contentMetadata for item types
-
Fix bug where APOs were failing during accessioning since there was no DRUID tree directory being created anymore.
-
Fix for HYDRUS-165
-
Fix for HYDRUS-159, HYDRUS-121
-
Fix bug where item titles were not being correctly pulled from solr on the dashboard and item list view.
-
Build collection items panel view directly from solr and MySQL to avoid any calls to Fedora; speeds this page up greatly when there are many items
-
Bug fixes for default citation creator
-
Show more than 25 items on the collection items panel
-
Indicate to user when keywords are missing on an item
-
Add a button to create default citation format; update citation example to show multiple authors
-
Fix for HYDRUS-153; HYDRUS-151; HYDRUS-150; HYDRUS-145
-
Put global_viewers;admins;collection_creators in the database to make them easier to update
-
Hide item type in the UI for now
-
Fix for HYDRUS-103; other small tweaks to confirmation boxes
-
Fix for HYDRUS-81, fix for HYDRUS-79
-
Bug fix for HYDRUS-107; fix for HYDRUS-70
-
Build admin dashboard from solr using same technique as home page dashboard and show on home page
-
Revised home page dashboard to be built from solr
-
Fix for HYDRUS-143: new file upload plugin for drag and drop, including de-duping of uploaded files; progress bars; drop zone; prevent user from saving form while uploading.
-
Fix for HYDRUS-88; some more performance tuning around validations
-
Performance tuning: don’t load objects more than once per page
-
The following tickets: HYDRUS-106; HYDRUS-128; HYDRUS-101; HYDRUS-139; HYDRUS-62; HYDRUS-86
-
Add users to collection creation role: HYDRUS-142
-
The following tickets: HYDRUS-126; HYDRUS-129; HYDRUS-127; HYDRUS-85; HYDRUS-125; HYDRUS-84; HYDRUS-89; HYDRUS-76; HYDRUS-82; HYDRUS-90
-
Add users to collection creation role: HYDRUS-135; HYDRUS-131
-
Do not show email/password login box when on staging or production.
-
Add user skota to collection creation role.
-
Remediation framework: worked out several kinks.
-
Deployed to hydrus-test.
-
Deployed to hydrus-prod.
-
More informative flash message when accessing an item while not logged in.
-
Remediation framework.
-
Made app aware of its own version.
-
Removed app:add_date_to_version from deployment tasks.
-
Refresh APO.dc when refreshing Collecition titles.
-
Upgraded to dor-services 3.24.2 to get Describable in APOs.
-
Removed empty access-edit blocks from rightsMetadata.
-
Removed cc- prefix from creativeCommons licenses.
-
HYDRUS-71. Text changes for Terms of Deposit.
-
HYDRUS-72: Collection view page: fix visibility text.
-
HYDRUS-56: refactor publish-time to be pased on common-accessioning publish.
-
Changed contributors=() to take key of role_key rather than role.
-
Deployed to hydrus-test.
-
HYDRUS-51. Add support for “corporate” and “conference” name types.
-
Complete refactor of contributor-related code.
-
Deployed to hydrus-test.
-
Deployed to hydrus-prod.
-
HYDRUS-10. Support ability to hide specific files when Item is published.
-
Removed the ObjectFile controller.
-
Deployed to hydrus-test.
-
Deployed to hydrus-prod.
-
HYDRUS-68: quoted object titles in email messages; DRYed up mailing code.
-
HYDRUS-69. Collection view/edit: Changed wording describing human-approval.
-
Added in_quotes() helper, and used it when displaying terms_of_use.
-
Deployed to hydrus-test.
-
Deployed to hydrus-prod.
-
HYDRUS-60 and 61: remediation of objects in production environment.
-
Deployed to hydrus-test.
-
Deployed to hydrus-prod.
-
HYDRUS-54: implemented editing restrictions on subsequent versions.
-
Reimplemented a full-service version of delete().
-
Upgraded to current dor-services stack.
-
Deployed to hydrus-test.
-
Added admin uses and global viewers.
-
HYDRUS-58: add Stanford use-and-repro statement: integration tests for license refactor.
-
Disable the delete-Item hyperlink: the delete() method needs more work.
-
HYDRUS-67: Add instructional text for preferred citations.
-
HYDRUS-52 and HYDRUS-65: Add no-license option and pre-populate Item with Coll default.
-
Refactored license-related code to support no-license as a choice.
-
HYDRUS-57. Show displayed datetimes using 12-hour clock with am/pm.
-
HYDRUS-53. Delete tag “HYDRUS : dataset”.
-
Deployed to hydrus-test.
-
APOs include the dlss:pmag-staff and dlss:developers workgroups in roleMetadata.
-
Upgraded to current dor-services stack.
-
Added more admin users.
-
Attempt to fix bug causing subsequent versions to leave start-assembly in waiting state.
-
HYDRUS-50: added contributor roles: Advisor, Primary advisor.
-
Coll view page: added link to APO (visible for admin users).
-
Deployed to hydrus-test.
-
HYDRUS APOs will now run through the assembly and accessioning pipeline.
-
Deployed to hydrus-test.
-
Added support for Item versioning.
-
Upgraded to current dor-services stack.
-
Deployed to hydrus-test.
-
Item edit form now provides blank person field, since it is a required element.
-
Upgraded to Rails v2.3.11 to address param parsing vulnerability.
-
If view/edit URL contains bad PID, redirects to home page rather than throwing exception.
-
APOs: included on list-all page, and can view datastreams.
-
Refactored to remove duplication between HYDRUS::Responsible and RoleMetadataDS.
-
Refactored purl_page_ready? to query the Purl app directly.
-
Modified refreshfix task, hoping to solve intial_workflow problem.
-
Refactored Collection.accept_terms_of_deposit to move XML logic to the datastream.
-
Improved the ‘rake server` task to unbuffer properly.
-
Deployed to hydrus-test.
-
Refactored redirect_if_not_correct_object_type().
-
Tweaked view of error page.
-
Tweaked format of date appened to VERSION during deployment.
-
Editing pass over the README.
-
Modified license descriptions to agree with app behavior.
-
Remove code that puts worflows into the APO.
-
Deployed to hydrus-test.
-
Deployed to hydrus-prod.
-
Configuration housekeeping.
-
Deployed to hydrus-test.
-
Deployed to hydrus-prod.
-
Changed hydrusProperties datastreams to inline rather than Fedora-managed.
-
Deployed to hydrus-test.
-
Deployed to hydrus-prod.
-
Test suite speedup: stop using Rubydora transaction rollback.
-
Bug fix: deployment automation.
-
Deployed to hydrus-test.
-
Deployed to hydrus-prod.
-
Deployment automation.
-
Deployed to hydrus-test.
-
Deployment automation.
-
Deployed to hydrus-test.
-
Bug fix: add related cites now get displayLabel attribute.
-
Improved test for related_item getters/setters.
-
Deployment automation.
-
Deployed to hydrus-test.
-
Rake task to deploy HYDRUS.
# Bug fix: adding related item link was not working. # Bug fix: accept terms of deposit was not working.
-
Deployed to hydrus-test.
-
Updated to a proper SOLR 4.0 branch of hydra-jetty.
-
Rake task to list all HYDRUS objects.
-
Added view for hydrus admins to list all collections.
-
Added Hydrus.profile() method.
-
New feature for dev-mode and admins: datastreams tab.
-
Updated to dor-services 3.17.6.
-
Added cannot_do() protection to create() and accept_terms_of_deposit().
-
Refactor relatedItem adding and related code.
-
Refactor methods that create and augment descMetadata.
-
Improved create_test_item.rb.
-
Item validation: at least one keywords is required.
-
Fixed glitch in required_fields_completed?().
-
Deployed to hydrus-test.
-
Overhaul of embargo-visibility-license.
-
HyTime module to rationalize handling of dates and times.
-
Render newlines as <br/> tags in Item and Collection abstracts.
-
Upgraded dor-services to 3.17.2: fixes bug in public XML (DC).
-
Terms of deposit: can view/download as PDF.
-
Globally changed @document_fedora to @fobj.
-
Deployed to hydrus-test.
-
Experimental deployment to production server.