This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
Releases: duke-libraries/dul-argon-skin
Releases · duke-libraries/dul-argon-skin
Patch old proxy links.
Add note to HathiTrust links.
v1.6.10 Merge branch 'hotfix-1.6.10'
Add HathiTrust Emergency Temporary Access links via HT API and overlap file.
This ties the HT linking behavior to the HathiTrust Overlap file, which must be loaded into the application's database for links to work correctly. There is a rake task to support loading this data into the database.
The overlap file should be processed (possibly via this script: https://gist.github.com/corylown/7539ba5be9b84ad766ae49c94859d152) into a CSV with the following format:
oclc_number,bib_id,access
74,DUKE000000008,deny
75,DUKE000000009,deny
84,DUKE000000011,deny
105,DUKE000000012,allow
113,DUKE000000013,allow
Put this file into a location accessible by the application (such as /tmp
) and run the following rake task:
rake dul_argon:hathitrust:reload_overlaps['/tmp/overlap_file.csv']
Temporarily disable request digitization links
v1.6.8 Merge branch 'hotfix-1.6.8'
Feb. 2020 Solr schema and configuration changes
- Adjust labels for bookmarks and uniform titles.
Fix links to library website on error pages.
Link to library website prod not dev.
Update rack
v1.6.4 Merge branch 'hotfix-1.6.4'
Update puma
v1.6.3 Merge branch 'hotfix-1.6.3'
Update Argon to v1.3.8
- Integrates caching into shared code base.
- Adds support for publisher location field for RIS output (re-index required).
- Uses un-stemmed subject field for boosting instead of stemmed field.
- Disables OpenSearch until the query is at least 4 characters long.
Dependency update
v1.6.1 Merge branch 'hotfix-1.6.1'