[koha-commits] main Koha release repository branch master updated. v3.14.00-551-g466cfd2

Git repo owner gitmaster at git.koha-community.org
Mon Mar 10 20:00:07 CET 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, master has been updated
       via  466cfd2b182bcd208ebffaf17cbcaae27eb5c50f (commit)
       via  c5aac4e769dd2212499802520e83a6f690806f01 (commit)
       via  0e8f85a3b344ed1900c7b5523c1fb5aa264ab89e (commit)
      from  706e1380f9c5ac3afc9e3b61efc1031e8ff68dcd (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 466cfd2b182bcd208ebffaf17cbcaae27eb5c50f
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>

commit c5aac4e769dd2212499802520e83a6f690806f01
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Mar 10 19:12:19 2014 +0000

    Bug 11343: DBRev 3.15.00.020
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 0e8f85a3b344ed1900c7b5523c1fb5aa264ab89e
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>

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

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