evergreen:tags/rel_3_7_1

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

Branch merges

Branch information

Name:
tags/rel_3_7_1
Repository:
lp:evergreen

Recent commits

3337c98... by Jason Boyer <email address hidden>

Forward Port 3.6.3 Upgrade Script

3b62dc8... by Jane Sandberg

Bumping version numbers, adding Upgrade Script and Changelog

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

9810eeb... by Jane Sandberg

bumping Perl version string for 3.7.1

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

faf5648... by Jane Sandberg

Translation updates - po files

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

85fa290... by Galen Charlton <email address hidden>

update Czech translations for Angular staff client

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

50113e9... by Jane Sandberg

Translation updates - newpot

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

73df292... by Jane Sandberg

Docs: 3.7.1 release notes

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

92c042b... by Jane Sandberg

Docs: 3.6 release notes

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

4ce03b6... by Jane Sandberg

Docs: Release notes for 3.5.5

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

d3e1b7d... 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>