[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.00-7-gf9d481e

Git repo owner gitmaster at git.koha-community.org
Fri May 23 14:57:00 CEST 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.16.x has been updated
       via  f9d481e513e6d5794309517ff036ff1714130d7e (commit)
       via  07ad0dba705365b567e711504b90fac8ca578398 (commit)
      from  6ae855d725d5a64e833542d91dfa09c49f049b4a (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 f9d481e513e6d5794309517ff036ff1714130d7e
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu May 22 13:00:07 2014 +0200

    Bug 12023: (follow-up) fix redirect to step 3
    
    This patch fixes the redirection to step 3.
    
    If you go on installer/install.pl and Koha is already installed,
    you should be redirected to the step 3. Without this patch, the
    script raised an internal error (500).
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Robin Sheat <robin at catalyst.net.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 07ad0dba705365b567e711504b90fac8ca578398
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Wed Apr 2 17:20:08 2014 +1300

    Bug 12023 - move InstallAuth.pm to be in C4
    
    InstallAuth was in the installer directory, which meant that Plack was
    unable to find it, and so running the webinstaller would fail. This
    moves it into C4,
    
    Test plan:
    * Make sure the web installer runs under plack
    * Make sure the web installer runs under non-plack
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 {installer => C4}/InstallAuth.pm |    5 +----
 installer/install.pl             |    6 +++---
 2 files changed, 4 insertions(+), 7 deletions(-)
 rename {installer => C4}/InstallAuth.pm (99%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list