evergreen:tags/rel_2_3_0

Last commit made on 2012-09-19
Get this branch:
git clone -b tags/rel_2_3_0 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_3_0
Repository:
lp:evergreen

Recent commits

b9a480e... by Bill Erickson

Bumping version numbers, adding Upgrade Script and Changelog

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

6c7dea2... by Thomas Berezansky

Default notify by text receipt replaces to blank

So that when the option is disabled we don't leave behind things like
%notify_by_text% and %notify_by_text_msg%.

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

90282ec... by Dan Scott <email address hidden>

TPAC: Results - don't show the pubdate if we're showing full pubinfo

In the "show few details" mode, we show just the pubdate; in the "show
full details" mode, we're showing the full pubinfo and therefore do not
need to show the stubby pubdate.

Signed-off-by: Dan Scott <email address hidden>
Signed-off-by: Ben Shum <email address hidden>

a259f3e... by Dan Scott <email address hidden>

TPAC: Display full publication info

In both the results table and record summary, we were failing to display
the place of publication - which is critical information for people
trying to track down the right edition or constructing a bibliography.

Grab the place of publication, and then reconstruct 260abc (avoiding
another XPath iteration and giving ourselves the ability to enhance the
schema.org microdata at the same time).

Signed-off-by: Dan Scott <email address hidden>
Signed-off-by: Ben Shum <email address hidden>

030b126... by Thomas Berezansky

Enable 1-hit redirect for item barcode searches

Signed-off-by: Thomas Berezansky <email address hidden>
Signed-off-by: Jason Stephenson <email address hidden>
Signed-off-by: Bill Erickson <email address hidden>

d3cdd1b... by Bill Erickson

Protect against fleshed circ_lib in legacy check_age_protect

Retrieving org settings with an org unit object as the context org unit
results in errors and dying.

This affects legacy scripts only.

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

0bc6db4... by Kathy Lussier

Various additions to the 2.3 release notes.

Signed-off-by: Kathy Lussier <email address hidden>
Signed-off-by: Dan Scott <email address hidden>

2a901f7... by Ben Shum

Hide Print Page button on Simplified Pull List

On the Simplified Pull List interface, there is a button for "Print Page"
that shows up in the upper right corner. The suggestion is to hide that
button to avoid library staff printing just what's visible instead of using
the proper "Print Pull List" button that's actually on the page.

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

5eab979... by Dan Scott <email address hidden>

TPAC: Escape single quotes in MFHD record location

If an MFHD record contains an 852 field with a subfield containing a
single quote, the unescaped single quote is introduced directly into the
value of the JavaScript hash that uses single quotes as delimiters -
thereby generating a JS exception and preventing the staff client from
properly populating the MFHD Editor menu.

This commit escapes incoming single quotes from the MFHD location field
to prevent that from happening. The other fields in the JS hash are
numeric and therefore should not need escaping.

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

3410af3... by Lebbeous Fogle-Weekley <email address hidden>

Revert "Bug #1044721: QP handles explicit group+joiner badly"

This reverts commit b77bb9943009b81042b4ef1a6ac33ec9e3e96dd7.

Unfortunately this had side effects that escaped our manual testing
processes. Especially with facets as reported by Ben Shum.

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