[koha-commits] main Koha release repository branch master updated. v16.11.00-8-g2d769cd

Git repo owner gitmaster at git.koha-community.org
Tue Nov 29 18:46:00 CET 2016


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  2d769cd5081de0572f9b59e3dbcb99f309caf0a2 (commit)
       via  a329494f8926a6056433f9c8ba31322e363189bd (commit)
       via  ce87a89374b1016ced5cb15c189fdf6055599f56 (commit)
      from  6f4cbc8dad2b4c78768d38b033aa4dd89c28a7e6 (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 2d769cd5081de0572f9b59e3dbcb99f309caf0a2
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Thu Oct 13 11:05:00 2016 +0200

    Bug 14699: Reword "Select all/Clear all" and change their behaviour
    
    "Select all" -> "Select all visible rows"
    "Clear all" -> "Clear selection on visible rows"
    
    + fix the bug where the Delete link was visually enabled only if you
    checked a box in the first page (now every checkbox enable the link)
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit a329494f8926a6056433f9c8ba31322e363189bd
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Tue Sep 8 08:49:44 2015 +0200

    Bug 14699: Show number of selected searches in search history
    
    With the number displayed, it should remove the ambiguity about what
    "Select all" and "Clear all" do.
    The number is repeated in the "Delete" confirmation dialog.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit ce87a89374b1016ced5cb15c189fdf6055599f56
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Thu Aug 20 15:38:59 2015 +0200

    Bug 14699: Fix intranet search history issues due to pagination
    
    DataTables removes hidden rows from the DOM. Because of that, "Select
    all", "Clear all" and the form submission don't work correctly
    (basically they act only on the currently displayed page).
    
    This patch fixes just that.
    
    Test plan:
    1/ Go to your search history page
    2/ Make you sure you have at least 21 entries in your search history. If
    not, do some searches and come back here.
    3/ Click "Select all" and change page. The checkboxes on the new page
    should be checked.
    4/ Check some checkboxes on this new page and click "Clear all". Go back
    to the previous page, checkboxes shouldn't be checked.
    5/ Check some checkboxes on at least 2 different pages and click
    "Delete". All selected search history entries should be deleted.
    
    Followed test plan. Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/modules/catalogue/search-history.tt    |   94 ++++++++++++++------
 1 file changed, 69 insertions(+), 25 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list