-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge changes for v2.2.0 (ReShare) to master (#95)
* Merge changes for v2.1.6 (#92) * DISCOVERYACCESS-7627 - for rbenv users * DISCOVERYACCESS-7627 - rails 6 required for cornell-blacklight * DISCOVERYACCESS-7627 - bump version number * DISCOVERYACCESS-7627 - rails 6 for cornell-blacklight * DISCOVERYACCESS-7627 - try rails 7 * DISCOVERYACCESS-7627 - back to rails 6.1 * DISCOVERYACCESS-7627 - bump version number * DISCOVERYACCESS-7627 - forgot save all * Update release notes Co-authored-by: James Reidy <[email protected]> * DISCOVERYACCESS-7838: update my account login page text * Merge changes for v2.2.0 (ReShare) to dev (#94) * WIP * Eliminate ilsapi cgi script reference (talk directly to illiad6.cgi) * Display pickup location for BD * Differentiate pending and available ReShare requests * Bump to v2.2.0 Co-authored-by: James Reidy <[email protected]> Co-authored-by: Melissa Wallace <[email protected]>
- Loading branch information
1 parent
952f56f
commit 30bedf6
Showing
7 changed files
with
116 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,21 +4,14 @@ | |
%p Renew your books and check the status of your requests. | ||
=link_to('Log in with your NetID or GuestID', '/myaccount', {:class => 'btn btn-danger btn-lg'}) | ||
|
||
%h3.mt-4 Interlibrary Loan | ||
=link_to('Renew Interlibrary Loan items','https://cornell.hosts.atlas-sys.com/nonetid/home.html') | ||
|
||
%h3.mt-4 Columbia University Borrowing Privileges | ||
%p As a current student, staff or faculty member of Cornell University, you have the option to get a library borrowing card from Columbia University. This allows you to check out books from their collections when you visit Columbia. | ||
%ul | ||
%li | ||
=link_to('More information about Columbia Library Borrowing Privileges', 'https://www.library.cornell.edu/services/borrow/2cul') | ||
%li | ||
=link_to('Apply for a Columbia Library card', 'https://www.library.cornell.edu/2cul-columbia-library-patron-borrowing-application') | ||
|
||
%h3 Need assistance? | ||
%h3.mt-5 Need assistance? | ||
%p | ||
Email the | ||
=link_to('Library Public Services office', 'mailto:[email protected]') | ||
or | ||
=link_to('Mann Library Circulation', 'mailto:[email protected]') | ||
\. | ||
Email your | ||
=link_to('library', 'https://library.cornell.edu/libraries') | ||
or | ||
=link_to('[email protected]', 'mailto:[email protected]') | ||
\. | ||
|
||
%h3 Library fines | ||
%p | ||
The fine for recalled items is $3.00/day for every patron category. If unreturned, high cost and high demand items (such as laptops, equipment, reserves items) will be billed for replacement cost after two days. Regular items (such as books from the general circulating collection) will be billed for replacement cost after 27 days. When the billed amount reaches $300 for Cornell patrons (or $150 for others), the borrower’s access to the Library will be blocked until the item is returned. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# frozen-string-literal: true | ||
|
||
# Interface to Project ReShare APIs | ||
# APIs are documented here: https://3.basecamp.com/5319802/buckets/26606684/documents/5132521312 | ||
module Reshare | ||
require 'rest-client' | ||
|
||
def testrs | ||
Rails.logger.debug "mjc12a: shazam!" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module MyAccount | ||
VERSION = "2.1.6" | ||
VERSION = "2.2.0" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters