Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Releases: duke-libraries/dul-argon-skin

Patch old proxy links.

22 Jun 14:18
Compare
Choose a tag to compare
v1.6.11

Merge branch 'hack-fix-proxy-links'

Add note to HathiTrust links.

17 Apr 13:45
Compare
Choose a tag to compare
v1.6.10

Merge branch 'hotfix-1.6.10'

Add HathiTrust Emergency Temporary Access links via HT API and overlap file.

16 Apr 18:29
Compare
Choose a tag to compare

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

16 Apr 18:18
Compare
Choose a tag to compare
v1.6.8

Merge branch 'hotfix-1.6.8'

Feb. 2020 Solr schema and configuration changes

20 Feb 16:37
Compare
Choose a tag to compare
  • Adjust labels for bookmarks and uniform titles.

Fix links to library website on error pages.

16 Jan 19:06
Compare
Choose a tag to compare

Link to library website prod not dev.

Update rack

15 Jan 14:23
Compare
Choose a tag to compare
v1.6.4

Merge branch 'hotfix-1.6.4'

Update puma

15 Jan 13:56
Compare
Choose a tag to compare
v1.6.3

Merge branch 'hotfix-1.6.3'

Update Argon to v1.3.8

25 Nov 14:16
Compare
Choose a tag to compare
  • 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

04 Nov 13:25
Compare
Choose a tag to compare
v1.6.1

Merge branch 'hotfix-1.6.1'