evergreen:tags/rel_2_3_10

Last commit made on 2013-08-21
Get this branch:
git clone -b tags/rel_2_3_10 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_3_10
Repository:
lp:evergreen

Recent commits

5e855b5... by Bill Erickson

Copying 2.3.8-2.3.9 SQL upgrade script

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

319911d... by Bill Erickson

Bumping version numbers, adding Upgrade Script and Changelog

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

9d563a8... by Bill Erickson

Bumping OpenILS VERSION to 2.0310

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

189a620... by Bill Erickson

2.3.10 translations import

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

0aa91b7... by Lebbeous Fogle-Weekley <email address hidden>

Acq general search: improve searching for negative comparisons

This aims to address Launchpad bug #1031535. I think the bug only
really shows up when searches involve invoices either as the core type
or with filter fields. If a search doesn't involve invoices, the
problematic joins aren't present.

Could use more testing though. Seems to make the problem go away, and
other basic searches seem to work, but I certainly haven't tested
everything.

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

fa7b834... by Ben Shum

Stamping upgrade script for dewey sort fix

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

c024726... by Jason Etheridge <email address hidden>

LP#1150939 fix dewey sort

There's a bit in the code where it tries to pad the first digit group,
if it's the only digit group, but it assumed the digit group was the
first token.

Signed-off-by: Jason Etheridge <email address hidden>
Signed-off-by: Ben Shum <email address hidden>

85ca009... by Chris Sharp

LP1208572 - Fixes for reporter.classic_item_list

This view was created before the extend_reporter schema and the reporter.
materialized_simple_record existed. Rewriting the view definition to include
those.

Signed-off-by: Chris Sharp <email address hidden>
Signed-off-by: Ben Shum <email address hidden>

f844bfc... by Lebbeous Fogle-Weekley <email address hidden>

DB numbering for patron duplication check depth setting

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

Conflicts:
 Open-ILS/src/sql/Pg/002.schema.config.sql

a7017eb... by Lebbeous Fogle-Weekley <email address hidden>

Adjust Kyle Tomita's patron dupe check fix to use the depth concept

Addressing these comments:
https://bugs.launchpad.net/evergreen/+bug/1185524/comments/3

And also renaming the OU setting to better peer with similar settings
affecting staff client (not OPAC) patron registration.

Signed-off-by: Lebbeous Fogle-Weekley <email address hidden>
Signed-off-by: Chris Sharp <email address hidden>