[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.10-32-g284d5a1

Git repo owner gitmaster at git.koha-community.org
Fri Sep 16 10:40:05 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, 3.22.x has been updated
       via  284d5a16d75d768723c29b4ea757228221545200 (commit)
      from  ba9c98da975974b2051f6fcccb30fc17e5494097 (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 284d5a16d75d768723c29b4ea757228221545200
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Jul 26 10:23:43 2016 -0300

    Bug 16822: Make koha-common call koha-plack without --quiet
    
    This patch removes the --quiet option switch in koha-common.init so
    problem information is not hidden for sysadmin users.
    
    To test:
    
    - Have plack enabled for a koha instance:
      $ sudo koha-plack --enable kohadev
      $ sudo koha-plack --start  kohadev
    - Run:
      $ cd kohaclone
      $ debian/koha-common.init {start|stop|restart}
    => SUCCESS: No behaviour change
    - Disable the 'cgi' apache module:
      $ sudo a2dismod cgi
    - Run:
      $ debian/koha-common.init {start|stop|restart}
    => FAIL: No warning is shown
    - Apply the patch
    - Run:
      $ debian/koha-common.init {start|stop|restart}
    => SUCCESS: Warnings show up
    - Sign off :-D
    
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>
    Perfect thanks :)
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit eaa11da5624f308768c4eb2c7016b5cd32c35fb1)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 14cec5d6b9e680b30743f78dca87251d31df3c93)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 debian/koha-common.init |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list