evergreen:tags/rel_3_1_12

Last commit made on 2019-05-20
Get this branch:
git clone -b tags/rel_3_1_12 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_3_1_12
Repository:
lp:evergreen

Recent commits

d92c62f... by Dan Wells

Bumping version numbers, adding Upgrade Script and Changelog

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

6fbeee1... by Dan Wells

Customize upgrade notes for 3.1.12

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

b91696e... by Dan Wells

Bump OpenILS.pm version

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

6c12896... by Dan Wells

Translation updates - po files

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

505405a... by Remington Steed

Docs: Add bugfix release notes for 3.1.12

Signed-off-by: Remington Steed <email address hidden>

7001f6b... by Jeff Davis

LP#1788680 prevent copy template apply failure on null stat cats

Under some circumstances, the current code can result in a JS failure:

Cannot read property 'filter' of undefined

When this happens, the copy template may apply partially or not at all.
This change simply makes sure cp.stat_cat_entries() exists before
attempting to filter it.

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

2273791... by Jason Boyer

LP1806394: Placing Holds in Item Buckets

A missing return prevents a list of item ids from
being built so no holds can be placed from item
buckets. This branch returns the return to its
proper place.

To test
-------
[1] Add some items to an item bucket, ensuring that they are
    all holdable.
[2] From the item bucket interface, select the items and choose
    the Request Selected Items action.
[3] Confirm placing the requests.
[4] Note that the requests are not actually created.
[5] Apply the patch and repeat steps #1-#4. This time, the requests
    should be placed.

Signed-off-by: Jason Boyer <email address hidden>
Signed-off-by: Rogan Hamby <email address hidden>
Signed-off-by: Millissa Macomber <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>

73e072c... by Galen Charlton

LP#1826890: set page title for Statistical Popularity Badges admin page

To test
-------
[1] In the browser client, navigate to Local Administration -> Statistical
    Popularity Badges
[2] Note that the web browser's tab header doesn't display a title for the
    page, just the URL.
[3] Apply the patch and reload the page. This time, a page title should
    be dispayed in the browser's tab header.

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

fd95895... by Blake GH

LP1803729 action_trigger_aggregator.pl help indicates the wrong bash argument for remote-acct

Fixed the help message action_trigger_aggregator.pl to agree with the code

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

a0a2090... by Remington Steed

LP#1782014 Fix grid path for Title in patron items out

When the Items Out grid was updated to use display fields, the
displayed title was updated (along with the fleshed data in the
javascript) but the grid "path" was not. This commit fixes the path,
which fixes title sorting. (Title sorting broke because the
simple_record.title was no longer being fleshed in via the JS code, so
the grid was attempting to sort on an empty value.)

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