evergreen:tags/rel_2_0_alpha4

Last commit made on 2010-10-04
Get this branch:
git clone -b tags/rel_2_0_alpha4 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_0_alpha4
Repository:
lp:evergreen

Recent commits

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

version number bump

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

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

Tagging 2.0-alpha4

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

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

Backport r18141 from trunk: Allow caller to ignore selected facet classes; ignore identifier class by default

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

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

Backport r18140 from trunk: moved the cache clear to later in the firing to pick up data; fixed some typos/thinkos

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

0d7983c... by scottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>

Incorporate upgrade scripts 0423 and 0424

M Open-ILS/src/sql/Pg/1.6.1-2.0-upgrade-db.sql

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

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

Backporting r18136 from trunk: configurable chunking of the holds stream to avoid the xulrunner "I forgot the chunked stream" problem

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

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

Backportin r181323 and r18133 from trunk: Massive search core-query speed improvement.

 * Only compile the tsquery once
 * Use direct ids instead of going back to the db udring a queyr
 * Change a remaining CASE to COALESCE/NULLIF

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

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

Backporting r18123 from trunk: Implement a process-local cache for event target fleshing -- particularly helpful with large event groups

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

ae10009... by senator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>

Backport r18130 from trunk

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

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

Set due times for durations measured in days to 23:59:59 after inserts OR updates

The existing trigger acted only on the initial insert of a circulation
transaction for duration intervals perfectly divisible by 24 hours.
If updates to those due dates were subsequently issued, then the due
time would revert to 00:00:00 - which could cause surprising overdue
fines to be generated on the due date, rather than after the due date.

This commit makes the trigger take effect on both INSERT and UPDATE
to the action.circulation table.

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