evergreen:tags/rel_2_9_beta

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

Branch merges

Branch information

Name:
tags/rel_2_9_beta
Repository:
lp:evergreen

Recent commits

c6d7ced... by Jason Stephenson

Bumping version numbers, adding Upgrade Script and Changelog

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

3526253... by Jason Stephenson

2.9-beta release notes

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

66f55a2... by Jason Stephenson

bumping perl version string

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

5d10d37... by Jason Stephenson

Add webstaff translations

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

7031508... by Jason Stephenson

2.9-beta translation update

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

98f16b8... by Kathy Lussier

Release notes for 2.8.3 release

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

538a1a0... by Kathy Lussier

lp1198465 Release notes for Conditional Negative Balance branch

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

cb82733... by Jason Stephenson

Fix mis-stamping of 0940.schema.vlist_freq.sql.

I typed the wrong number in the upgrade script.

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

d0f1146... by Ben Shum

LP#1484650: Add webstaff as an i18n target

In order to begin the translation process for the new web client
development, we need to add a new translation target file.

Using tpac tt2 as an example, I have added a new "webstaff" target
that will include all the staff pages that have been created up till
now.

Signed-off-by: Ben Shum <email address hidden>
Signed-off-by: Jason Stephenson <email address hidden>

c8493ca... by Dan Pearl

LP# 1086934 - TPAC: Complete column sorting in some screens

(specifically holds, circs, and circs_history)

An earlier LP issue #1010277 concerned the halfway implementation of
the column sort facility, and was addressed at the time by ripping out any hint of
column sort capability, among other cleanup issues.

The sorting capability has now been implemented with the following functionality:
  * Clicking on the appropriate column heads now sorts the contents from
    "ascending" to "descending" to "no sort". (The "no sort" will restore the
    original list as presented to the patron.)

  * The sort indicator (an up or down arrow) is placed to the right
    of the column head, as appropriate.

  * The combined "Title/Author" column in the circ screens is now separated into two
    independently sortable columns (Title and Author).

  * Title sorting is done with the 'filing' characters (leading "the", "a",
    "an", and other langugage equivalents) removed. To clarify the
    behavior for the patron, the leading articles are rendered in
    a smaller font, so as to keep the main entry prominent. In
    addition to the filing characters removed for the sort, leading
    non-alphanumeric characters are ignored in the sort.

This commit only affects those screens and columns that suggested column sorting
capability.

Signed-off-by: Dan Pearl <email address hidden>
Signed-off-by: Kathy Lussier <email address hidden>
Signed-off-by: Ben Shum <email address hidden>

Conflicts:
 Open-ILS/src/templates/opac/parts/topnav.tt2

Conflicts:
 Open-ILS/src/templates/opac/css/style.css.tt2

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