Bugzilla – Attachment 141578 Details for
Bug 31729
Enable automatic filesystem refresh in Plack
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31729: Enable automatic filesystem refresh in Plack (2)
Bug-31729-Enable-automatic-filesystem-refresh-in-P.patch (text/plain), 795 bytes, created by
Mason James
on 2022-10-10 16:46:48 UTC
(
hide
)
Description:
Bug 31729: Enable automatic filesystem refresh in Plack (2)
Filename:
MIME Type:
Creator:
Mason James
Created:
2022-10-10 16:46:48 UTC
Size:
795 bytes
patch
obsolete
>From 544e07339702362bce7beb9ad48f95a6a1ca9d27 Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Tue, 11 Oct 2022 05:44:45 +1300 >Subject: [PATCH] Bug 31729: Enable automatic filesystem refresh in Plack (2) >Content-Type: text/plain; charset="utf-8" > >updating mojo psgi file too, (not sure how to test patch) >--- > app.psgi | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/app.psgi b/app.psgi >index 0824a3ebc6..7c6b3f6232 100644 >--- a/app.psgi >+++ b/app.psgi >@@ -57,6 +57,9 @@ builder { > enable '+Koha::Middleware::SetEnv'; > enable '+Koha::Middleware::RealIP'; > >+ # bz 31729, enable filesystem reload for dev plack >+ enable "Refresh", cooldown => 3 if ($ENV{DEV_INSTALL} ; >+ > sub { > my $env = shift; > $env->{'koha.app'}->($env); >-- >2.20.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 31729
:
141577
|
141578
|
141596
|
141597
|
141598
|
141714
|
141715
|
141716
|
142043
|
142044
|
142050
|
148600
|
148602
|
148603
|
148606
|
148612
|
148613
|
148720
|
154542
|
154601
|
154605
|
154676
|
154677