evergreen:tags/rel_2_5_4

Last commit made on 2014-04-17
Get this branch:
git clone -b tags/rel_2_5_4 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_5_4
Repository:
lp:evergreen

Recent commits

b1d3fcc... by Dan Wells

Bumping version numbers, adding Upgrade Script and Changelog

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

78a42d8... by Dan Wells

Changes to smooth out make_release

1) Make the fake 'HeadURL' into a URL which works with our web repo.
Note that this has 'tags/' hardcoded in, so it only works with true
release branches (e.g. rel_x_y_z) not "working" branches
(e.g. rel_x_y).

2) Change range selector when building log to better exclude commits
from previous releases.

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

7fe71b6... by Dan Wells

Bump OpenILS.pm version

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

da68fe5... by Dan Wells

Rejigger 2.4.3-2.5.0 upgrade bits

As reported in LP#1261355, Postgres fails in some cases when changing
constraints on existing data inside a transaction. This may or may not
fix the actual problem, but it at least tidies up these changes, and
will make it much cleaner to move outside the transaction if needed.

Signed-off-by: Dan Wells <email address hidden>
Signed-off-by: Remington Steed <email address hidden>

3521740... by Dan Wells

Forward-port 2.5.2-2.5.3 upgrade script

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

11f6126... by Dan Wells

Tweak 0877 upgrade file for 2.5

The 0877 upgrade file for 2.6 lacked in parsimony because it assumed
it would generally run as part of the 2.6.0 upgrade, and that required
a full reingest anyway.

Credit for this "quick" version goes to Mike Rylander.

Signed-off-by: Dan Wells <email address hidden>
Signed-off-by: Remington Steed <email address hidden>

3c7b20f... by Ben Shum

LP#1259665 Stamping upgrade for 800t search and facets

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

1351a3d... by Dan Wells

LP#1259665 Split series browse config from search

When we added browse support in 2.5, we took extra care to ensure that
our series browse entries would sort and display reliably.

800t does not specify non-filing characters, so it was excluded from
browse. Unfortunately, since browse and search had a single root
config, this removed 800t from search as well.

While we may want to reconsider expanding later on, this commit takes
a conservative approach, and uses all series values for search and
facets, but only entries with a usable filing indicator will be
extracted for browse. It accomplishes this by splitting the series
config in two, one config for search/faceting, and a second config
dedicated to browse (similar to what was done for title).

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

bbcd9e5... by Jeff Godin

Add alert in user editor for method errors

Add an alert() in the user editor so that method errors are not
silent.

Without this, a method error (such as when saving a patron fails at
the db level) is silent. Better to at least inform the user that
something is amiss.

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

d49038c... by Bill Erickson

LP#1115599: Ignore canceled lineitems during batch cancel

Continue ignoring already-canceled lineitems during batch cancel so that
a) no unnecessary calls are made and b) staff can be alerted when no
viable lineitems were selected for the requested action.

Signed-off-by: Bill Erickson <email address hidden>
Signed-off-by: Kathy Lussier <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>