[koha-commits] main Koha release repository branch master updated. v3.14.00-638-gac82cbb

Git repo owner gitmaster at git.koha-community.org
Wed Mar 26 20:08:49 CET 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  ac82cbb3dc79b00f2a73bfce1b8a57c2f8e9e202 (commit)
      from  06026a7e297c8537c7a4a7cb9c7720b482f26eba (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 ac82cbb3dc79b00f2a73bfce1b8a57c2f8e9e202
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Feb 10 14:51:27 2014 -0500

    Bug 11738: Use new DataTables include in batch patron modification template
    
    Bug 10649 introduced a new include file for adding DataTables-related
    JavaScript assets. This patch adds use of this include file to the
    batch patron modification template.
    
    This patch modifies the template so that date columns are sorted using
    the "title-string" filter, based on the unformatted date. The DataTables
    configuration has also been modified to account for varying structure
    based on the page state.
    
    Other minor edits: Corrected capitalization.
    
    To test, go Tools -> Batch patron modification and submit a list of
    patrons for modification. The resulting page should be correctly sorted.
    Date columns should sort correctly for all dateformat system pref
    settings.
    
    Test with extended patron attributes enabled. Test adding and removing
    varying numbers of attributes to patrons in your batch.
    
    Submit a change to multiple borrowers. The results page should also be
    sorted correctly.
    
    Revision: Corrected error caused by the variable number of columns in
    the table corresponding to varying numbers of patron attributes.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script, works as described.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../prog/en/modules/tools/modborrowers.tt          |   32 ++++++++++++--------
 1 file changed, 19 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list