[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.06-131-g4420467

Git repo owner gitmaster at git.koha-community.org
Tue May 27 16:08:00 CEST 2014


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.14.x has been updated
       via  442046712bfdcf2285785ef500210342794a758e (commit)
       via  829ba8015f7161a097244b66a11765b0a666d0ff (commit)
       via  a8719d90aea65dc8fb6f8e0112d62a8e2782ab96 (commit)
      from  afa5643a743bb58d44b9a44f346ab0cb95732a60 (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 442046712bfdcf2285785ef500210342794a758e
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Tue May 27 16:33:29 2014 +0200

    Bug 11343: DBRev 3.14.06.003
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 829ba8015f7161a097244b66a11765b0a666d0ff
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Mar 10 19:17:49 2014 +0000

    Bug 11343: tweak wording of the syspref editor for MaxItemsForBatch
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 466cfd2b182bcd208ebffaf17cbcaae27eb5c50f)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit a8719d90aea65dc8fb6f8e0112d62a8e2782ab96
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Dec 5 15:30:42 2013 +0100

    Bug 11343: The max number of items to process in a batch is hardcoded
    
    Until now, the maximum number of item records to process in a batch was
    hardcoded to 1000.
    This patch adds a syspref MaxItemsForBatch in order to allow to adapt
    this value.
    
    Test plan:
    - set the pref to 2
    - try to delete a batch of 3 items: they are not displayed
    - try to modify a batch of 3 items: you are not allowed to do that
    - set the pref to 1000 and try again. Now items are displayed and you
      are allow to modify them.
    
    Signed-off-by: Christopher Brannon <cbrannon at cdalibrary.org>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 0e8f85a3b344ed1900c7b5523c1fb5aa264ab89e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    
    Conflicts:
    	installer/data/mysql/updatedatabase.pl

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

Summary of changes:
 installer/data/mysql/sysprefs.sql                             |    1 +
 installer/data/mysql/updatedatabase.pl                        |    9 +++++++++
 koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc       |    1 +
 .../prog/en/modules/admin/preferences/tools.pref              |    6 ++++++
 kohaversion.pl                                                |    2 +-
 tools/batchMod.pl                                             |    6 +++---
 6 files changed, 21 insertions(+), 4 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list