[koha-commits] main Koha release repository branch master updated. v3.16.00-9-g62a061a

Git repo owner gitmaster at git.koha-community.org
Fri May 23 14:57:02 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, master has been updated
       via  62a061a15753c892b72b434ae8764044c9f1baed (commit)
       via  c2391b796bf9f519291f8597801dca2155ba250b (commit)
      from  3de4948bdad26dda9e8122054c87ad448352ebc8 (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 62a061a15753c892b72b434ae8764044c9f1baed
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 c2391b796bf9f519291f8597801dca2155ba250b
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