evergreen:tags/rel_2_10_12

Last commit made on 2017-05-24
Get this branch:
git clone -b tags/rel_2_10_12 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_10_12
Repository:
lp:evergreen

Recent commits

e76ab0a... by Galen Charlton

Bumping version numbers and adding Changelog

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

394b871... by Galen Charlton

update upgrade instructions for 2.10.12

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

ea734cd... by Galen Charlton

2.10.11-2.10.12 schema update

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

9bec49d... by Galen Charlton

release notes for 2.10.12

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

472bd5a... by Dan Scott <email address hidden>

LP#1478128: Avoid XSS in public catalog

This patch escapes various GET param values by passing them through
the Template Toolkit html filter, including:

* in the locale picker
* in the searchbar
* in the login form

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

Conflicts:
 Open-ILS/src/templates/opac/parts/searchbar.tt2

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

b01ca85... by Galen Charlton

update upgrade instructions for 2.10.11

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

5bcd0af... by Galen Charlton

2.10.10-2.10.11 schema update

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

cadabc9... by Kathy Lussier

Docs: Release notes for the 2.10.11 maintenance release

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

c7a6edb... by Dan Wells

LP#1670407 Add tests for xact_finish close/re-open

Since this bug came about due to negative balance changes (and it was
easier), this commit extends the existing negative balances test suite
to include basic tests for checking both xact_finish conditions.

One of these tests fails without the fix from the previous commit.

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

5acf994... by Bill Erickson

LP#1670407 Lost checkin re-opens transaction

Avoid re-closing a circulation that was re-opened during checkin because
it acquired a non-zero balance. This is typically caused by, for
example, voiding a lost item fee during checkin and/or generating
overdues for lost-then-found items.

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