evergreen:tags/rel_2_3_6

Last commit made on 2013-04-16
Get this branch:
git clone -b tags/rel_2_3_6 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_3_6
Repository:
lp:evergreen

Recent commits

6bbb368... by Bill Erickson

Bumping version numbers, adding Upgrade Script and Changelog

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

05df9a8... by Bill Erickson

2.3.5 Translations Import

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

7eaaa8d... by Bill Erickson

Setting OpenILS.pm VERSION 2.0306

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

42fd82c... by Dan Scott <email address hidden>

Prevent compiler warning about unused numtype var

There was a dangling variable left around that was making noise in the
compiler. Credit to Jeff Godin for the heads-up.

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

29304fa... by Mike Rylander

Address SQL injection vulnerability in SQL ORM layer

If the user-supplied value and the db column are both numbers
(jsonObject->type == JSON_NUMBER, get_primitive(field) == "number") then
don't quote. Otherwise, quote.

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

432cab0... by Bill Erickson

TPAC bucket item retrieval operates in streaming mode

TPAC bucket item retreive fleshes bib records with large blobs of MARC
data. When a bucket contains a few thousand items, the size of the
data passed around in atomic retreival mode will exceed the typical jabber
max stanza size and result in a failure. Retrieve the records in
streaming mode instead.

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

47da46d... by Lebbeous Fogle-Weekley <email address hidden>

Repair an issue in search filter group UI about filtering on owner OU

What was intended to be a filter against filter groups' owner field was
instead turned into a filter on filter group ID.

Signed-off-by: Lebbeous Fogle-Weekley <email address hidden>
Signed-off-by: Mike Rylander <email address hidden>

7c3f5e6... by Mike Rylander

stamping upgrade script for authority validation fix

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

2874304... by Steve Callender

Avoid problems when auth recs are missing the 901c

Fixed the authority.normalize_heading function to better handle
INT's when there is no 901 present. Now we look for the best-fit
control set instead of throwing a db-level error.

Signed-off-by: Steven Callender <email address hidden>
Signed-off-by: Mike Rylander <email address hidden>

7810347... by Bill Erickson

LP 1160522 2.3 tpac search modifier query append

Append search modifiers (e.g. limit to available) to the end of the
tpac search query to avoid SQL generation issues with 2.3 series
query parser.

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