[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.04-15-g6f53ce5

Git repo owner gitmaster at git.koha-community.org
Thu Mar 12 08:01:08 CET 2015


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, 3.18.x has been updated
       via  6f53ce5347a15db3f230cedc0c12516d57b298f5 (commit)
       via  20a6edb882acf6cc2e6940eb5b1ee8ba680dbafb (commit)
      from  f233b546e1a98e9fcb45a00712759c3568aed089 (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 6f53ce5347a15db3f230cedc0c12516d57b298f5
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Tue Feb 24 10:54:57 2015 -0300

    Bug 13753: koha-indexer contains invalid statement
    
    An incorrect conditional makes the indexer daemon fail to load.
    
    To test:
    - Enable the indexer daemon on packages [1]
    - Restart koha-common:
      $ service koha-common restart
    - Run
      $ ps waux | grep koha-indexer
    => FAIL: there's no reference to the rebuild_zebra.pl script
      (line should look like *rebuild_zebra.pl -daemon*)
       Run ps -ef | grep rebuild_zebra.pl too to make sure.
    - Apply the patch, repeat the steps
    => SUCCESS: the rebuild_zebra.pl script is ran
    - Sign off :-D
    
    Thanks
    
    Sponsored-by: Universidad Nacional de Cordoba
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit b1ef4123bf80522fbab97e4ac7e4648a4122d6e9)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 20a6edb882acf6cc2e6940eb5b1ee8ba680dbafb
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Feb 17 06:23:35 2015 -0500

    Bug 13473 - Plugins fail
    
    When trying to execute or configure the plugin on 3.18 I got:
    
    Template process failed: file error - doc-head-open.inc: not found at
    /usr/share/koha/lib/C4/Templates.pm line 129.
    
    Test Plan:
    1) Install the Kitchen Sink plugin
    2) Go to the configuration page of the plugin
    3) Note the template processing error
    4) Apply this patch
    5) Refresh the page
    6) Note the page now loads
    
    Signed-off-by: Nick <nick at quecheelibrary.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 003993d547a98a3b1e085058b96aecd318ece036)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Templates.pm             |    4 ++++
 debian/scripts/koha-indexer |    2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list