evergreen:tags/rel_2_8_7

Last commit made on 2016-03-16
Get this branch:
git clone -b tags/rel_2_8_7 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_8_7
Repository:
lp:evergreen

Recent commits

b4d03ee... by Bill Erickson

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Bill Erickson <email address hidden>

7008b28... by Bill Erickson

Modify server upgrade doc for 2.8.7

Signed-off-by: Bill Erickson <email address hidden>

ee35bd0... by Bill Erickson

Bumping Perl version string for 2.8.7 release

Signed-off-by: Bill Erickson <email address hidden>

8d3ecd3... by Bill Erickson

LP#1206936 Base SQL schema repair

Avoid referencing money.materialized_billable_xact_summary before it's
defined.

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

9e128ab... by Kathy Lussier

docs-2.8.7 release notes

Adding point release notes for 2.8.7

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

b2047e5... by Dan Wells

LP#1208613: Reset lineitem cache when resetting table

Stale cache entries in this table were causing the "expand all"
functionality to break. This might be a nuclear option, but as far as
I could see, this "cache" gets repopulated on every pagination anyway,
so I don't think we're losing anything.

To test:

[1] Select a large list from the Acquisitions --> My Selection List
    screen.
[2] Click on the Expand All button and the items on the page expand
    with more information.
[3] Click on the Next link to bring up page 2 of the list.
[4] Click on the Expand All button and verify that additional
    information is displayed.

Signed-off-by: Dan Wells <email address hidden>
Signed-off-by: Erica Rohlfs <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>

4873761... by Galen Charlton

LP#1370694: stamp database update

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

50c5382... by Galen Charlton

LP#1370694: don't update already-customized format.selfcheck.holds

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

5dee865... by Galen Charlton

LP#1370694: clean up whitespace

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

848e096... by Terran McCanna

LP#1370694 Selfcheck: "Print List" for Holds view does not work

Prior to this change, the holds data was not getting passed to the
print function. Now, it is being captured and passed to the print
function. Because of some sorting discrepancies between the order of
the information being passed from here to the action trigger and the
order that the information is presented when pulled directly out of the
database by the action trigger (which led to data mismatches between the
title/author and the hold status/pickup locations for each printed item),
I modified this script to pass all of the hold information together in the
desired order to the action trigger rather than relying on the template
to match the data coming from the script with the data from the database.

This change requires the action trigger printing template to be updated in
order to work. I've included an upgrade script as well as an update to the
seed data script.

Signed-off-by: Terran McCanna <email address hidden>
Signed-off-by: Jennifer Pringle <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>