[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-828-g057297e

Git repo owner gitmaster at git.koha-community.org
Wed Jul 17 17:19:45 CEST 2013


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  057297e2bf0686e8272bff6d2b488fe928a7a2ad (commit)
       via  835f745b55c47ccc7087950419b68d036b908cc2 (commit)
      from  81431fdc8654e95e9fea37c4de880e9cf6126b26 (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 057297e2bf0686e8272bff6d2b488fe928a7a2ad
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Jul 17 15:27:50 2013 +0000

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

commit 835f745b55c47ccc7087950419b68d036b908cc2
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Feb 11 08:27:05 2013 -0500

    Bug 9576: can now control whether max loans limit can be overriden
    
    Adds a new system preference AllowTooManyOverride to control whether
    a librarian can override the 'Too many checked out' message which is
    currently always overridable.
    
    Test Plan:
    1) Apply patch
    2) Run updatedatabase.pl
    3) Attempt to check out 1 more item to a patron than the max issues
    4) You should be allowed to override by default ( current behavior )
    5) Set AllowTooManyOverride to "Don't allow"
    6) Repeat step 3
    7) You should be blocked from being able to issue the item
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    
    The new system preference is activated by default, which mean there
    will be no change in behaviour on update.
    
    The system preference is correctly added to the database and .pref
    files.
    
    Test plan and QA script passes.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Circulation.pm                                  |   12 +++++++++---
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |    8 +++++++-
 .../en/modules/admin/preferences/circulation.pref  |    6 ++++++
 .../prog/en/modules/circ/circulation.tt            |    4 ++++
 kohaversion.pl                                     |    2 +-
 6 files changed, 28 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list