[koha-commits] main Koha release repository branch master updated. v3.22.00-1086-g9658085

Git repo owner gitmaster at git.koha-community.org
Fri Apr 1 21:54:12 CEST 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  9658085d1eafae6fe7f51fb1b39452fbb6f9bf4d (commit)
       via  f99cc395f51e0c25ed2903626b86e24226146cbc (commit)
       via  b11d2f43f98848a9f444418273c85ae736888a25 (commit)
       via  621742d4c6c9f3b8ea526ddde14fa5b46ae42721 (commit)
       via  7f9d5b27aef81bdbb1f0dd26faa0f498a6d6c2eb (commit)
      from  7a3c9951bb0daac178220a97f1a1d373c6036619 (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 9658085d1eafae6fe7f51fb1b39452fbb6f9bf4d
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Mar 31 15:53:31 2016 +0000

     Bug 10612: (QA followup)
    
    Rename not_borrowered_since to not_borrowed_since
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit f99cc395f51e0c25ed2903626b86e24226146cbc
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Mar 30 21:06:49 2016 +0000

     Bug 10612 - Unit tests
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit b11d2f43f98848a9f444418273c85ae736888a25
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon Mar 28 22:31:37 2016 +0200

     Bug 10612: Follow-up - correcting icon to be Font Awesome
    
    - check print icon on the patron list summary page is correct
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 621742d4c6c9f3b8ea526ddde14fa5b46ae42721
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Mar 9 11:48:39 2016 -0500

     Bug 10612 [Follow-up] Combine and clarify menu items
    
    This follow-up patch for Bug 10612 moves all list operations into one
    menu while (hopefully) clarifying the labels for each.
    
    Also in this patch: Changed datatables sorting configuration to use the
    "nosort" attribute.
    
    To test, apply the patch and go to Tools -> Patron lists.
    
    - On a patron list with no patrons, confirm that the "Actions"
      menu lists "Add patrons," "Edit list," and "Delete list."
    - On a patron list containing one or more patrons, confirm that the
      "Actions" menu /also/ has these options: "Print patron cards," "Batch
      edit patrons," and "Batch delete patrons."
    - Confirm that the "actions" column is not sortable.
    - Test logging in as a user who has various combinations of permission
      to batch edit and batch delete.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 7f9d5b27aef81bdbb1f0dd26faa0f498a6d6c2eb
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Jun 11 08:11:48 2014 -0400

     Bug 10612 - Add ability to delete patrons with batch patron deletion tool
    
    This patch adds the ability to select a patron list for deletetion
    when using the Batch patron deletion/anonymization tool. It also adds
    buttons to the the patron lists table to access both the batch deletion
    and batch modification directly from the lists view.
    
    This is a squash of previous patches but now adds a patron_list_id
    parameter to C4::Members::GetBorrowersToExpunge and uses that routine to
    fetch patrons from a list.
    
    Test Plan:
    1) Apply this patch
    2) Create a list of patrons with the new Patron Lists feature
    3) Try using the batch edit link form the lists table
    4) Try using the batch delete link from the lists table
    5) Verify previous functionality has not changed
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Patron batches are correctly passed to the edit and delete pages.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 C4/Members.pm                                      |   31 +++--
 .../prog/en/modules/patron_lists/lists.tt          |   29 ++++-
 .../prog/en/modules/tools/cleanborrowers.tt        |   29 +++--
 misc/cronjobs/delete_patrons.pl                    |    2 +-
 t/db_dependent/Members.t                           |  130 +++++++++++++++++++-
 tools/cleanborrowers.pl                            |   81 +++++++-----
 6 files changed, 242 insertions(+), 60 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list