evergreen:tags/rel_2_5_5

Last commit made on 2014-05-29
Get this branch:
git clone -b tags/rel_2_5_5 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_5_5
Repository:
lp:evergreen

Recent commits

3e7e12f... by Dan Wells

Bumping version numbers, adding Upgrade Script and Changelog

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

5b0b14e... by Dan Wells

Bump OpenILS.pm version

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

b347e2b... 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>

9407725... by Dan Wells

Forward port 2.5.4 upgrade script

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

5dda372... by Galen Charlton

LP#1296937: move the $force_bc parameter of ->charged_items() to an implementation method

Argubably, the $force_bc parameter of OpenILS::SIP::Patron->charged_items()
method exists solely as an implementation convenience for the renew-all
code. Consequently, this patch removes the $force_bc parameter from the
public interface for charged_items() and spins it off into a new
implementation method.

This patch should be applied at the same time that a reversion of
SIPServer commit c97d64412bc is applied. Note that a user who upgrades
SIPServer without upgrading Evergreen to a version that contains this
patch will end up in a situation where the code that counts active
loans for the patron information response will fetch the loans using
$force_bc set to true; this works only by coincidence.

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

1aae891... by Bill Erickson

LP#1322303 cleanse backdate for checkin overdue voiding

Passing raw backdates, particularly from offline transactions, which
have a space between the date and time, to
DateTime::Format::ISO8601->parse_datetime results in "Invalid date
format:" errors. Pass the date through the cleanse routine first.

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

dd50cf4... by Josh Stompro <email address hidden>

(doc) 'debian-wheezy' was left out of the OS options

Just added 'debian-wheezy' to the OS options, it was left out by mistake.

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

6880376... by Josh Stompro <email address hidden>

(doc) add overdues to summary of the phone list feature

Added "or overdues" to the summary so it is clear that phonelist
handles both holds and overdues.

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

6145fdb... by Dan Wells

LP#1314920 Stamping upgrade script

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

15845af... by Jason Etheridge <email address hidden>

LP#1314920 change the desc for the org hiding setting

so that it references physical_loc instead of ol

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