[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-99-g10d9c71

Git repo owner gitmaster at git.koha-community.org
Wed Aug 17 14:58:31 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, 3.22.x has been updated
       via  10d9c7101274d2a303281eeee1b59d9f9e6b892f (commit)
       via  e3175a4f28673fdc0ad333f0b638215d4a583560 (commit)
       via  970629b23acb46f8746ee2464158dbb8df7504d1 (commit)
      from  797d32f0193787b7afcb28fefaabd24422613162 (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 10d9c7101274d2a303281eeee1b59d9f9e6b892f
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Fri Jun 24 11:53:02 2016 +0000

    Bug 11490: Update DB rev (3.22.09.003)
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit e3175a4f28673fdc0ad333f0b638215d4a583560
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed May 11 14:10:49 2016 +0100

    Bug 11490: Split MaxItemsForBatch into 2 prefs to clarify things
    
    Prior to this patch, a single pref (MaxItemsForBatch) was used to
    restrict the use of the batch item modification and deletion.
    
    On the batch modification tool, the pref is used to limit the number of
    items a librarian is allowed to modify in a batch, but on the batch
    deletion tool the pref is used to limit the number of items to display.
    
    To clarify things, this patch split the pref into 2 new prefs:
    MaxItemsToDisplayForBatchDel and MaxItemsToProcessForBatchMod.
    
    Later we could add a MaxItemsToProcessForBatchDel if needed.
    Note that this patch should not introduce any changes in the current behaviors.
    
    Test plan:
    0/ Do not execute the update DB entry
    1/ Set a value != 1000 for MaxItemsForBatch
    2/ Execute the update DB entry and confirm that the 2 new prefs are
    initially set with the value of MaxItemsForBatch and that
    MaxItemsForBatch has been deleted
    3/ Set different values for these 2 prefs (2 and 3 for instance to ease
    the next steps)
    4/ Try to delete less than MaxItemsToDisplayForBatchDel items
    => You must see the items details
    5/ Try to delete more than MaxItemsToDisplayForBatchDel items
    => You must not see the items details but are allowed to delete them
    6/ Try to modify less than MaxItemsToProcessForBatchMod items
    => You must see the items details
    7/ Try to modify more than MaxItemsToProcessForBatchMod items
    => You must be restricted and not allowed to process
    
    Signed-off-by: Laurence Rault <laurence.rault at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 6b2c55ecdd7ad128c7ec923e70b13b1f287c7d00)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit bb5adfa7f959d80dd079b058ec67f0d3fc276d09)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 970629b23acb46f8746ee2464158dbb8df7504d1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed May 11 14:10:41 2016 +0100

    Bug 11490: Add prefs MaxItemsToProcessForBatchMod and MaxItemsToDisplayForBatchDel
    
    Signed-off-by: Laurence Rault <laurence.rault at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 20f42350488ccd2795af3863ab1954d22b92eeae)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 3e37c9db1760137bfc8a575590125c7d1b6aefa4)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 Koha.pm                                             |    2 +-
 installer/data/mysql/sysprefs.sql                   |    3 ++-
 installer/data/mysql/updatedatabase.pl              |   19 +++++++++++++++++++
 .../prog/en/modules/admin/preferences/tools.pref    |   11 ++++++++---
 .../prog/en/modules/tools/batchMod-edit.tt          |    3 ++-
 tools/batchMod.pl                                   |    9 ++++++---
 6 files changed, 38 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list