evergreen:tags/rel_3_0_3

Last commit made on 2018-01-18
Get this branch:
git clone -b tags/rel_3_0_3 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_3_0_3
Repository:
lp:evergreen

Recent commits

43648bf... by Dan Wells

Adjust COMMIT placement in 3.0.3 upgrade script

This moves the visibility update outside of the transaction to match
the statements made in the release notes.

Signed-off-by: Dan Wells <email address hidden>

827fb8d... by Dan Wells

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Dan Wells <email address hidden>

e9f945c... by Dan Wells

Translation updates - po files

Signed-off-by: Dan Wells <email address hidden>

a956b96... by Dan Wells

Bump OpenILS.pm version

Signed-off-by: Dan Wells <email address hidden>

15e65d9... by Jane Sandberg

Adding acknowledgements to release notes for 3.0.3

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

7bfd97b... by Kathy Lussier

Docs: Adding upgrade note to 3.03 release notes

Adding an upgrade note regarding the post-transaction
command in the 3.03 upgrade.

Signed-off-by: Kathy Lussier <email address hidden>

263ee8a... by Jane Sandberg

Release notes for 3.0.3

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

dbd6169... by Jane Sandberg

Release notes for 2.12.9

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

9cbb293... by Kathy Lussier

LP#1743650: Stamping upgrade script for special bib visibility handling

Signed-off-by: Kathy Lussier <email address hidden>

8a4947f... by Mike Rylander

LP#1743650: Bib vis testing needs different handling

For bib-level visibility testing, we can only use the source helper for
positive inclusion, and have to deal with LURIs on a case-by-case basis.
This is because, unlike the copy visibility cache, the LURI cache is pre-
composed in a single value for all LURIs on a record, not separate ones
for each. This is fine, as we just need to find the effectively visible
org units and test for that subset of the relevant orgs. This commit provides
a sub to test for that, and handles LURI test composition at the perl
level rather than in the database.

Signed-off-by: Mike Rylander <email address hidden>
Signed-off-by: Kathy Lussier <email address hidden>