evergreen:tags/rel_1_6_0_9

Last commit made on 2010-11-05
Get this branch:
git clone -b tags/rel_1_6_0_9 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_1_6_0_9
Repository:
lp:evergreen

Recent commits

aeec22c... by miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>

updating ChangeLog

git-svn-id: svn://svn.open-ils.org/ILS/tags/rel_1_6_0_9@18614 dcc99617-32d9-48b4-a31d-7c20da2025e4

eba126c... by miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>

bumping version numbers

git-svn-id: svn://svn.open-ils.org/ILS/tags/rel_1_6_0_9@18613 dcc99617-32d9-48b4-a31d-7c20da2025e4

9baa711... by miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>

Tagging 1.6.0.9

git-svn-id: svn://svn.open-ils.org/ILS/tags/rel_1_6_0_9@18612 dcc99617-32d9-48b4-a31d-7c20da2025e4

57f9180... by gmc <gmc@dcc99617-32d9-48b4-a31d-7c20da2025e4>

adjust user tests that get done when retargeting holds

Fixes bug where a user having the maximum number of
active hold requests allowed to them by policy would
prevent items from being targeted to fill their requests.

Backport of r18507

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

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@18524 dcc99617-32d9-48b4-a31d-7c20da2025e4

1b3256d... by dbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>

Backport r18516: Ensure call numbers are returned to the holdings editor in ascending sorted order

James Fournie in https://bugs.launchpad.net/evergreen/+bug/635121 reported
that call numbers were being displayed in the order that they had been
added to the database, rather than in sorted call number label order.

Although I have been unable to reproduce this problem on two different
test systems, the patch he provided for 1.6.1 (which fixes the problem on their
test system) shouldn't hurt other systems.

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@18523 dcc99617-32d9-48b4-a31d-7c20da2025e4

7900914... by dbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>

Prevent ingest errors when asset.uri ID value outstrips asset.call_number

We were basing IDs in asset.uri on the max ID of asset.call_number,
which occasionally led to major ingest problems as attempts to insert
the next ID into asset.uri failed because that ID already existed. Using
the max ID from asset.uri for asset.uri inserts seems to make more sense
and does resolve that problem.

The bigger problem of not using the sequences that are already on these
tables to generate the IDs will not be an issue in 2.0, when we move to
in-database ingest and can use the normal lastval() approach to populate
asset.uri_call_number_map with the new values.

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@18484 dcc99617-32d9-48b4-a31d-7c20da2025e4

276ba86... by miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>

include more information in the debugging dump; correct the "back to index" link

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@18473 dcc99617-32d9-48b4-a31d-7c20da2025e4

9c93d0d... by miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>

Dump some debugging output from clark; may later make this optional, but we usually need it when looking for the cause of problems.

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@18461 dcc99617-32d9-48b4-a31d-7c20da2025e4

4537c21... by gmc <gmc@dcc99617-32d9-48b4-a31d-7c20da2025e4>

improve call number sorting

oils_text_as_bytea now does uppercasing in addition
to converting strings to bytea, working around
the limitation that json_query can't stack transforms

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

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@18439 dcc99617-32d9-48b4-a31d-7c20da2025e4

5d82233... by phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>

fix record result page in opac so that lack of an rt parameter works correctly

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@18405 dcc99617-32d9-48b4-a31d-7c20da2025e4