[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-786-g33054ce

Git repo owner gitmaster at git.koha-community.org
Mon Jul 8 17:30:17 CEST 2013


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  33054ce13afe8a0cb1cf5815bbfe3cd18cd8967d (commit)
      from  ca33b7fc635d93b3029831da7496372fb34c798f (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 33054ce13afe8a0cb1cf5815bbfe3cd18cd8967d
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Apr 26 16:18:05 2013 -0400

    Bug 5766 - Add configuration for excluding articles from DataTables sorting
    
    Client-side table sorting should exclude articles like "a," "an," and
    "the" when sorting by title. This patch adds a custom sorting plugin for
    use by DataTables and a configuration line to the DataTables string
    configuration file which can be translated for any language.
    
    As an example, this patch modifies the patron checkout history template
    to use the new sort on the title column.
    
    To test, apply the patch and clear your browser cache to ensure the
    revised JavaScript file is loaded. Sort the table by title. Titles
    should be sorted regardless of the presences of "a," "an", or "the" at
    the beginning of the title.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and is a good improvement.
    I have added German articles to the list for testing purposes
    and it worked nicely.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../prog/en/includes/datatables-strings.inc        |    1 +
 koha-tmpl/intranet-tmpl/prog/en/js/datatables.js   |   46 +++++++++++++++++++-
 .../prog/en/modules/members/readingrec.tt          |   15 ++++++-
 3 files changed, 60 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list