[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.07-4-gb7a1353

Git repo owner gitmaster at git.koha-community.org
Wed Feb 25 11:48:44 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.16.x has been updated
       via  b7a1353cfe918d2bbdd4ca96c29b252849fb61a8 (commit)
      from  a2dc1e4ecaadb0676b4da54745c6bc7e53cc68d6 (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 b7a1353cfe918d2bbdd4ca96c29b252849fb61a8
Author: Liz Rea <liz at catalyst.net.nz>
Date:   Tue Oct 7 09:35:19 2014 +1300

    Bug 12856: koha-disable fails without disabling site
    
    To test:
    Package up a branch with this patch
    install that package
    create a site - sudo koha-create --create-db testdisable
    enable a site - sudo koha-enable testdisable
    check it's enabled - sudo koha-list --enabled
    * it should show up
    disable a site - sudo koha-disable testdisable
    Do this for both debian squeeze/wheezy and ubuntu 12.04 and 14.04, if you can. I'd like to see a sign off from a debian (sq/wh)eez(e/y) or ubuntu 12 user, because I could only test reliably on ubuntu 14.04.
    * make sure apache restarts and no errors are produced
    check it's disabled - sudo koha-list --enabled
    * it should not show up
    check the site is still there - sudo koha-list
    * it should still be there
    check that the config file has the Include for disabling uncommented
    * the line Include /etc/koha/apache-shared-disable.conf should not have a # in front.
    Re-enable the site - sudo koha-enable testdisable
    * the line Include /etc/koha/apache-shared-disable.conf should have a # in front.
    
    And the final question - does the site work? All other functions unchanged?
    
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Works as expected. code reads better too.
    Edit: I added a missing space in one line.
    Signed-off-by: Mason James <mtj at kohaaloha.com>

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

Summary of changes:
 debian/scripts/koha-disable |   20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list