[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.04-19-ge14557e

Git repo owner gitmaster at git.koha-community.org
Fri Oct 23 15:24:44 CEST 2015


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.20.x has been updated
       via  e14557ecd97aa46adb4739b0a5cc3e70b5023616 (commit)
       via  145ea9d1606db3e0397fac8f92f27d7645c3c821 (commit)
      from  1e029d82ac0d34a64d4bab37fd60c89f71d47a13 (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 e14557ecd97aa46adb4739b0a5cc3e70b5023616
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Oct 2 09:25:18 2015 +0200

    Bug 14940: Fix sorting in opac-topissues.pl
    
    There is hidden text in "Checkouts" cells that prevent DataTables to
    sort numerically.
    This patch adds the 'title-numeric' sort plugin and use it in
    opac-topissues.pl
    
    Column 'Checkouts' in Home > Most popular items sorts as expected
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 2f0e409f471fe4527defee41798a80b1e354ce3e)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 145ea9d1606db3e0397fac8f92f27d7645c3c821
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jul 14 16:44:37 2015 +0100

    Bug 14528: Inconsistency in permissions check when listing shelves
    
    The svc script needed borrowers when the shelves.pl needed catalogue.
    There is no sense to have different permissions here.
    
    Test plan:
    1/ Remove the borrowers permission to a user
    2/ Use this user to log in
    3/ Go on the shelf list
    4/ Without this patch, you should get an endless "Processing..." which
    is fixed if you apply it.
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 122d41816bde4e5111d51d4937c240f343ad253b)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 .../bootstrap/en/modules/opac-topissues.tt         |    4 +--
 koha-tmpl/opac-tmpl/bootstrap/js/datatables.js     |   26 ++++++++++++++++++++
 svc/virtualshelves/search                          |    2 +-
 3 files changed, 29 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list