evergreen:tags/rel_3_5_2

Last commit made on 2020-12-08
Get this branch:
git clone -b tags/rel_3_5_2 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_3_5_2
Repository:
lp:evergreen

Recent commits

1904188... by Chris Sharp

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Chris Sharp <email address hidden>

3076386... by Chris Sharp

Translation updates - po files

Signed-off-by: Chris Sharp <email address hidden>

d41064b... by Chris Sharp

Bumping Perl version string for 3.5.2

Signed-off-by: Chris Sharp <email address hidden>

5dede0b... by Jane Sandberg

Docs: release notes for 3.5.2

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

2a92c6a... by Jane Sandberg

Docs: release notes for 3.4.5

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

1b46ee9... by Jason Boyer <email address hidden>

LP1904220: Fix Booking Service Check

Instead of trying to tell AppService which router we want to talk
to and confusing it, just tell it we want to talk to a router and
let it do its thing.

Signed-off-by: Jason Boyer <email address hidden>
Signed-off-by: Mike Rylander <email address hidden>

d14a0a5... by Dan Briem

LP#1900184 Patron password use phone not working

An early return statement in extract_hold_notify() was removed
in 7e92293 and added back in ddf5b4b3, so props set at the end
of that function used in future comparisons never get set.

This re-removes the return statement and sets the local notify
variable to default string values so the rest of the function
can play out.

To test:
1. Set org unit setting: "Patron: password from phone #" to TRUE
   at the top context location
2. Circulation->Register Patron
3. Type 123-456-7890 into the Daytime Phone field and press tab
4. Note: the password field isn't updated to the last 4 digits
5. Apply patch and repeat steps
6. Note: the password field updates to the last 4 digits

Signed-off-by: Dan Briem <email address hidden>
Signed-off-by: Garry Collum <email address hidden>

925b940... by Jason Boyer <email address hidden>

LP1835127 Follow-up: Correct Translation Ids

Re-align the translation ids for the new booking permissions so
translations will apply correctly.

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

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

Revert "Repair Permission Seed Data"

This reverts commit 46a5f66a146e1916900fb2de605413bf83aea972.
The original commit was mistakenly backported too far, these
permissions do not apply to 3.5.

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

b52b2bb... by Jason Etheridge

LP#1508208: live_t/ test for this branch

Includes timing information for the checkin, but pass/fail is not predicated on it.

Signed-off-by: Jason Etheridge <email address hidden>
Signed-off-by: Chris Sharp <email address hidden>