[koha-commits] main Koha release repository branch master updated. v16.05.00-658-g1ebb3c3

Git repo owner gitmaster at git.koha-community.org
Thu Sep 8 13:38:03 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  1ebb3c386631359c5265a2bd31503c97bf2c4982 (commit)
       via  8814b79bd74d1967fc1d10368b3ae401719ccb80 (commit)
       via  6b1a9db08a9ecda1e62c11fcc1aada96933141e2 (commit)
       via  99fd6d31ce120a6c2d0c4c1399ef9d1140cc9d9a (commit)
       via  06628b95575c859edf21858ac0f043eed294e650 (commit)
       via  4fc3750f9a16d65d93fd24b9fbb93dc05b3a1824 (commit)
       via  b537ba198c7c8565db446b79153c6727b8864aef (commit)
       via  658f603511e119fbcfa3d2581c804d0a0edd985f (commit)
       via  55cdfd2da3fae609643a16d40af6905f867dead2 (commit)
       via  f75322070182ec67076137b80173523fd3215173 (commit)
       via  9d1dbb96cb751632b8959c99a51ab75031ed2294 (commit)
       via  ba9b55d5ca56231c887cc3d818071f72e390a8a7 (commit)
      from  514282d04c4494ca5eee02b18c775db74a6bbb91 (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 1ebb3c386631359c5265a2bd31503c97bf2c4982
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Sep 7 11:37:24 2016 -0300

    Bug 11921: (QA followup) Remove remaining unused var
    
    This patch removes an occurence of an unused var in Context.pm and
    also prevents a warning if memcached_servers is not set:
    
    Use of uninitialized value in split at /home/vagrant/kohaclone/Koha/Cache.pm line 91.
    
    t also tidies small things.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 8814b79bd74d1967fc1d10368b3ae401719ccb80
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Sep 6 15:20:28 2016 +0100

    Bug 11921: Fix logic in C4::Context->new to init the config
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 6b1a9db08a9ecda1e62c11fcc1aada96933141e2
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Sep 6 15:20:25 2016 +0100

    Bug 11921: C4::Context->memcached does no longer exist
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 99fd6d31ce120a6c2d0c4c1399ef9d1140cc9d9a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jun 23 06:33:23 2016 +0100

    Bug 11921: Update remaining occurrences of ->ismemcached
    
    TODO: Would be better to provide a better way to know if memcache is correctly set
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 06628b95575c859edf21858ac0f043eed294e650
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jun 23 05:12:39 2016 +0100

    Bug 11921: Restore memcached infos to koha-conf - Koha::Config
    
    Move C4::Context->read_config_file to Koha::Config
    That permits to reuse it from Koha::Cache without needing C4::Context
    (and introduce a circular deps).
    
    TODO: Add decent POD to Koha::Config
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 4fc3750f9a16d65d93fd24b9fbb93dc05b3a1824
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jun 22 16:53:32 2016 +0100

    Bug 11921: Restore memcached infos to koha-conf
    
    MEMCACHED_SERVERS and MEMCACHED_NAMESPACE should be moved back to
    koha-conf instead of an ENV var to let command line scripts use
    the cache mechanism.
    
    TODO:
    - Add the entries to koha-conf.xml
    - Remove occurrences of MEMCACHED_SERVERS in package, apache and plack files
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit b537ba198c7c8565db446b79153c6727b8864aef
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Sep 7 12:03:00 2016 +0100

    Bug 17189: Use Koha::Caches instead of Koha::Cache in Koha::MetaSearcher
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    https://bugs.koha-community.org/show_bug.cgi?id=11921
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 658f603511e119fbcfa3d2581c804d0a0edd985f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Sep 7 11:58:05 2016 +0100

    Bug 17189: Replace occurrences of 'use Koha::Cache'
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    https://bugs.koha-community.org/show_bug.cgi?id=11921
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 55cdfd2da3fae609643a16d40af6905f867dead2
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Sep 7 11:43:32 2016 +0100

    Bug 17189: Use delete to flush a L1 cache namespace
    
    Signed-off-by: Jacek Ablewicz <abl at biblos.pk.edu.pl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    https://bugs.koha-community.org/show_bug.cgi?id=11921
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit f75322070182ec67076137b80173523fd3215173
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jun 22 16:02:08 2016 +0100

    Bug 17189: Add the ability to define several memcached namespaces - replace existing occurrences
    
    s/Koha::Cache->get_instance/Koha::Caches->get_instance
    
    Signed-off-by: Jacek Ablewicz <abl at biblos.pk.edu.pl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    https://bugs.koha-community.org/show_bug.cgi?id=11921
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 9d1dbb96cb751632b8959c99a51ab75031ed2294
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jun 22 16:01:46 2016 +0100

    Bug 17189: Add the ability to define several memcached namespaces - Koha::Caches
    
    We need to define several namespaces for our cache system.
    For instance sysprefs, koha conf (koha-conf.xml) and unit tests
    should be defined in a separate namespace.
    This will permit to
    - launch the tests without interfering with other cache values
    - and flush the sysprefs cache without flushing all other values
    
    To do so, we need to store different Koha::Cache objects at a package
    level. That's why this patch adds a new Koha::Caches module.
    
    FIXME: There is an architecture problem here: the L1 cache should be
    defined in Koha::Cache
    
    Signed-off-by: Jacek Ablewicz <abl at biblos.pk.edu.pl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    https://bugs.koha-community.org/show_bug.cgi?id=11921
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit ba9b55d5ca56231c887cc3d818071f72e390a8a7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jun 22 16:10:23 2016 +0100

    Bug 17189: Add the ability to define several memcached namespaces - tests
    
    Signed-off-by: Jacek Ablewicz <abl at biblos.pk.edu.pl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    https://bugs.koha-community.org/show_bug.cgi?id=11921
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Auth.pm                                       |    6 +-
 C4/Biblio.pm                                     |    6 +-
 C4/Calendar.pm                                   |   16 +--
 C4/Context.pm                                    |  162 ++++------------------
 C4/External/OverDrive.pm                         |    4 +-
 C4/Items.pm                                      |    2 +-
 C4/Koha.pm                                       |    4 +-
 C4/Utils/DataTables/ColumnsSettings.pm           |    4 +-
 Koha/Cache.pm                                    |   67 ++++-----
 Koha/{Template/Plugin/ItemTypes.pm => Caches.pm} |   31 ++---
 Koha/Calendar.pm                                 |    6 +-
 Koha/Config.pm                                   |   71 ++++++++++
 Koha/MetaSearcher.pm                             |    5 +-
 Koha/Template/Plugin/Cache.pm                    |    2 +-
 admin/biblio_framework.pl                        |    4 +-
 admin/koha2marclinks.pl                          |    2 +-
 admin/marc_subfields_structure.pl                |    2 +-
 admin/marctagstructure.pl                        |    4 +-
 debian/templates/plack.psgi                      |    4 +-
 misc/plack/koha.psgi                             |    4 +-
 opac/svc/report                                  |    4 +-
 reports/guided_reports.pl                        |    3 +-
 svc/report                                       |    4 +-
 t/Cache.t                                        |   27 +++-
 t/Calendar.t                                     |    4 +-
 t/db_dependent/Filter_MARC_ViewPolicy.t          |    4 +-
 t/db_dependent/Items.t                           |    4 +-
 tools/newHolidays.pl                             |    4 +-
 28 files changed, 222 insertions(+), 238 deletions(-)
 copy Koha/{Template/Plugin/ItemTypes.pm => Caches.pm} (57%)
 create mode 100644 Koha/Config.pm


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list