evergreen:tags/rel_2_3_9

Last commit made on 2013-07-17
Get this branch:
git clone -b tags/rel_2_3_9 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_3_9
Repository:
lp:evergreen

Recent commits

3db624e... by Mike Rylander

Explicit function ownership is not the job of upgrade scripts

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

Conflicts:
 Open-ILS/src/sql/Pg/version-upgrade/2.4.0-2.4.1-upgrade-db.sql

Conflict resolved by patching 2.3.8-2.3.9 instead.

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

9463eba... by Bill Erickson

Bumping version numbers, adding Upgrade Script and Changelog

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

1c721ed... by Bill Erickson

Bumping OpenILS VERSION to 2.0309

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

6142f64... by Bill Erickson

2.3.9 Translations Import

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

23aaa8d... by Mike Rylander

Stamping upgrade script for copy stats SP fix

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

52bd870... by Fredrick Parks

LP 1103706 Hold ratios in circ policies cause errors when trying to renew items

Changed the function action.copy_related_hold_stats to accept a bigint as the perameter instead of an integer.
Copy_related_hold_stats is only called by the function action.item_user_circ_test which trys to pass a bigint.

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

42c5458... by Mike Rylander

Stamping upgrade script for authority labeling fix

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

82dbea7... by Lebbeous Fogle-Weekley <email address hidden>

Authorities: 4XX fields have wrong names

In Evergreen we have authority fields defined in the database that
relate to control sets. These are used somewhere today (I'm fuzzy on
that at the moment; some places once had and may still have hardcoded
labels) but they also will be used by the bib and auth browser
that's not yet merged to master (see LP #1177810).

The 4XX tags among the set I'm talking about (in
authority.control_set_authority_fields) are mislabled, saying See Also
where they ought to say See From, e.g.
http://www.loc.gov/marc/authority/ad400.html

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

4423677... by Mike Rylander

Implement a concurrent-run cache for result rendering a la initial search queue compression

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

4e4589e... by Dan Wells

Capture and log AuthProxy logins with no account

The current AuthProxy.pm code assumes that if the external auth
passes, the Evergreen account will be there. This protects
against cases where a user is in the external auth system but
has no matching account in Evergreen.

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