[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.05-60-ge279cd0

Git repo owner gitmaster at git.koha-community.org
Tue Nov 6 15:01:02 CET 2018


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, 18.05.x has been updated
       via  e279cd0d3ac42ce054b3390003b9f0e8334f127d (commit)
       via  3d751067b771051e160e8d834fe346276ec93e12 (commit)
      from  44e01fc3ca245ba2a3aefc408b9f155a66a5f289 (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 e279cd0d3ac42ce054b3390003b9f0e8334f127d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 22 16:51:25 2018 -0300

    Bug 21562: Fix sort by checkout date in the circulation table
    
    The sort is done in SQL but resort by DataTables when displaying the
    results.
    iDataSort should be used to mimick date_due sort behavior.
    
    Test plan:
    - Check some items out
    - Modify the checkout and due dates, like:
        2018-10-22
        2018-01-23
        2018-05-27
    - Sort by checkout date, then due date. The sort should be correct for
    all values of the DateFormat syspref
    
    Followed test plan, patch works as described and passes QA test tool
    
    Signed-off-by: Alex Buckley <alexbuckley at catalyst.net.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit f32ee27deb7abe531ad5e5db5242f7243e3baa8d)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 3d751067b771051e160e8d834fe346276ec93e12
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 22 17:02:51 2018 -0300

    Bug 21629: Use cn_sort instead of itemcallnumber when displaying a list
    
    DBMS can sort callnumbers correctly using cn_sort. We should use it
    showing a list's content.
    
    Test plan:
    - Add items with callnumber to a list
    - Display the list
    - List the content by callnumbers
    => Confirm that the records are correctly sorted by callnumber
    
    Signed-off-by: Myka Kennedy Stephens <mkstephens at lancasterseminary.edu>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 20cba0d2956de5b1ff38b4a5f4b0f620204930e0)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/js/checkouts.js |   20 +++++++++++++++++---
 opac/opac-shelves.pl                         |    2 +-
 virtualshelves/shelves.pl                    |    2 +-
 3 files changed, 19 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list