[koha-commits] main Koha release repository branch master updated. v16.05.00-1371-g72fea80

Git repo owner gitmaster at git.koha-community.org
Tue Nov 15 16:43:53 CET 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  72fea80a33bc9ea57335e6d8c00500439a38b1c4 (commit)
       via  7953beeffd03b3688283de641938c29958a4b1ea (commit)
       via  6edbd47a44823eb53ee7ebc3904cbd7ce796b19d (commit)
      from  36280356c1d4488fe42609357daea36e7dc023a1 (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 72fea80a33bc9ea57335e6d8c00500439a38b1c4
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Nov 15 12:32:53 2016 -0300

    Bug 17599: (QA followup) Perltidy really long lines
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 7953beeffd03b3688283de641938c29958a4b1ea
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Nov 15 12:27:33 2016 -0300

    Bug 17599: (QA followup) Remove userenv warning
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 6edbd47a44823eb53ee7ebc3904cbd7ce796b19d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 9 16:36:39 2016 +0000

    Bug 17599: Move C4::Circulation::GetIssuingRule to Koha::IssuingRules->get_effective_issuing_rule
    
    This is a POC, I have not tested it yet.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Circulation.pm                                  |  190 +++++++++-----------
 C4/Overdues.pm                                     |   30 ++--
 C4/Reserves.pm                                     |    5 +-
 Koha/Biblio.pm                                     |    7 +-
 Koha/IssuingRules.pm                               |   90 +++++++++-
 Koha/Item.pm                                       |    7 +-
 t/db_dependent/Circulation/Branch.t                |    1 -
 t/db_dependent/Circulation/GetHardDueDate.t        |   19 +-
 .../Circulation/IssuingRules/maxsuspensiondays.t   |   33 ++--
 t/db_dependent/Circulation/issue.t                 |    3 +-
 t/db_dependent/Reserves.t                          |   21 ++-
 11 files changed, 238 insertions(+), 168 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list