evergreen:tags/rel_3_12_beta

Last commit made on 2023-11-20
Get this branch:
git clone -b tags/rel_3_12_beta https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_3_12_beta
Repository:
lp:evergreen

Recent commits

5a0795b... by Jane Sandberg

Bumping version numbers and adding Changelog

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

edd38d8... by Jane Sandberg

bumping Perl version string for 3.12

Co-authored-by: Terran McCanna <email address hidden>
Co-authored-by: Michele Morgan <email address hidden>
Co-authored-by: Andrea Buntz Neiman <email address hidden>
Co-authored-by: Garry Collum <email address hidden>
Co-authored-by: Stephanie Leary <email address hidden>
Signed-off-by: Jane Sandberg <email address hidden>

ce82efd... by Jane Sandberg

Translation updates - xtb files

Co-authored-by: Terran McCanna <email address hidden>
Co-authored-by: Michele Morgan <email address hidden>
Co-authored-by: Andrea Buntz Neiman <email address hidden>
Co-authored-by: Garry Collum <email address hidden>
Co-authored-by: Stephanie Leary <email address hidden>
Signed-off-by: Jane Sandberg <email address hidden>

f9f161a... by Jane Sandberg

Translation updates - po files

Co-authored-by: Terran McCanna <email address hidden>
Co-authored-by: Michele Morgan <email address hidden>
Co-authored-by: Andrea Buntz Neiman <email address hidden>
Co-authored-by: Garry Collum <email address hidden>
Co-authored-by: Stephanie Leary <email address hidden>

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

fb06b91... by Mike Rylander

LP#2023338: Correct BHSSO selection_depth sort

Before customizable Best Hold Selection Sort Order was implemented, the
non-FIFO hold order considered more-constrained holds before
less-constrained ones on the assumption that there would be more copies
available to less-constrained ones. That ordering didn't make it into
the BHSSO implementation, so this commit corrects that by sorting this
part in descending selection depth order rather than the default
ascending.

This is not relevant in most cases, but when soft hold boundaries are
used, and during the transition from a non-resource-sharing to a
resource-sharing enviroment, it can have an effect if "depth" is
selected as a BHSSO component.

Signed-off-by: Mike Rylander <email address hidden>
Signed-off-by: Terran McCanna <email address hidden>

ac1b636... by Jane Sandberg

LP1895699 follow-up: only show course filter when the user chooses to display it

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

54e48eb... by Andrea Neiman

Docs: 3.12 release notes updates & acks

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

575b97b... by Galen Charlton <email address hidden>

tweak version-upgrade script

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

6608f5f... by Galen Charlton <email address hidden>

LP#2043437: stamp DB update

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

0b24af2... by Jane Sandberg <email address hidden>

Revert "lp1895699: search results page lets user know that course materials filter has been applied"

This reverts commit 828a6f871fbe04d85c4c7132c37340b7f1f19811.

This led to a failure in live_t/35-multiclass-search.t, and sometimes led to cases where searching
with the course materials filter would time out or return an error.

The issue lies with the dynamic_filter_compile subroutine in QueryParser.pm. It makes an
assumption that any filter with an entry in config.record_attr_definition will also have
entries in config.coded_value_map. This db migration had no such coded_value_map entries,
so it added a function call to the query_int_wrapper function, which works in some environments
and doesn't in others. We don't want that!

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