[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.03-3-gdbf96d4

Git repo owner gitmaster at git.koha-community.org
Tue Sep 22 03:09:14 CEST 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.20.x has been updated
       via  dbf96d4f40b6074194c0504e349fe4a7031466d4 (commit)
       via  65390187ee340573c1239e54440e832f572d0a19 (commit)
      from  9a8c3cb61c324ff90b2ab017dc42845b34cdc6c5 (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 dbf96d4f40b6074194c0504e349fe4a7031466d4
Author: Aleisha <aleishaamohia at hotmail.com>
Date:   Mon Aug 3 02:23:29 2015 +0000

    Bug 14634: Warns when placing hold on record with no items
    
    To test:
    
    1) Create a new record in Cataloguing
    2) When done, instead of adding an item to the record, click on the Holds tab in the left nav
    3) Notice warns
    4) Apply patch and refresh page
    5) Click on Holds tab again
    6) Notice warns are gone and page still works
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Warns disappear; note that the display of the error message is still ugly.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 4bb888281dec7de676fc6546746a88835a822c62)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 65390187ee340573c1239e54440e832f572d0a19
Author: Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no>
Date:   Mon Jun 8 11:12:03 2015 +0200

    Bug 14361: koha-restart-zebra fails and probably breaks upgrade
    
    This patch fixes the koha-restart-zebra and koha-stop-zebra scripts
    by adding pidfiles folder to the test is_zebra_running.
    It also adds pidfiles to the test is_indexer_running so that
    koha-rebuild-zebra will work properly.
    
    Test plan:
    1) check if zebrasrv is running, get pid of zebrasrv
       ps ax | grep zebrasrv
    2) In my case, there was also a warning on the about.pl page on a fresh
       install: Error message from Zebra: 1011 (bad credentials)
    3) try to restart zebra
       koha-restart-zebra instancename
       You will get a msg :
       Zebra does not appear to have been running for instancename
       Starting Zebra server for instancename
    4) check again if zebrasrv is running
        ps ax | grep zebrasrv
       and see that pid has not changed, thus it is not restarted
    5) Apply patch
    6) repeat 4) and watch now how pid has changed
       If there was a warning on about.pl it should now be gone
    
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Good catch Benjamin! It works as expected with the patch.
    
    (cherry picked from commit e09e7152b6af1f2cb3d2e78eff317cdf77cbf5f2)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 debian/scripts/koha-functions.sh |    2 ++
 reserve/request.pl               |    1 +
 2 files changed, 3 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list