Bugzilla – Attachment 10307 Details for
Bug 8255
Local cover images should be cacheable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8255: allow local cover images to be cached
Bug-8255-allow-local-cover-images-to-be-cached.patch (text/plain), 1.22 KB, created by
Jared Camins-Esakov
on 2012-06-15 17:55:14 UTC
(
hide
)
Description:
Bug 8255: allow local cover images to be cached
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2012-06-15 17:55:14 UTC
Size:
1.22 KB
patch
obsolete
>From 0f05019886ff508148c2e97c5e08bf7755917927 Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >Date: Fri, 15 Jun 2012 13:59:55 -0400 >Subject: [PATCH] Bug 8255: allow local cover images to be cached >Content-Type: text/plain; charset="UTF-8" > >--- > catalogue/image.pl | 3 +-- > opac/opac-image.pl | 3 +-- > 2 files changed, 2 insertions(+), 4 deletions(-) > >diff --git a/catalogue/image.pl b/catalogue/image.pl >index 4fa77e9..ff74cbe 100755 >--- a/catalogue/image.pl >+++ b/catalogue/image.pl >@@ -92,8 +92,7 @@ if ( C4::Context->preference("LocalCoverImages") ) { > } > print $data->header( > -type => $mimetype, >- -'Cache-Control' => 'no-store', >- -expires => 'now', >+ -expires => '+30m', > -Content_Length => length($image) > ), $image; > >diff --git a/opac/opac-image.pl b/opac/opac-image.pl >index ba554c7..e2dc556 100755 >--- a/opac/opac-image.pl >+++ b/opac/opac-image.pl >@@ -92,8 +92,7 @@ if ( C4::Context->preference("OPACLocalCoverImages") ) { > } > print $data->header( > -type => $mimetype, >- -'Cache-Control' => 'no-store', >- -expires => 'now', >+ -expires => '+30m', > -Content_Length => length($image) > ), $image; > >-- >1.7.2.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 8255
:
10307
|
10333