evergreen:rel_3_12

Last commit made on 2024-05-20
Get this branch:
git clone -b rel_3_12 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
rel_3_12
Repository:
lp:evergreen

Recent commits

54c1fb6... by Stephanie Leary

LP2049657 SVG logo file path docs

Signed-off-by: Stephanie Leary <email address hidden>
Signed-off-by: Jane Sandberg <email address hidden>
Signed-off-by: Steven Mayo <email address hidden>

f8f05d8... by Stephanie Leary

LP2049657 SVG logos; forced colors mode support

Adds styles for CSS forced colors mode (and the older Windows High
Contrast Mode). In addition to cleanup of transparent borders and some
button focus styles, this alters the dropdown toggle icon in both
AngularJS and Angular, since these are created with angled borders in
the default stylesheet.

Changes the logo image files' format from PNG to SVG for clarity and
improved appearance on dark page backgrounds.

Release-note: SVG logos; support for forced colors mode

Signed-off-by: Stephanie Leary <email address hidden>
Signed-off-by: Jane Sandberg <email address hidden>
Signed-off-by: Steven Mayo <email address hidden>

8eb7fac... by Garry Collum

LP#2037564: Selfcheck cover art without ISBNS not shown

Fixes the display of uploaded cover images in the Selfcheck holds list.

Josh Stompro needs to get credit for this, he explained exactly how to
fix it in the LP bug.

To test in concerto:
1. Find a bib with a cover image and download it.
   (example search: piano concerto)
2. Upload the cover image to a bib that does not have a cover image.
3. In a patron record, place holds for these 2 titles, and one other
   title that does not have an image.
4. Initialize and login to selfcheck
   (https://[hostname]/eg/circ/selfcheck/main)
5. Login as the patron with holds and view the holds list. The uploaded
   image is not displayed.
6. Apply the patch.
7. Repeat steps 4 & 5. The uploaded image now displays.

Release-note: Fixes issue where cover images were not displayed in the selfcheck holds list for titles that lack ISBNs.

Signed-off-by: Garry Collum <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>

237de13... by Galen Charlton <email address hidden>

LP#2062023: stamp DB update

Signed-off-by: Galen Charlton <email address hidden>

f53109b... by Steven Mayo

LP#2062023 PATRON_BARRED.override permission missing in seed data

Added PATRON_BARRED.override permission to seed data and with an upgrade script.

Release-note: Add `PATRON_BARRED.override` permission if missing.

Signed-off-by: Steven Mayo <email address hidden>
Signed-off-by: Jane Sandberg <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>

cab51ad... by Jason Stephenson

LP2060153: Store remote file for EDI message sent via SFTP

In a case of "Net::SFTP::Foreign is not Net::FTP," the remote filename
is not recorded when sending an EDI message via SFTP. Instead, the
return value from the SFTP put function is stored in the remote_file
column of the acq.edi_message entry. This is "1" on success and null
or undefined on failure. This commit corrects that and puts the
remote filename in the proper place.

To verify the bug, set up a test account to send EDI messages via SFTP
to another server or to another account on the local host. Create an
acquisitions order with that account and then activate it. Run the
EDI order pusher (edi_order_pusher.pl). Verify that the order arrived
in the destination location, and then check the acq.edi_message table
entry for this order. The remote_file column value should be "1".

To verify the fix, repeat the above steps with a new order. When you
check the acq.edi_message table, the remote_file column value should
now be the path to the file at the destination.

Release-Note: Get actual remote file name when sending EDI message via SFTP.

Signed-off-by: Jason Stephenson <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>

db4b811... by Galen Charlton <email address hidden>

LP#2055089: stamp DB update

Signed-off-by: Galen Charlton <email address hidden>

84483f8... by Llewellyn Marshall <email address hidden>

LP2055089 Add missing shipment notification permissions

Adds missing permissions for MANAGE_SHIPMENT_NOTIFICATION and
VIEW_SHIPMENT_NOTIFICATION to the seed data.

Release-note: Adds missing shipment notification permissions

Signed-off-by: Llewellyn Marshall <email address hidden>
Signed-off-by: Terran McCanna <email address hidden>
Signed-off-by: Steven Mayo <email address hidden>
Signed-off-by: Michele Morgan <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>

9adef22... by Stephanie Leary

LP1945498 Responsive navbar for Angular staff

Adds responsive classes and collapse toggles to the Angular staff main
navigation menu.

Release-note: Makes Angular nav bar responsive

Signed-off-by: Stephanie Leary <email address hidden>
Signed-off-by: Terran McCanna <email address hidden>

32598f7... by Jane Sandberg

LP1915464 follow-up: use spaces, not tabs; remove extra comma

Signed-off-by: Jane Sandberg <email address hidden>