[koha-commits] main Koha release repository branch master updated. v16.05.00-712-geaa11da

Git repo owner gitmaster at git.koha-community.org
Fri Sep 9 12:26:54 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, master has been updated
       via  eaa11da5624f308768c4eb2c7016b5cd32c35fb1 (commit)
      from  f31d3175b3f00dde49fced00e169cd2ea3cabcf5 (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 eaa11da5624f308768c4eb2c7016b5cd32c35fb1
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>

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

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