evergreen:tags/rel_2_4_0_RC

Last commit made on 2013-04-22
Get this branch:
git clone -b tags/rel_2_4_0_RC https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_4_0_RC
Repository:
lp:evergreen

Recent commits

3d54a7b... by Mike Rylander

Bumping version numbers, adding Upgrade Script and Changelog

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

4362604... by Mike Rylander

Version bump for OpenILS.pm

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

22940af... by Mike Rylander

Updated POT files; Fix Finnish translator markers

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

436cbf6... by Dan Scott <email address hidden>

Unbreak make install for apache config files

The new install process installs the Apache sample configs into the
DOCDIR for Evergreen, with the expectation that packagers will pick up
the examples from the doc directory and that users will eventually be
expected to copy them from there, rather than from the source tree.

However, currently the Apache 2.2 and 2.4 sample configs have the same
names, and that causes a conflict at "make install" time. Kudos to Jason
Stephenson for catching this. The temporary solution is to rename the
Apache 2.4 files to avoid the conflict; longer term, we need to teach
make install to only make & install the files that are pertinent to the
environment on which it was built (either Apache 2.2, or Apache 2.4).

Signed-off-by: Dan Scott <email address hidden>
Signed-off-by: Jason Stephenson <email address hidden>

b98fdee... by Mike Rylander

Updating PO files from LaunchPad

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

2f78b18... by Jason Stephenson

Fix version number in 0793.data.best-hold-order-traditional-approx.sql

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

d9332ad... by Jason Stephenson

Add missing [% in prefs_settings.tt2.

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

e39cf30... by Galen Charlton

LP#1162907: install RPC::XML as Evergreen dependency

RPC::XML used to be installed as part of installing
the OpenSRF deps, but since OpenSRF itself doesn't
use it, this belongs in Evergreen.

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

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

Repair too-timid hold targeter (it misses copies at other org units)

The patch to address bug 1162989 overreached. Whereas before that
patch, the hold targeter was wont to target copies with unholdable
statuses, after the patch the hold targeter got the statuses right but
undesirably filtered out copies whose circ_lib doesn't match the hold
pickup lib. This again probably stems from the differences between
FulfILLment's hold targeter and Evergreen's in the context of merging
the calculated proximity code.

This patch should resolve the issue.

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

d46585e... by Mike Rylander

Stamping best-hold-order update script

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