evergreen:tags/rel_2_10_7

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

Branch merges

Branch information

Name:
tags/rel_2_10_7
Repository:
lp:evergreen

Recent commits

0cbba40... by Galen Charlton

Bumping version numbers and adding Changelog

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

0d8b7fa... by Galen Charlton

bump up upgrade instructions for 2.10.7

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

0fd473e... by Galen Charlton

small typo fix in 2.10 release notes

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

0c76f46... by Jason Stephenson

Forward port 2.9.7 to 2.9.8 db upgrade script.

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

f35c3a9... by Galen Charlton

schema update script: 2.10.6 -> 2.10.7

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

2eabe85... by Kathy Lussier

Docs: Adding 2.10.7 point release notes

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

1f67547... by Kathy Lussier

Docs: Adding 2.9.8 point release notes

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

34015d5... 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>

de1b658... by Eva Cerninakova <email address hidden>

Docs: improving documentation for catalog searching widgets

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

7ff9290... 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>