[koha-commits] main Koha release repository branch master updated. v3.14.00-690-g612b33a

Git repo owner gitmaster at git.koha-community.org
Wed Apr 9 01:26:12 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  612b33ae69adbed63e55c91f7314f6c2888f6d71 (commit)
      from  f08153775f3ed210b219a3498395fa98a481d820 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 612b33ae69adbed63e55c91f7314f6c2888f6d71
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Feb 7 14:06:50 2014 -0500

    Bug 11711 - Use new DataTables include in circ templates
    
    Bug 10649 introduced a new include file for adding DataTables-related
    JavaScript assets. This patch adds use of this include file to all
    circ-related pages which use DataTables.
    
    Apply the patch and test the following pages to confirm that table
    sorting works correctly:
    
    - Circulation
      - The UseTablesortForCirc system preference must be enabled.
      - Check out to a patron with existing checkouts. Choose a patron who
        is a guarantor to another patron with checkouts in order to test the
        relatives' checkouts table.
      - The checkouts and relatives' checkouts tables have been modified to
        exclude articles when sorting of titles.
    
    - Hold ratios - The title column has been configured to exclude articles
      from sorting
    
    - Transfer to receive
    
    - Holds queue
      - The title column has been configured to exclude articles when
        sorting
      - The date column has been modified to use the title-string filter for
        sorting. An unformatted date is now passed from C4::HoldsQueue.pm to
        the template, where the KohaDates filter is used for formatting.
        Sorting is based on the unformatted date.
    
    - Holds awaiting pickup
      - The "available since" column has been configured for sorting on an
        unformatted date. waitingreserves.pl now passes the unformatted
        date to the template, and formatting is done using the KohaDates
        filter.
      - The title column has been configured to exclude articles when
        sorting.
    
    Edit: Rebased on current master following commit of Bug 11605
    Signed-off-by: A. Sassmannshausen <alex.sassmannshausen at ptfs-europe.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

-----------------------------------------------------------------------

Summary of changes:
 C4/HoldsQueue.pm                                   |    1 -
 circ/waitingreserves.pl                            |    2 +-
 .../prog/en/modules/circ/circulation.tt            |    8 +++-----
 .../prog/en/modules/circ/reserveratios.tt          |    7 +++----
 .../prog/en/modules/circ/transferstoreceive.tt     |    6 ++----
 .../prog/en/modules/circ/view_holdsqueue.tt        |   20 +++++++++-----------
 .../prog/en/modules/circ/waitingreserves.tt        |   14 ++++++++------
 7 files changed, 26 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list