[koha-commits] main Koha release repository branch master updated. v19.11.00-510-g644ed8860a

Git repo owner gitmaster at git.koha-community.org
Wed Jan 29 12:58:32 CET 2020


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  644ed8860aea4b1297d978700c2966a93e10628a (commit)
       via  930fedd46282bc46027332f4986f3baaee72b4ad (commit)
       via  c35b997c939f2953ee4803de90701493fdbc71b6 (commit)
      from  c2650f577cf78e5c9ae685925876fcff752a5737 (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 644ed8860aea4b1297d978700c2966a93e10628a
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Jan 29 11:27:51 2020 +0000

    Bug 23493: (follow-up) Disable rowGroup on due date sort
    
    When sorting by due date you are much more likely to want the true date
    sorting without forcing a primary sort on the grouping column. This
    patch achieves that by removing the primary sort on checkout date and
    disable rowGrouping in such a case.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 930fedd46282bc46027332f4986f3baaee72b4ad
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Jan 28 17:18:44 2020 +0000

    Bug 23493: (follow-up) Switch to aDataSort for multi-column sorting
    
    This patch adds aDataSort configurations for each sortable column such
    that we always maintain the group sorting primarily and apply a
    secondary sort using the column in question.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c35b997c939f2953ee4803de90701493fdbc71b6
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Aug 23 10:52:11 2019 +0100

    Bug 23493: Replace rowGrouping with rowGroup
    
    This patch replaces the unmaintained third party rowGrouping datatables
    plugin with the supported core rowGroup replacement.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 .../plugins/jquery.dataTables.rowGrouping.js       | 690 ---------------------
 .../plugins/rowGroup/dataTables.rowGroup.min.js    |  25 +
 .../stylesheets/rowGroup.dataTables.min.css        |   1 +
 .../prog/en/modules/circ/circulation.tt            |   3 +-
 .../prog/en/modules/members/moremember.tt          |   3 +-
 koha-tmpl/intranet-tmpl/prog/js/checkouts.js       |  74 ++-
 6 files changed, 73 insertions(+), 723 deletions(-)
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.dataTables.rowGrouping.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/jquery/plugins/rowGroup/dataTables.rowGroup.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/jquery/plugins/rowGroup/stylesheets/rowGroup.dataTables.min.css


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list