[koha-commits] main Koha release repository branch master updated. v16.05.00-1302-gd041018

Git repo owner gitmaster at git.koha-community.org
Wed Nov 2 11:56:23 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  d041018394401a40cc541fd2ae1ea338b14da051 (commit)
       via  6197e5020d8f3b26f50a588191820f341d0fbba4 (commit)
       via  605abeb08aa73d366224e481ffb17c72d376979f (commit)
       via  0dfefe73f5961e59104dbde3a2d08ac585f57fac (commit)
       via  eedbb1b7ea4f9b89fbae70b3df7d503f6cce7ac2 (commit)
      from  e67c20260948ea974a828ec99a77b9840bbddec7 (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 d041018394401a40cc541fd2ae1ea338b14da051
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Sep 13 11:33:43 2016 -0300

    Bug 17261: (followup) Mention the need to start memcached before plack
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 6197e5020d8f3b26f50a588191820f341d0fbba4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Sep 8 10:04:13 2016 +0100

    Bug 17261: Memcached may not longer be running
    
    If plack is started with memcached, memcached will be considered as
    running, even if it has been stopped (or crashed).
    This case should be highlighted on the about page.
    Note that I am not sure about the consequences of this specific case!
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 605abeb08aa73d366224e481ffb17c72d376979f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Sep 8 09:24:00 2016 +0100

    Bug 17261: The default memcached namespace is "koha"
    
    If no namespace is defined in ENV or the config, "koha" is used as the
    default memcached namespace (See Koha::Cache->new)
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 0dfefe73f5961e59104dbde3a2d08ac585f57fac
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Sep 7 12:45:23 2016 -0300

    Bug 17261: (followup) Rebase against 17189 and 11921
    
    This patch adjusts the original one so it works on top of 17189
    and 11921. It adds an 'Effective caching method' text which can
    be useful, when memcached is not available.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit eedbb1b7ea4f9b89fbae70b3df7d503f6cce7ac2
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Sep 6 16:24:40 2016 -0300

    Bug 17261: Add memcached configuration info to about.pl
    
    This patch adds a row in the About > System information tab, showing
    the current configuration for memcached.
    
    To test:
    - Apply this patch, have memcached configured for the current instance (this is the
      default in kohadevbox)
    - Make sure you have the memcached server running:
      $ sudo service memcached start
    - Open the about page in the browser
    => SUCCESS: You get something like:
      Memcached:    Servers: 127.0.0.1:11211 | Namespace: koha_kohadev | Status: running
    - Stop the memcached server:
      $ sudo service memcached stop
    - Reload the about page
    => SUCCESS: You get something like
      Memcached:    Servers: 127.0.0.1:11211 | Namespace: koha_kohadev | Status: not running
    - Set both MEMCACHED_* variables in the apache config for intranet the empty string:
      $ sudo vim /etc/apache2/sites-enabled/kohadev.conf
    ..
       SetEnv MEMCACHED_SERVERS ""
        #"127.0.0.1:11211"
       SetEnv MEMCACHED_NAMESPACE ""
        #"koha_kohadev"
    ..
    - Restart apache:
      $ sudo service apache2 restart
    - Reload the about page
    => SUCCESS: You get something like:
      Memcached:  Servers: undefined| Namespace: undefined | Status: unknown
    - Sign off :-D
    
    Sponsored-by: ByWater Solutions
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 about.pl                                          |   19 +++++++++++++++++
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css |    8 +++++++
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt  |   23 +++++++++++++++++++++
 3 files changed, 50 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list