Bugzilla – Attachment 42431 Details for
Bug 13805
Installer does not work under Plack
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED OFF] Bug 13805: Disable syspref cache - Plack
SIGNED-OFF-Bug-13805-Disable-syspref-cache---Plack.patch (text/plain), 1.16 KB, created by
Tomás Cohen Arazi (tcohen)
on 2015-09-07 13:42:56 UTC
(
hide
)
Description:
[SIGNED OFF] Bug 13805: Disable syspref cache - Plack
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2015-09-07 13:42:56 UTC
Size:
1.16 KB
patch
obsolete
>From 4796ae881cc847eb9a3844d2bfc627e3aea526d4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 6 Mar 2015 14:42:38 +0100 >Subject: [PATCH] [SIGNED OFF] Bug 13805: Disable syspref cache - Plack > >When going to the installer (without the DB structure), you have to log >twice before starting the installation. > >Test plan: >0/ Create a new database and fill the database entry in the koha conf >with its name >1/ Go on the mainpage, you should be redirected to the installer >2/ Try to log in >Without this patch, you will get the login form again. >With this patch, you can start the installation > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > misc/plack/koha.psgi | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/misc/plack/koha.psgi b/misc/plack/koha.psgi >index b0cd20a..b8d72b0 100644 >--- a/misc/plack/koha.psgi >+++ b/misc/plack/koha.psgi >@@ -52,6 +52,8 @@ use C4::Tags; # FIXME > use Devel::Size 0.77; # 0.71 doesn't work for Koha > my $watch_capture_regex = '(C4|Koha)'; > >+C4::Context->disable_syspref_cache; >+ > sub watch_for_size { > my @watch = > map { s/^.*$watch_capture_regex/$1/; s/\//::/g; s/\.pm$//; $_ } # fix paths >-- >2.5.1
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 13805
:
36706
| 42431