evergreen:tags/rel_3_5_5

Last commit made on 2021-06-23
Get this branch:
git clone -b tags/rel_3_5_5 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_3_5_5
Repository:
lp:evergreen

Recent commits

f42e1f3... by Jason Stephenson

Forward port 3.5.3 to 3.5.4 db upgrade script

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

521af49... by Jason Stephenson

Bumping version numbers, adding Upgrade Script and Changelog

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

609d8e3... by Jason Stephenson

Bumping Perl version string for 3.5.5

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

d25ccd7... by Jason Stephenson

Translation updates - po files

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

3e686c3... by Jason Stephenson

Translation updates - newpot

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

7470b17... by Jason Stephenson

Docs: Release Notes cleanup for 3.5.5

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

42f51ae... by Jane Sandberg

Docs: Release notes for 3.5.5

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

18afce5... 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>

Conflicts:
 Open-ILS/src/templates-bootstrap/opac/parts/result/table.tt2

5e71d9d... by Galen Charlton <email address hidden>

LP#1923225: stamp DB update

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

852efc3... by Jeff Davis

LP#1923225: clean up some double-escaping of HTML in record display

Signed-off-by: Jeff Davis <email address hidden>
Signed-off-by: Michele Morgan <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>