Bugzilla – Attachment 26734 Details for
Bug 12023
Web installer fails under plack
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12023 - move InstallAuth.pm to be in C4
Bug-12023---move-InstallAuthpm-to-be-in-C4.patch (text/plain), 1.35 KB, created by
Robin Sheat
on 2014-04-02 04:22:33 UTC
(
hide
)
Description:
Bug 12023 - move InstallAuth.pm to be in C4
Filename:
MIME Type:
Creator:
Robin Sheat
Created:
2014-04-02 04:22:33 UTC
Size:
1.35 KB
patch
obsolete
>From 9b5d7ee947a500453d95f456c5e06435acf4c567 Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Wed, 2 Apr 2014 17:20:08 +1300 >Subject: [PATCH] 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 >--- > {installer => C4}/InstallAuth.pm | 5 +---- > installer/install.pl | 2 +- > 2 files changed, 2 insertions(+), 5 deletions(-) > rename {installer => C4}/InstallAuth.pm (99%) > >diff --git a/installer/InstallAuth.pm b/C4/InstallAuth.pm >similarity index 99% >rename from installer/InstallAuth.pm >rename to C4/InstallAuth.pm >index 0015a14..5f0d51d 100644 >--- a/installer/InstallAuth.pm >+++ b/C4/InstallAuth.pm >@@ -1,7 +1,4 @@ >-# -*- tab-width: 8 -*- >-# NOTE: This file uses 8-character tabs; do not change the tab size! >- >-package InstallAuth; >+package C4::InstallAuth; > > # Copyright 2000-2002 Katipo Communications > # >diff --git a/installer/install.pl b/installer/install.pl >index c9c1361..e2ee372 100755 >--- a/installer/install.pl >+++ b/installer/install.pl >@@ -4,7 +4,7 @@ use strict; > use warnings; > use diagnostics; > >-use InstallAuth; >+use C4::InstallAuth; > use CGI; > use IPC::Cmd; > >-- >1.8.3.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 12023
:
26734
|
28411
|
28421
|
28422
|
28452