evergreen:tags/rel_3_9_0

Last commit made on 2022-04-28
Get this branch:
git clone -b tags/rel_3_9_0 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_3_9_0
Repository:
lp:evergreen

Recent commits

24ba40f... by Mike Rylander

Bumping version numbers, adding Upgrade Script and Changelog

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

5a636fd... by Mike Rylander

bumping Perl version string for 3.9.0

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

460277f... by Mike Rylander

Translation updates - po files

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

49b9325... by Mike Rylander

Docs version update

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

b9484aa... by Mike Rylander

Base 3.9 release notes

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

bca27df... by Mike Rylander

Translation updates - newpot

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

27d6cc9... by Galen Charlton <email address hidden>

LP#1970486: fix SuperCat crash on serial units with stat cats

This patch fixes a bug where retrieving a title via SuperCat (in
particular, with holdings XML) can crash of the title has a serial
unit (i.e., barcoded serial item) attached that also has a statistical
category.

To test
-------
[1] Create a title with a barcoded serial item.
[2] Attempt to fetch the title via SuperCat:

https://EGSERVER/opac/extras/supercat/retrieve/marcxml-full/record/BIBID

[3] Note that an internal server error is returned.
[4] Apply the patch and repeat step 2. This time, an XML
    document should be returned that includes the serial item
    and its stat cat.

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

4f1a403... by Garry Collum

LP1907863 Bootstrap Opac: My Lists formatting

This patch moves the buttons for each list row underneath the title and descriptions fields.
It makes the create list form collapsible using a button.
If there are lists, the create form is collapsed.
The create form is expanded on load, if the user selects move bucket to new list, or add rec to new list from a menu or button from another page.
The "Move contents of basket to this list?" in the creation form now defaults to 'yes' if an option to move a basket to a new list is chosen from a menu.
It adds localization functions to the button texts and removes a dangling </div> in anon-list.tt2
It moves the create form from a <table> design and uses Bootstrap elements instead.

To Test.

1. After applying the patch view the list page and notice that the form is expanded.
2. Create a list. The form is now collapse.
3. Perform a search and add some of the titles to a basket.
4. From one of the result rows drop-down the Add to My List menu and select 'Add to New List'.
   The form is expanded and the "Move contents of basket to this list" should be 'yes'.
5. From the basket screen or from the lists screen click on the 'Add to New List' button. The results should be the same as step 4.
6. After creating a few lists, notice that the buttons for each list are now displayed under the list title and description and
   each row is distinguished by a bottom border.

Signed-off-by: Garry Collum <email address hidden>
Signed-off-by: Michele Morgan <email address hidden>

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

Test Followup: Fix Jacket Dir in autogen.sh

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

3663817... by Dan Briem

LP#1965317 Barcode Completion on Traditional Cat Staff Holds

This allows the completed barcode to populate in the barcode
input when the hold group interface isn't rendered.

Signed-off-by: Dan Briem <email address hidden>
Signed-off-by: Michele Morgan <email address hidden>
Signed-off-by: Jane Sandberg <email address hidden>