evergreen:tags/rel_3_6_4

Last commit made on 2021-11-18
Get this branch:
git clone -b tags/rel_3_6_4 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_3_6_4
Repository:
lp:evergreen

Recent commits

b59dbba... by Jason Boyer <email address hidden>

Forward Port 3.6.3 Upgrade Script

770c3c0... by Blake GH

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: blake <email address hidden>

8cd25ed... by Blake GH

fixed upgrade script naming convention

Signed-off-by: blake <email address hidden>

e72d513... by Blake GH

bumping Perl version string for 3.6.4

Signed-off-by: blake <email address hidden>

223ed40... by Blake GH

Translation updates - po files

Signed-off-by: blake <email address hidden>

2a19e10... by Jane Sandberg

Docs: 3.6 release notes

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

f303e1a... by Jane Sandberg

Docs: Release notes for 3.5.5

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

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

LP#1930933: fix issue with over-escaping in search results title attributes

This patch fixes an issue where a record with a title containing the
word "hidden" can have its title, ironically enough, not show up
on public catalog search results.

To test
-------
[1] Create an OPAC-visible record whose 245 is something like:

    =245 04$aThe hidden one <script>alert('title!')</script>

[2] Search for the record in both the TPAC and Bootstrap skin. Note
    that the title isn't displayed.
[3] Apply the patch and repeat step 2. This time, the full title
    should be displayed.
[4] Verify that the OPAC does not display an alert box.

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

2ab3366... by Bill Erickson

LP1910145 Angular Hold Detail Notes & Notifications

The hold detail view now displays hold notes and hold notification
records. Notes and Notifications may be created by staff. Notes may be
deleted by staff.

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

15639ab... by Dan Briem

LP#1887876 Checkout catalog doesn't load workstation prefs

The catalog under the Holds tab in the Checkout interface
doesn't load the default search or preferred library if
you haven't visited the main catalog page earlier in the
session.

This branch sets these settings as cookies in the
AngularJS wrapper for the catalog embedded in the Checkout
interface under the Holds tab.

Test:
1. Close browser, open browser, log into Evergreen
2. Admin->Workstation set search & preferred library
3. Open a patron record -> Holds tab -> Place Holds
4. Search for an item owned by your preferred library
5. Note the library's copies aren't separately indicated
6. Apply patch and repeat steps 1-5
7. Note the library's copies are separately indicated

Signed-off-by: Dan Briem <email address hidden>
Signed-off-by: Gina Monti <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>