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  118bff64be868df02b3a2363b3ad72cfcca0d8a6 (commit)
       via  75a217e672647dd26c14540a7ed0ee1df35532e8 (commit)
       via  7aacc32db8e760f25965f29206ce14f8488c57bd (commit)
      from  649956b216aa21fee70a75d2f9f9f0ac213415d0 (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 118bff64be868df02b3a2363b3ad72cfcca0d8a6
Author: Marcel de Rooy <m.de.r...@rijksmuseum.nl>
Date:   Wed Jul 27 16:00:43 2016 +0200

    Bug 16769: [QA Follow-up] Remove unsupported deepcopy parameter
    
    Routine C4/Koha/GetAuthorisedValues adds deepcopy => 1 to the options of
    set_in_cache. This makes no sense (anymore?). Is not supported or passed
    further. So better remove it.
    
    Test plan:
    Run t/db_dependent/Koha.t (with Test::Deep available to minimize confusion)
    
    Signed-off-by: Marcel de Rooy <m.de.r...@rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <n...@bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher <bren...@bywatersolutions.com>

commit 75a217e672647dd26c14540a7ed0ee1df35532e8
Author: Marcel de Rooy <m.de.r...@rijksmuseum.nl>
Date:   Wed Jul 27 16:04:51 2016 +0200

    Bug 16769: [QA Follow-up] Still found an occurrence
    
    Script svc/report did contain one old-style call.
    
    Signed-off-by: Marcel de Rooy <m.de.r...@rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <n...@bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher <bren...@bywatersolutions.com>

commit 7aacc32db8e760f25965f29206ce14f8488c57bd
Author: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>
Date:   Sat Jun 18 15:01:51 2016 +0100

    Bug 16769: Uniformise calls to Koha::Cache->set_in_cache
    
    From the POD of Koha::Cache->set_in_cache:
     # This is a bit of a hack to support the old API in case things still use 
it
    
    Let's remove this hack and update old calls.
    
    Test plan:
    Look at the results of
      git grep set_in_cache
    and confirm that there are no more version of the old call (without
    hashref as third param)
    
    Signed-off-by: Marcel de Rooy <m.de.r...@rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <n...@bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher <bren...@bywatersolutions.com>

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

Summary of changes:
 C4/Koha.pm           |    2 +-
 Koha/Cache.pm        |   11 +++--------
 Koha/Calendar.pm     |    2 +-
 Koha/MetaSearcher.pm |    2 +-
 svc/report           |    2 +-
 t/Cache.t            |    6 +++---
 6 files changed, 10 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to