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 <tomasco...@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 <l...@catalyst.net.nz>
    Perfect thanks :)
    
    Signed-off-by: Marcel de Rooy <m.de.r...@rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <k...@bywatersolutions.com>
    (cherry picked from commit eaa11da5624f308768c4eb2c7016b5cd32c35fb1)
    Signed-off-by: Frédéric Demians <f.demi...@tamil.fr>
    (cherry picked from commit 14cec5d6b9e680b30743f78dca87251d31df3c93)
    Signed-off-by: Julian Maurice <julian.maur...@biblibre.com>

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

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


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to