Bugzilla – Attachment 194618 Details for
Bug 41991
Suspend a plugin method or specific plugin class (per process or vhost)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41991: Allow SetEnv to work with SUSPEND_PLUGIN
Bug-41991-Allow-SetEnv-to-work-with-SUSPENDPLUGIN.patch (text/plain), 814 bytes, created by
Marcel de Rooy
on 2026-03-06 08:08:32 UTC
(
hide
)
Description:
Bug 41991: Allow SetEnv to work with SUSPEND_PLUGIN
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2026-03-06 08:08:32 UTC
Size:
814 bytes
patch
obsolete
>From 2cade95f80c4314764b4ecb48fe63c5f0045d128 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 6 Mar 2026 08:58:42 +0100 >Subject: [PATCH] Bug 41991: Allow SetEnv to work with SUSPEND_PLUGIN >Content-Type: text/plain; charset=utf-8 > >We need to add this to our Middleware module. > >Test plan: >See next patch. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > Koha/Middleware/SetEnv.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Middleware/SetEnv.pm b/Koha/Middleware/SetEnv.pm >index 3cba947f84..ff98ce322c 100644 >--- a/Koha/Middleware/SetEnv.pm >+++ b/Koha/Middleware/SetEnv.pm >@@ -70,6 +70,7 @@ my $allowed_setenvs = qr/^( > OPAC_CSS_OVERRIDE | > OPAC_SEARCH_LIMIT | > OPAC_LIMIT_OVERRIDE | >+ SUSPEND_PLUGIN_(\w+) | > TZ > )\ /x; > >-- >2.39.5
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 41991
:
194514
|
194515
|
194516
| 194618 |
194619
|
194620