evergreen:tags/rel_3_10_4

Last commit made on 2023-12-14
Get this branch:
git clone -b tags/rel_3_10_4 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_3_10_4
Repository:
lp:evergreen

Recent commits

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

Correct Pg10 Syntax Error in Trigger Creation (version upgrade)

We need to use EXECUTE PROCEDURE at least util we no longer support Pg10.

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

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

Correct Pg10 Syntax Error in Trigger Creation

We need to use EXECUTE PROCEDURE at least util we no longer support Pg10.

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

60685c0... by Jason Stephenson

Bumping version numbers, adding Upgrade Script and Changelog

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

1a076be... by Jason Stephenson

Bumping Perl version string for 3.10.4

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

6e5a6d4... by Jason Stephenson

Translation updates - po files

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

3b3bba1... by Jane Sandberg

Docs: release notes for 3.10.4

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

f0a63ae... by Andrea Neiman

Docs: correction to previous version docs

Signed-off-by: Andrea Buntz Neiman <email address hidden>

f9b8976... by Steven Mayo

LP#2043127-Marking org unit as non-visible in the OPAC defaults patrons' preferred pickup locations to the first org unit

Added a check to the OPAC place_hold.tt2 that detects if the patron's
preferred pickup location is missing from the dropdown. If it is, it
adds a default message to the dropdown asking them to choose a pickup
location and chooses it, as well as disabling the submit button and
changing the dropdown color to alert the user.

Steps to test:
[1] Go to Administration -> Server Administration -> Organizational
Units
[2] Select an org unit and uncheck OPAC Visible
[3] Rerun autogen.sh
[4] Find a patron account with that org unit as their home library (it
will also be their preferred pickup library)
[5] Log into that account on the OPAC and attempt to place a hold on a
book
[6] Observe the state of the holds screen

Signed-off-by: Steven Mayo <email address hidden>
Signed-off-by: Michele Morgan <email address hidden>

35f03cb... by Jason Boyer <email address hidden>

LP2023418: Ignore system and user psqlrc settings when determining Pg version

Ignore any settings in the system or user .psqlrc files when determining
postgres version as some combinations can confuse cut. Passing -A also means
that the call to xargs to trim spaces is no longer necessary.

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

57e568a... by Jason Boyer <email address hidden>

LP2036265: Treat Authtoken User as Container Owner When UserId Not Supplied

If a userid is not supplied to open-ils.actor.container.retrieve_by_class it
claimed to use the id of the logged-in user. Now it actually does!

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