evergreen:tags/rel_2_0_12

Last commit made on 2012-06-13
Get this branch:
git clone -b tags/rel_2_0_12 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_0_12
Repository:
lp:evergreen

Recent commits

07bf560... by Jason Stephenson

Update the ChangeLog for 2.0.12 release.

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

91a4bad... by Jason Stephenson

Bump version numbers for 2.0.12 release.

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

54da44b... by Jason Stephenson

Add the 2.0.11-2.0.12 database upgrade script.

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

4bae1e1... by Lebbeous Fogle-Weekley <email address hidden>

For auth, give back the same stacktrace for all cases of LOGIN_FAILED

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

55d809f... by Lebbeous Fogle-Weekley <email address hidden>

Prevent login by deleted and barred users

An existing comment in the code suggested that we thought we were already
keeping barred users out. LP #1010671 brings up that deleted users were
not being kept out.

Signed-off-by: Lebbeous Fogle-Weekley <email address hidden>
Signed-off-by: Jason Stephenson <email address hidden>

1c18f45... by Jason Stephenson

Security fix for Launchpad Bug 1003052.

Bug reported by James Fournie:

Revoking the UPDATE_MARC permission doesn't actually seem to prevent a
user from editing a record. Our use case is that we would like a user
to create new records but not edit existing MARC records.

Changing CREATE_MARC to UPDATE_MARC in OpenILS::Application::Cat's
biblio_record_replace_marc() method seems to fix the problem.

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

462d657... by Jason Stephenson

Add the 2.0.10-2.0.11 upgrade script.

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

82a6258... by Dan Wells

Small fix to Holding Code wizard widget

The issuance editor has a wizard widget for the holding code field
which expected a 'grid' as an argument, but then referenced a global
'iss_grid' variable. This hurt reusability of this widget.

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

4f91bb2... by Dan Wells

Serial Control: Refresh node map on edit

While it would be nice to redraw any affected tree nodes when
editing, we should at least replace the map data in case it is
used in other functions.

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

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

Acq: General Search refactor

This is a combination of the following three commits from master:

3149433d354889fb
56121886c72b2d41
35fe5b9cbe10b132

The first two were meant for backport to rel_2_0 and rel_2_1 at the
time, but the backport wasn't done. They were buggy anyway, and now it
makes the most sense (I hope) to backport them together with the
corrective commit all at once.

Signed-off-by: Lebbeous Fogle-Weekley <email address hidden>
Signed-off-by: Jason Stephenson <email address hidden>