[koha-commits] main Koha release repository branch master updated. v16.05.00-1109-g8b570a8

Git repo owner gitmaster at git.koha-community.org
Fri Oct 21 19:29:13 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  8b570a880803241a2a87a4f99b5098da681e5c7e (commit)
       via  42cd23ceb908fa23dc49dc228d1b54e5b50c3d15 (commit)
       via  ed2c2213a72f56236a189deba48ca8fa96acb333 (commit)
       via  3a73010d094019a389165fecfdf511428302d765 (commit)
      from  8ebffcdb106d46c9f8b1877a086407ecfb1cbae1 (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 8b570a880803241a2a87a4f99b5098da681e5c7e
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Oct 21 17:28:42 2016 +0000

    Bug 15131 - DBRev 16.06.00.035
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 42cd23ceb908fa23dc49dc228d1b54e5b50c3d15
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Sep 28 13:37:05 2016 +0100

    Bug 15131: Add AllowItemsOnHoldCheckoutSCO to UsageStats
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit ed2c2213a72f56236a189deba48ca8fa96acb333
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Jul 11 12:57:29 2016 -0300

    Bug 15131: Make SCO use the new syspref.
    
    This patch just makes SCO use the new syspref (AllowItemsOnHoldCheckoutSCO)
    instead of the old one, thus making it configurable, separate from the
    non-SCO syspref.
    
    Sponsored-by: NEKLS
    
    Signed-off-by: George <george at nekls.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 3a73010d094019a389165fecfdf511428302d765
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Jul 11 12:47:49 2016 -0300

    Bug 15131: Instroduce AllowItemsOnHoldCheckoutSCO syspref
    
    This patch introduces a new syspref AllowItemsOnHoldCheckoutSCO, so the current
    AllowItemsOnHoldCheckout syspref can be decoupled for the SCO module, giving
    the library more flexibility.
    
    During upgrade, it gets its value from the original AllowItemsOnHoldCheckout syspref.
    
    Sponsored-by: NEKLS
    
    Signed-off-by: George <george at nekls.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/UsageStats.pm                                        |    1 +
 Koha.pm                                                 |    2 +-
 installer/data/mysql/sysprefs.sql                       |    1 +
 installer/data/mysql/updatedatabase.pl                  |   11 +++++++++++
 .../prog/en/modules/admin/preferences/circulation.pref  |    6 ++++++
 opac/sco/sco-main.pl                                    |    7 +++----
 t/db_dependent/UsageStats.t                             |   15 +++++++++++++--
 7 files changed, 36 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list