[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.03-15-gbab0e73

Git repo owner gitmaster at git.koha-community.org
Tue Sep 23 22:30:11 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, 3.16.x has been updated
       via  bab0e735885155b8466ff65febbaf3cc49320f73 (commit)
      from  362c42e91836409d4051fbc9f618b35e2a423831 (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 bab0e735885155b8466ff65febbaf3cc49320f73
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Sep 10 08:56:24 2014 -0400

    Bug 12899: Row grouping in checkouts table is alphabetical and depends on translation
    
    The sort order of the "today's checkouts" and "previous checkouts" row
    groupings depends on the label, so in English "today's checkouts" comes
    first. However, in other languages the reverse alphabetical order is
    incorrect resulting in "previous checkouts" coming first.
    
    This patch adds a dummy column with numeric data on which the sorting
    can be done. This should make it translation-agnostic.
    
    To test, apply the patch and install or update a translation which will
    demostrate the problem (sv-SE for instance).
    
    - Clear your browser cache and switch to the English templates.
    - Check out some items to a patron who has checkouts from a previous
      day.
    - Confirm that the sorting of the "today's checkouts" and "previous
      checkouts" row groups is correct.
    - Switch to the new/updated translation and reload the circulation page
      for that patron. Confirm that the sort remains correct.
    - Confirm that the checkouts table looks correct and that other features
      (sorting, checkboxes) still work correctly.
    
    Revision: Corrected the table footer include to correct the colspan
    error causing column misalignment.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../prog/en/includes/checkouts-table-footer.inc            |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js            |   12 +++++++++++-
 .../intranet-tmpl/prog/en/modules/circ/circulation.tt      |    1 +
 3 files changed, 13 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list