LP# 1086934 - TPAC: Complete column sorting in some screens user/kmlussier/lp1086934-tpac-col-sort-rebase
authorDan Pearl <dpearl@cwmars.org>
Wed, 14 Nov 2012 17:14:11 +0000 (12:14 -0500)
committerKathy Lussier <klussier@masslnc.org>
Wed, 19 Aug 2015 17:44:33 +0000 (13:44 -0400)
commit4b46c36ef8e6c463d1a6226af1a0dcae9aea0c28
tree84733b403f635ea25ac7514a21a159216ba9bf10
parentc8dd43e9a3efd26e0439fee7f3d97dec248e970a
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 <dpearl@cwmars.org>
Conflicts:
Open-ILS/src/templates/opac/parts/topnav.tt2

Conflicts:
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/myopac/circ_history.tt2
Open-ILS/src/templates/opac/myopac/circs.tt2
Open-ILS/src/templates/opac/myopac/holds.tt2
Open-ILS/src/templates/opac/parts/misc_util.tt2
Open-ILS/src/templates/opac/parts/myopac/base.tt2
Open-ILS/src/templates/opac/parts/myopac/column_sort_support.tt2 [new file with mode: 0644]
Open-ILS/src/templates/opac/parts/topnav.tt2
docs/RELEASE_NOTES_NEXT/OPAC/column_sort.txt [new file with mode: 0644]