evergreen:rel_2_9

Last commit made on 2016-12-09
Get this branch:
git clone -b rel_2_9 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
rel_2_9
Repository:
lp:evergreen

Recent commits

5c46592... by Jane Sandberg

Docs: LP1268054 add patron purchase request doc

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

b3fe722... by Jason Stephenson

Forward port 2.9.7 to 2.9.8 updgrade script and server upgrade instructions.

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

7f1e55e... by Kathy Lussier

Docs: Adding 2.9.8 point release notes

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

aaa0aec... by Mike Rylander

LP#1623541: Booking will fail if its router isn't called "router"

The circ code checks to see if the booking app is running, and if not, it
skips some booking-related logic. This is a useful performance enhancement
where booking is not in use. It does this by asking the OpenSRF router if
the "open-ils.booking" app has registered with it. Most of the time the
OpenSRF router will be called, unimaginatively, "router" but when it's not,
booking will not be considered by the circ module even if it's running.

Instead of assuming "router" we should simply look up the router's name.

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

ba80a25... by Dan Scott <email address hidden>

LP#1624846 Add charset declaration to TPAC print output

Non-ASCII characters were printed incorrectly in some browsers, such as
Firefox, that still default to ISO-8859-1 encodings in the absence of a
specifically declared encoding.

Our output encoding will always be UTF-8, so declare it.

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

9f67541... by Bill Erickson

LP#1413352 Brief record price sets lineitem price

Propagate lineitem MARC 'price' attribute value to the lineitem
estimated_unit_price field. This allows users to apply a lineitem
price directly from the ACQ Brief Record interface.

Signed-off-by: Bill Erickson <email address hidden>
Signed-off-by: Chris Sharp <email address hidden>
Signed-off-by: Mike Rylander <email address hidden>

dac3e15... by Jason Stephenson

Forward port 2.9.6 to 2.9.7 DB upgrade script.

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

6dcc2f9... by Jason Stephenson

Docs: Add Additional 2.9.7 Acknowledgments for Testing/Signoff

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

f36ae97... by Jason Stephenson

Docs: Adding 2.9.7 Release Notes

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

6a4174d... by Galen Charlton

LP#1617017: make another TPAC string translatable

"Export List" in hold_history.tt2

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