evergreen:tags/rel_2_3_7

Last commit made on 2013-05-16
Get this branch:
git clone -b tags/rel_2_3_7 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_3_7
Repository:
lp:evergreen

Recent commits

e042884... by Bill Erickson

Bumping version numbers, adding Upgrade Script and Changelog

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

37584a4... by Bill Erickson

Bumping OpenILS.pm VERSION to 2.0307

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

97e4cb9... by Bill Erickson

2.3.7 Translations Newpot

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

7f02b35... by Bill Erickson

2.3.7 Translations Import

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

7fd240b... by Dan Wells

stamping upgrade for field 264 reporter view

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

82f568b... by Ben Shum

LP1071505 - Add 264 RDA tag to reporter views

Some reports draw from reporter.materialized_simple_record table and these
were not made aware of the new 264 tag which contains publisher related
information.

Change the view for reporter.old_super_simple_record, which feeds into the
other reporter table.

The included upgrade SQL will update this view and then update the table using
the new view.

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

462034e... by Ben Shum

LP1071505 - Add 264 RDA tag to TPAC pubinfo display

Prior to this, TPAC only retrieved the 260 tag for publication info. Allow for
the possibility that the 264 tag might exist and contain relevant information.
Special note: the 264 tag must have a second indicator value of 1 to be meant
for publication statement.

Also, this only picks out the first 260 or 264 tags in any given bib record.

Approach inspired by Dan Scott's approach taken for finding edition statements.

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

9285aa2... by Mike Rylander

Correct subfield format for authority lookup

The Authority Control Set code expects the format of subfields
that it will be used to build a MARC.Field object to be of the
form: [[code,value],...] This commit makes that true.

Additionally, dojo.filter over a list of lists can cause the
nested array set to be flattened. So, instead, we loop directly.

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

e5a34ea... by Bill Erickson

Repair faulty MARC editor authority validation

Repair how the JS inspects the results of
open-ils.search.authority.simple_heading.from_xml.batch.atomic, which is
used to look up matches for authority validation. It returns a more
complex structure in the brave new world of authority control sets.

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

5796d8f... by Mike Rylander

Make sure the "running" indicator goes away

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