evergreen:tags/rel_2_1_1

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

Branch merges

Branch information

Name:
tags/rel_2_1_1
Repository:
lp:evergreen

Recent commits

488ac1d... by Thomas Berezansky

Bumping version numbers, adding Upgrade Script and Changelog

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

f015e53... by Mike Rylander

Stamping upgrade script for copy visibility vs peer-bibs fix

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

fe1f83c... by Thomas Berezansky

Distinct cache_copy_visibility copy/record

Because if you peer bib a copy to the bib it is on things don't like you.

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

65f6e20... by Mike Rylander

Stamped upgrade for full circ count view fix

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

778ef89... by Thomas Berezansky

Use DISTINCT in counts to avoid dupes

Otherwise you get:
Legacy count + 2(normal count)(aged count)

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

ee338f4... by Dan Wells

Full Circ Count View Amplifies Legacy Circs

The current extend_reported.full_circ_count sums the legacy circ count
column, but this results in amplifying the count by the number of current
circs in the system. This commit adds the legacy count to the GROUP BY
instead of summing it.

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

77c1fa3... by Lebbeous Fogle-Weekley <email address hidden>

Fix a problem in the clear holds shelf list printer

This is a "special" interface that you get to via Admin -> For
Developers -> Local Administration in the staff client.

The addition features to one "side" of this hackish interface of label affix
and parts had caused breakage on the other "side." This fixes that.

Also improve document printing, making it less likely the progress
dialog itself gets printed.

One day this will be replaced with something better.

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

79b1f31... by Mike Rylander

Stamped upgrade for asset.merge_record_assets fix

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

d1192d9... by Jason Etheridge <email address hidden>

LP#849143 fix some gaps in bib record merging

Tweaks asset.merge_record_assets such that it considers acquisition line items and user requests, serial subscriptions, booking resource types, biblio monograph parts, and biblio peer bib copy maps. I'm not handling vandelay.queued_record.imported_as or any other vandelay tables, but we may wish to do that too. We're also leaving acq.acq_lineitem_history alone.

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

a934287... by Liam Whalen <email address hidden>

Aligned the MARC editor subfields to 'start' fixes long subfield display

When viewing a record in the MARC editor that has extremely long
entries in a subfield, the output would align in the center of the
subfield making the output hard to read. This patch adds an
align: 'start' option to both the subfield, and the subfield code
elements in the marcSubfield function to make the subfields align in a
 more readable manner.
Signed-off-by: Liam Whalen <email address hidden>
Signed-off-by: Mike Rylander <email address hidden>