evergreen:tags/rel_2_3_0_alpha2

Last commit made on 2012-07-18
Get this branch:
git clone -b tags/rel_2_3_0_alpha2 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_3_0_alpha2
Repository:
lp:evergreen

Recent commits

59e35ee... by Bill Erickson

Bumping version numbers, adding Upgrade Script and Changelog

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

288a86c... by Dan Scott

Add Journal Title search to stock TPAC filters

Academics need access to a quick and easy Journal Title search, this
gives it to them. Due to the requirement to combine search index + bib
level, we define a special search index that can then be acted upon
accordingly.

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

ca5bdf3... by Robert Soulliere

Documentation: Fix various issues causing errors during processing.

Signed-off-by: Robert Soulliere <email address hidden>

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

TPAC: Use % font size + bold to highlight login failure

Loved the idea to call more attention to login failures, but wanted to
try to stick to % for font sizes where possible. Testing suggested that
font-weight:bold and a little padding on top would help the display as
well.

Signed-off-by: Dan Scott <email address hidden>
Signed-off-by: Melissa Lefebvre <email address hidden>

e0e67c5... by Melissa Lefebvre

Tpac CSS: Login failure message

To draw attention to failed logins, the font size was increased
to 16px and the font color changed from black to red.

Signed-off-by: Melissa Lefebvre <email address hidden>
Signed-off-by: Dan Scott <email address hidden>

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

TPAC: Slightly more accessible user-visible account notes display

Rather than a table layout that resembles an unordered list, use a real
table with table header so that screen readers will know what to
associate each column with.

Also, move the table display into its own class so that we don't pick up
the uppercase transform, and move it out of the div box so that we can
use whatever screen real estate is given to us, rather than forcing
notes into the hard-coded 662px box.

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

b172700... by Bill Erickson

TPAC: show patron-visible notes in my-account

Notes display in the 'Account Summary' box on the first page of
my-account.

Signed-off-by: Bill Erickson <email address hidden>
Signed-off-by: Jason Stephenson <email address hidden>
Signed-off-by: Dan Scott <email address hidden>

e1348fb... by Dan Scott

TPAC: Physical description, now with spaces

Record details will regularly include physical descriptions like
"Physical Description: 1 sound disc :33 1/3 rpm, mono." where the colon
is jammed up against the content from the following subfield. Easily
fixed by using a space as the joiner for the subfields.

Signed-off-by: Dan Scott <email address hidden>
Signed-off-by: Michael Peters <email address hidden>

50de1a4... by Ben Shum

Move Prefix field ahead of Names in patron editor

In earlier versions of Evergreen (1.6 and earlier), the Prefix field
was used to enter title information, such as Mr., Mrs., etc. When the
field was eventually added to the newer patron registration screens
(2.0+), it was added before the patron's last name field. Ideally,
the prefix should be listed prior to the patron's first name instead.

In addition, address label issues by changing "Suffix/Title" back to
only "Suffix" and making "Prefix" into "Prefix/Title".

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

cde5d72... by Bill Erickson

Squelch uninitialized var warning from hold_copy_targeter

open-ils.storage_stderr.log was getting filled with entries like:

"Use of uninitialized value in concatenation (.) or string at
/usr/local/share/perl/5.10.1/OpenILS/Application/Storage/Publisher/action.pm"

... consuming disk space endlessly. Stop that!

(Stealing Lebbeous' footwork and providing a slightly different solution.)

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