evergreen:tags/rel_3_6_beta2

Last commit made on 2020-09-30
Get this branch:
git clone -b tags/rel_3_6_beta2 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_3_6_beta2
Repository:
lp:evergreen

Recent commits

48101ca... by Jason Boyer <email address hidden>

Bumping version numbers and adding Changelog

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

91e673d... by Jason Boyer <email address hidden>

bumping Perl version string for 3.6

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

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

Translation updates - po files

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

97c5512... by Galen Charlton

Translation updates - newpot

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

7a1a7ea... by Galen Charlton

move 3.6-beta1 schema update to 3.6-beta2

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

c756a09... by Galen Charlton

stamp 3.6-beta2 release notes

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

3347e86... by Galen Charlton

LP#1896070: ensure that deatching course material doesn't delete non-temporary bibs

This patch fixes how the temporary_record field is checked; in Perl code,
non-NULL Boolean fields in Fieldmapper objects do /not/ evaluate as
Perl Boolean values; you have to use $U->is_true() or explictly
compare against 't' and 'f'.

This patch also tweaks live_t/31-courses.t so that it can be run
repeatedly.

To test
-------
[1] Run live_t/31-courses.t repeatedly; note that it will start failing
    the second time.
[2] Reset the database and apply the patch, then repeat step 1.
[3] This time, the test should work when run repeatedly.

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

29b0eff... by Angela Kilsdonk

docs: Curbside Pickup documentation

Signed-off-by: Angela Kilsdonk <email address hidden>
Signed-off-by: Andrea Buntz Neiman <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>

a5ceafc... by Angela Kilsdonk

docs: OPAC Email Print documentation

Signed-off-by: Angela Kilsdonk <email address hidden>
Signed-off-by: Andrea Buntz Neiman <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>

d1f4d82... by Angela Kilsdonk

docs: Acquisitions Providers documentation

Signed-off-by: Angela Kilsdonk <email address hidden>
Signed-off-by: Andrea Buntz Neiman <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>