[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.03-37-g4454376

Git repo owner gitmaster at git.koha-community.org
Tue Feb 18 09:40:59 CET 2014


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.14.x has been updated
       via  445437658d9f0281d6af9c424ff55859bcd1313b (commit)
      from  16e8985a9abe94a27ff0873edb84c6838900b4a5 (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 445437658d9f0281d6af9c424ff55859bcd1313b
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Tue Nov 19 16:19:12 2013 +1300

    Bug 10646 - warn if mod_rewrite is not enabled
    
    Koha requires mod_rewrite. If it's not enabled in Apache, then
    koha-create will now abort with a helpful error message. Also adds a
    warning when not run as root to avoid confusing errors.
    
    Test plan:
     * apply the patch
     * a2dismod rewrite
     * run koha-create without sudo, note the error about being root
     * run koha-create with sudo, note the error about rewrite
     * a2enmod rewrute
     * repeat test above, note that it works
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Works as expected.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit e4387c1de9738cf19eb4d78b620b92a03fe1b131)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 debian/scripts/koha-create |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list