Bugzilla – Attachment 45000 Details for
Bug 14870
Delete C4/Dates.pm from System
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED OFF] Remove C4::Dates from plack.psgi and koha.psgi
SIGNED-OFF-Remove-C4Dates-from-plackpsgi-and-kohap.patch (text/plain), 1.50 KB, created by
Katrin Fischer
on 2015-11-19 13:54:12 UTC
(
hide
)
Description:
[SIGNED OFF] Remove C4::Dates from plack.psgi and koha.psgi
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-11-19 13:54:12 UTC
Size:
1.50 KB
patch
obsolete
>From f76a4faff6b7ab8227b5368dd5c0a55e3981144c Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >Date: Sat, 7 Nov 2015 21:43:56 -0600 >Subject: [PATCH] [SIGNED OFF] Remove C4::Dates from plack.psgi and koha.psgi > >Remove C4::Dates from .psgi files from preloaded modules, placing >Koha::DateUtils instead > >http://bugs.koha-community.org/show_bug.cgi?id=14870 >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > debian/templates/plack.psgi | 2 +- > misc/plack/koha.psgi | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/debian/templates/plack.psgi b/debian/templates/plack.psgi >index 6da039f..9f40d5f 100644 >--- a/debian/templates/plack.psgi >+++ b/debian/templates/plack.psgi >@@ -29,13 +29,13 @@ use Plack::App::URLMap; > use C4::Boolean; > use C4::Branch; > use C4::Category; >-use C4::Dates; > use C4::Koha; > use C4::Languages; > use C4::Letters; > use C4::Members; > use C4::XSLT; > use Koha::Database; >+use Koha::DateUtils; > > use CGI qw(-utf8 ); # we will loose -utf8 under plack, otherwise > { >diff --git a/misc/plack/koha.psgi b/misc/plack/koha.psgi >index b8d72b0..2415640 100644 >--- a/misc/plack/koha.psgi >+++ b/misc/plack/koha.psgi >@@ -38,13 +38,13 @@ $ENV{PROFILE_PER_PAGE} = 1; # reset persistent and profile counters after each p > use C4::Context; > use C4::Languages; > use C4::Members; >-use C4::Dates; > use C4::Boolean; > use C4::Letters; > use C4::Koha; > use C4::XSLT; > use C4::Branch; > use C4::Category; >+use Koha::DateUtils; > =for preload > use C4::Tags; # FIXME > =cut >-- >1.9.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 14870
:
44595
|
44612
|
44613
|
44623
|
44625
|
44626
|
44943
|
44944
|
44954
|
44997
|
44998
|
44999
|
45000
|
45001
|
45002
|
45003
|
45004
|
45005
|
45006
|
45007
|
45008
|
45009
|
45010
|
45011
|
45012
|
45013
|
45014
|
45015