evergreen:tags/rel_2_0_8

Last commit made on 2011-08-08
Get this branch:
git clone -b tags/rel_2_0_8 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_0_8
Repository:
lp:evergreen

Recent commits

0902ead... by Mike Rylander

Add db upgrade script

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

1a4e310... by Mike Rylander

Bumping version numbers and ChangeLog

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

7b6b3d3... by Lebbeous Fogle-Weekley <email address hidden>

In a middle-layer method for returning holdable formats on a metarecord,

Do a better test of copy holdability than we were doing previously.
We can't do a perfect test: we don't really know what patron we're doing
this for, and even if we did, from here it's nontrivial to figure out
whether we're doing indb holds or script-based, much less run the tests.

Still, we can test whether a copy's in a holdable status, a holdable
location, and is itself not explicitly marked unholdable.

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

f19e78b... by Mike Rylander

Stamped upgrade script for ACQ_INVOICE_REOPEN permission addition

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

3c88bff... by Jason Stephenson

Upgrade script for LP818311 branch.

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

28e80cf... by Michael Peters

LP#818311: ACQ_INVOICE_REOPEN is missing

This patch adds the missing ACQ_INVOICE_REOPEN to the Acquisitions
Administrator user.

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

68c9a75... by Jason Etheridge <email address hidden>

mrpeters caught this; wrong variable fed to error dialog

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

7b30260... by Bill Erickson

Repaired copy private/public note vandelay bug

Previously, all copy notes imported through vandelay were coming in as
public copy notes.

Signed-off-by: Bill Erickson <email address hidden>
Signed-off-by: Lebbeous Fogle-Weekley <email address hidden>

f167eed... by Thomas Berezansky

Only update MARC on full entry of fixed fields

AKA:
Lang is 3 characters long. Entering 1 character would cause focus to leave.
MARC would also update incorrectly.

This only triggers the update when the full 3 characters are entered.

This not only prevents issues with catalogers editing multi-character fixed
fields but also makes it less likely they accidentally corrupt the records.

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

01ceacd... by Jason Etheridge <email address hidden>

lp#792595: Don't allow pre-cats into record buckets via Item Status -> Actions for Catalogers

Alerts with the number of pre-cat records skipped prior to invoking the title bucket dialog.

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