[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.04-73-gdc170fcafe

Git repo owner gitmaster at git.koha-community.org
Tue Oct 20 19:30:56 CEST 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, 20.05.x has been updated
       via  dc170fcafe2afb130b4117a195b78014a8675c96 (commit)
       via  1bcc96876b75770adb7e05d5c26c0d372068b739 (commit)
       via  05baa8845ed1c0330c6b6d088ce435dd013ef727 (commit)
      from  2e71e8373dcf977a0a7b5ffd55b0bf6ceac6b83e (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 dc170fcafe2afb130b4117a195b78014a8675c96
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sat Aug 1 00:37:32 2020 +0000

    Bug 26120: Remove the use of jquery.checkboxes plugin from tags review template
    
    This patch removes the use of the jquery.checkboxes plugin and improves
    the handling of tag status markup so that the "Select all pending"
    selection link works correctly.
    
    To test, apply the patch and go to Tools -> Tags. To test properly you
    should have multiple tags awaiting moderation.
    
     - The initial view of tags moderation shows only tags awaiting
        moderation. Test that the "select all," "clear all," and "Select all
        pending" links work correctly.
     - Click the "Approve" button for a tag, and the "Reject" button for
       another tag.
     - Test the "Select all pending" link again. Only the tags awaiting
       moderation should be selected.
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 99befa42c80eddec6e49aa1a86b77e74f529f0bd)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 1bcc96876b75770adb7e05d5c26c0d372068b739
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Aug 5 17:27:58 2020 +0000

    Bug 26151: Remove the use of jquery.checkboxes plugin from suggestions management page
    
    This patch removes the use of the jquery.checkboxes plugin from the
    suggestions management page and replaces it with custom JS.
    
    To test, apply the patch and go to Acquisitions -> Suggestions
    
    Under each tab ("Accepted," "Pending," etc.), test that the "Check all"
    and "Uncheck all" controls work correctly and only affect the table on
    that tab.
    
    Signed-off-by: Brandon J <brandon.jimenez at inLibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit f0275e6677891be3467dbfa34340665ed97605ec)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 05baa8845ed1c0330c6b6d088ce435dd013ef727
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Sep 21 19:16:14 2020 +0000

    Bug 26504: Remove the use of jquery.checkboxes plugin from checkout notes page
    
    This patch removes the inclusion of the jquery.checkboxes plugin from
    the checkout notes page. It is unused.
    
    To test, apply the patch and confirm that the AllowCheckoutNotes system
    preference is enabled.
    
    - Go to Circulation -> Checkout notes.
    - Confirm that the "Select all" and "Clear all" links work correctly.
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 8620d1ec4b99a6182d59ebe889504b4b87e991a8)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/modules/circ/checkout-notes.tt         |  1 -
 .../prog/en/modules/suggestion/suggestion.tt       | 12 +++----
 .../intranet-tmpl/prog/en/modules/tags/review.tt   | 26 ++++++++++-----
 .../intranet-tmpl/prog/js/pages/tags-review.js     | 38 +++++++++++++++-------
 4 files changed, 50 insertions(+), 27 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list