Bugzilla – Attachment 73701 Details for
Bug 18674
Show timezone for Perl and MySQL on the About Koha page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18674: Follow up on missing TZ SetEnv for plack
Bug-18674-Follow-up-on-missing-TZ-SetEnv-for-plack.patch (text/plain), 1000 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2018-04-05 14:38:06 UTC
(
hide
)
Description:
Bug 18674: Follow up on missing TZ SetEnv for plack
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-04-05 14:38:06 UTC
Size:
1000 bytes
patch
obsolete
>From 225924a380e35525cb46f64b1bc4b3a25a6167b9 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Mon, 2 Apr 2018 15:24:25 -0400 >Subject: [PATCH] Bug 18674: Follow up on missing TZ SetEnv for plack > >It should also be noted that > /etc/apache2/sites-enabled/{configuration file} >should also contain: > RequestHeader add X-Koha-SetEnv "TZ {timezone}" >Where {timezone} is the desired instance timezone. > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Middleware/SetEnv.pm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/Koha/Middleware/SetEnv.pm b/Koha/Middleware/SetEnv.pm >index 541040d..6807392 100644 >--- a/Koha/Middleware/SetEnv.pm >+++ b/Koha/Middleware/SetEnv.pm >@@ -68,7 +68,8 @@ my $allowed_setenvs = qr/^( > OVERRIDE_SYSPREF_NAMES | > OPAC_CSS_OVERRIDE | > OPAC_SEARCH_LIMIT | >- OPAC_LIMIT_OVERRIDE >+ OPAC_LIMIT_OVERRIDE | >+ TZ > )\ /x; > > sub call { >-- >2.1.4
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 18674
:
72214
|
73533
|
73534
|
73700
| 73701 |
73702
|
73720
|
74024
|
74026
|
74036