evergreen:tags/rel_3_9_1

Last commit made on 2023-01-27
Get this branch:
git clone -b tags/rel_3_9_1 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_3_9_1
Repository:
lp:evergreen

Recent commits

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

Correct 1341 upgrade script

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

0e1aa4d... by Galen Charlton <email address hidden>

fix error in schema update script

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

1662d6a... by Galen Charlton <email address hidden>

Bumping version numbers, adding Upgrade Script and Changelog

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

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

Translation updates - po files

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

40e5c7c... by Galen Charlton <email address hidden>

Translation updates - newpot

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

41b36e5... by Galen Charlton <email address hidden>

add additional fixes in 3.9.1 to release notes

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

d22ce82... by Jennifer Pringle

docs: release notes 3.9.1 and 3.8.2

Author: Jennifer Pringle <email address hidden>
Author: Jennifer Weston <email address hidden>
Signed-off-by: Andrea Buntz Neiman <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>

84fe9bb... by Galen Charlton <email address hidden>

check in latest cs-CZ strings for the Angular staff client

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

108a6ca... by Galen Charlton <email address hidden>

LP#1982887: (follow-up) set l10n list back to en-US

This works around an issue where the Angular staff client's
navbar langauge selector selects all provided locales, but
that can break things without additional configuration.

To enable the Czech translation, edit

Open-ILS/src/eg2/src/environments/environment.prod.ts

to add 'cs-CZ' to the list of locales, then rebuild the
Angular app using

ng build --configuration=production

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

26a35be... by Jason Boyer <email address hidden>

LP1982887: Repair translations for eg2 client

Previously following the build instructions for the Czech localization
placed the results in eg2/cs-CZ/cs-CZ and also broke the en-US build.
These changes bring the staff client a little more in line with current
Angular localization methods.

Note that currently both en-US and cs-CZ are always built. This can be
limited to en-US by using "--localize false" on the ng build command line.
Until an alternative method to determine the number of available locales is
implemented the only way to hide the locale selector is to edit environment.prod.ts.

Signed-off-by: Jason Boyer <email address hidden>
Signed-off-by: Linda Jansova <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>