Version Notes
- fixed packaging failure with wrong locale
Download this release
Release Info
Developer | Magento Core Team |
Extension | Varnish_Cache |
Version | 3.0.1 |
Comparing to | |
See all releases |
Code changes from version 3.0.0 to 3.0.1
- app/locale/en_US/Phoenix_VarnishCache.csv +41 -0
- package.xml +5 -11
app/locale/en_US/Phoenix_VarnishCache.csv
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"All content types","All content types"
|
2 |
+
"All stores","All stores"
|
3 |
+
"An error occurred while clearing the Varnish cache.","An error occurred while clearing the Varnish cache."
|
4 |
+
"CSS","CSS"
|
5 |
+
"Clean Varnish Cache","Clean Varnish Cache"
|
6 |
+
"Debug","Debug"
|
7 |
+
"Disable caching","Disable caching"
|
8 |
+
"Disable caching for routes","Disable caching for routes"
|
9 |
+
"Disable caching vars","Disable caching vars"
|
10 |
+
"Domain or IP list separted by semicolon (e.g. host1;127.0.0.1)","Domain or IP list separted by semicolon (e.g. host1;127.0.0.1)"
|
11 |
+
"Enable cache module","Enable cache module"
|
12 |
+
"HTML","HTML"
|
13 |
+
"If you see this message everything is fine.","If you see this message everything is fine."
|
14 |
+
"Images","Images"
|
15 |
+
"JavaScript","JavaScript"
|
16 |
+
"PageCache powered by Varnish version: %s","PageCache powered by Varnish version: %s"
|
17 |
+
"Pass X-headers for debugging purpose to the client and log purge requests to /var/log/varnish_cache.log (ensure developer log is enabled).","Pass X-headers for debugging purpose to the client and log purge requests to /var/log/varnish_cache.log (ensure developer log is enabled)."
|
18 |
+
"Port of the Varnish servers (e.g. 8080)","Port of the Varnish servers (e.g. 8080)"
|
19 |
+
"Remove selected cache items in external Varnish cache.","Remove selected cache items in external Varnish cache."
|
20 |
+
"Request variables that force setting of NO_CACHE cookie to permanent disable caching for visitor.","Request variables that force setting of NO_CACHE cookie to permanent disable caching for visitor."
|
21 |
+
"Server port","Server port"
|
22 |
+
"Set ""no-cache"" HTTP header for certain routes/actions (e.g. checkout, catalog_product_view). Use one per line.","Set ""no-cache"" HTTP header for certain routes/actions (e.g. checkout, catalog_product_view). Use one per line."
|
23 |
+
"Cache TTL for routes","Cache TTL for routes"
|
24 |
+
"Set a TTL of ""0"" for every request","Set a TTL of ""0"" for every request"
|
25 |
+
"TTL for cached pages in seconds for certain routes/actions (e.g. Route:""catalog_product_view"", TTL:""7200"").","TTL for cached pages in seconds for certain routes/actions (e.g. Route:""catalog_product_view"", TTL:""7200"")."
|
26 |
+
"The Varnish cache has been cleaned.","The Varnish cache has been cleaned."
|
27 |
+
"TTL for cached pages in seconds (e.g. ""1800"" = page cache is valid for 30 minutes).","TTL for cached pages in seconds (e.g. ""1800"" = page cache is valid for 30 minutes)."
|
28 |
+
"The catalog image cache has been cleaned on the Varnish servers.","The catalog image cache has been cleaned on the Varnish servers."
|
29 |
+
"PageCache powered by Varnish settings","PageCache powered by Varnish settings"
|
30 |
+
"Varnish servers","Varnish servers"
|
31 |
+
"Purge category","Purge category"
|
32 |
+
"Purge categorie's cache item on save","Purge categorie's cache item on save"
|
33 |
+
"Purge product","Purge product"
|
34 |
+
"Purge product's cache item on save","Purge product's cache item on save"
|
35 |
+
"Purge CMS page","Purge CMS page"
|
36 |
+
"Purge CMS page's cache item on save","Purge CMS page's cache item on save"
|
37 |
+
"Route","Route"
|
38 |
+
"TTL","TTL"
|
39 |
+
"Add route","Add route"
|
40 |
+
"Varnish cache for ""%s"" has been purged.","Varnish cache for ""%s"" has been purged."
|
41 |
+
"Varnish cache for the product's categories has been purged.","Varnish cache for the product's categories has been purged."
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Varnish_Cache</name>
|
4 |
-
<version>3.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
@@ -14,17 +14,11 @@
|
|
14 |
<p> </p>
|
15 |
<p><strong>Features:</strong></p>
|
16 |
<p>- Allows <strong>full page caching</strong> of Magento store frontends with <a href="http://www.varnish-cache.org" target="_blank">Varnish</a><br />- Prevent caching of pages containing custom information (shopping carts, logins)<br />- Configure request paths (controller, action) to be excluded from caching<br />- Clean caches for single store views or content types<br />- Maintain several Varnish instances from the Magento backend<br />- Set TTL for content pages per store view<br />- Deactivate Varnish cache for single store views or websites<br />- Easily deactivate caching for certain Magento modules<br />- Enable debug mode to analyse any issues<br /><strong>- Ready to go Varnish configuration file (VCL)</strong></p></description>
|
17 |
-
<notes>-
|
18 |
-
- Instantly purge cache items of CMS pages, categories and products on save
|
19 |
-
- Configure different TTLs per route/controller
|
20 |
-
- Use "Cache-Control:s-maxage=x" instead of propriatary headers to control Varnish
|
21 |
-
- Improved Magento EE compatibility
|
22 |
-
- Allow frontend Varnish caching while beeing logged in the backend
|
23 |
-
- Added design exceptions (beta)</notes>
|
24 |
<authors><author><name>PHOENIX</name><user>auto-converted</user><email>kraus@phoenix-medien.de</email></author></authors>
|
25 |
-
<date>2011-11-
|
26 |
-
<time>08:
|
27 |
-
<contents><target name="magecommunity"><dir name="Phoenix"><dir name="VarnishCache"><dir name="Block"><dir name="Adminhtml"><dir name="Cache"><file name="Additional.php" hash="2b846bf516edccf6f3f32d5f272a4438"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="RouteTTL.php" hash="f8e78d9f5324f7d7cd6cb4440e487254"/><file name="Versioninfo.php" hash="b259124a7ac3fe0a9df98599aca4ee59"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Helper"><dir name="Control"><dir name="Catalog"><file name="Category.php" hash="ab5c42db3dfcf9284c1ee8af54431376"/><file name="Product.php" hash="5d23dc87df1c31ecc39bf8acff49b36a"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Cms"><file name="Page.php" hash="691c45fab825d6dbdd3ff22167de1952"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name="Cache.php" hash="c91379daeaae1486bf88d01ed4e37e39"/><file name="Data.php" hash="1a9ecd2bedba96b3ea54e4ad6712fb3f"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Model"><dir name="Catalog"><dir name="Category"><file name="Product.php" hash="995f58362194d2fe5c432dd02e2d9691"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Product"><file name="Relation.php" hash="904a87fd513bed6c3361ba9b072b5d50"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Cms"><dir name="Page"><file name="Store.php" hash="ad6181591bf41868c8cdfa3ade83ac5f"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Control"><dir name="Catalog"><file name="Category.php" hash="28abba14957be0db960cdf28be4101a0"/><file name="Product.php" hash="c2d0e89f46ac83c638d0e46fbb8ba388"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Cms"><file name="Page.php" hash="397f5867e0e0454fc39d01b12b9ce88d"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name="Abstract.php" hash="e9dcf88ec8f8c9c59f69af1379be0ef1"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Resource"><dir name="Mysql4"><dir name="Catalog"><dir name="Category"><dir name="Product"><file name="Collection.php" hash="de278cceafcad54779fcddded7815ebd"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name="Product.php" hash="4583fc0ae57e6af3020dadfc49d1b7c7"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Product"><dir name="Relation"><file name="Collection.php" hash="b1e9bb5b00f3b14bebd716723a2975c9"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Cms"><dir name="Page"><dir name="Store"><file name="Collection.php" hash="8d083ad449b9cb8c2763fb61a57dd4ec"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name="Store.php" hash="3e26bfe2ead97fdc9d6b7cc4ed5423f2"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Core"><dir name="Url"><dir name="Rewrite"><file name="Collection.php" hash="0890e77bf5afbe4d049edf3d7d7e308f"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name="Control.php" hash="8877d200d5fd8e3980298b04d1e66456"/><file name="Observer.php" hash="36c5b769721f3ffbd208b064be316f2b"/><file name="Processor.php" hash="7cea33d8a591c54e7e7c4e68781f3d08"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="VarnishCacheController.php" hash="d4824e24de545f8de6d504fb8fadc3e6"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="etc"><file name="config.xml" hash="a6dfed6e655f569cd034599e1edef44f"/><file name="default_2.1.vcl" hash="7778c9021a5b89503e37b23f1315d6f3"/><file name="default_3.0.vcl" hash="f72645c1eb3940982ccb3d77bf5ca7dd"/><file name="system.xml" hash="3af9182a9635a2def4d323dac181b1da"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir></dir></target><target name="magelocale"><dir name="de_DE"><file name="Phoenix_VarnishCache.csv" hash="b8ee686f2adf93bbefa3475cf52be0be"/></dir><dir name="en_US"><file name="
|
28 |
<compatible/>
|
29 |
<dependencies/>
|
30 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Varnish_Cache</name>
|
4 |
+
<version>3.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
14 |
<p> </p>
|
15 |
<p><strong>Features:</strong></p>
|
16 |
<p>- Allows <strong>full page caching</strong> of Magento store frontends with <a href="http://www.varnish-cache.org" target="_blank">Varnish</a><br />- Prevent caching of pages containing custom information (shopping carts, logins)<br />- Configure request paths (controller, action) to be excluded from caching<br />- Clean caches for single store views or content types<br />- Maintain several Varnish instances from the Magento backend<br />- Set TTL for content pages per store view<br />- Deactivate Varnish cache for single store views or websites<br />- Easily deactivate caching for certain Magento modules<br />- Enable debug mode to analyse any issues<br /><strong>- Ready to go Varnish configuration file (VCL)</strong></p></description>
|
17 |
+
<notes>- fixed packaging failure with wrong locale</notes>
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
<authors><author><name>PHOENIX</name><user>auto-converted</user><email>kraus@phoenix-medien.de</email></author></authors>
|
19 |
+
<date>2011-11-16</date>
|
20 |
+
<time>08:55:10</time>
|
21 |
+
<contents><target name="magecommunity"><dir name="Phoenix"><dir name="VarnishCache"><dir name="Block"><dir name="Adminhtml"><dir name="Cache"><file name="Additional.php" hash="2b846bf516edccf6f3f32d5f272a4438"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="System"><dir name="Config"><dir name="Fieldset"><file name="RouteTTL.php" hash="f8e78d9f5324f7d7cd6cb4440e487254"/><file name="Versioninfo.php" hash="b259124a7ac3fe0a9df98599aca4ee59"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Helper"><dir name="Control"><dir name="Catalog"><file name="Category.php" hash="ab5c42db3dfcf9284c1ee8af54431376"/><file name="Product.php" hash="5d23dc87df1c31ecc39bf8acff49b36a"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Cms"><file name="Page.php" hash="691c45fab825d6dbdd3ff22167de1952"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name="Cache.php" hash="c91379daeaae1486bf88d01ed4e37e39"/><file name="Data.php" hash="1a9ecd2bedba96b3ea54e4ad6712fb3f"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Model"><dir name="Catalog"><dir name="Category"><file name="Product.php" hash="995f58362194d2fe5c432dd02e2d9691"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Product"><file name="Relation.php" hash="904a87fd513bed6c3361ba9b072b5d50"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Cms"><dir name="Page"><file name="Store.php" hash="ad6181591bf41868c8cdfa3ade83ac5f"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Control"><dir name="Catalog"><file name="Category.php" hash="28abba14957be0db960cdf28be4101a0"/><file name="Product.php" hash="c2d0e89f46ac83c638d0e46fbb8ba388"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Cms"><file name="Page.php" hash="397f5867e0e0454fc39d01b12b9ce88d"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name="Abstract.php" hash="e9dcf88ec8f8c9c59f69af1379be0ef1"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Resource"><dir name="Mysql4"><dir name="Catalog"><dir name="Category"><dir name="Product"><file name="Collection.php" hash="de278cceafcad54779fcddded7815ebd"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name="Product.php" hash="4583fc0ae57e6af3020dadfc49d1b7c7"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Product"><dir name="Relation"><file name="Collection.php" hash="b1e9bb5b00f3b14bebd716723a2975c9"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Cms"><dir name="Page"><dir name="Store"><file name="Collection.php" hash="8d083ad449b9cb8c2763fb61a57dd4ec"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name="Store.php" hash="3e26bfe2ead97fdc9d6b7cc4ed5423f2"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="Core"><dir name="Url"><dir name="Rewrite"><file name="Collection.php" hash="0890e77bf5afbe4d049edf3d7d7e308f"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name="Control.php" hash="8877d200d5fd8e3980298b04d1e66456"/><file name="Observer.php" hash="36c5b769721f3ffbd208b064be316f2b"/><file name="Processor.php" hash="7cea33d8a591c54e7e7c4e68781f3d08"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="VarnishCacheController.php" hash="d4824e24de545f8de6d504fb8fadc3e6"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><dir name="etc"><file name="config.xml" hash="a6dfed6e655f569cd034599e1edef44f"/><file name="default_2.1.vcl" hash="7778c9021a5b89503e37b23f1315d6f3"/><file name="default_3.0.vcl" hash="f72645c1eb3940982ccb3d77bf5ca7dd"/><file name="system.xml" hash="3af9182a9635a2def4d323dac181b1da"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir></dir></target><target name="magelocale"><dir name="de_DE"><file name="Phoenix_VarnishCache.csv" hash="b8ee686f2adf93bbefa3475cf52be0be"/></dir><dir name="en_US"><file name="Phoenix_VarnishCache.csv" hash="c0bbab64276c1e64df5a145af4892b41"/></dir><dir name="es_ES"><file name="Phoenix_VarnishCache.csv" hash="83116dfb6997c68dcaefddf2ad32c9d8"/></dir><dir name="fr_FR"><file name="Phoenix_VarnishCache.csv" hash="2e491cb08a5685599692e84d3c79e29f"/></dir><dir name="nb_NO"><file name="Phoenix_VarnishCache.csv" hash="2853eafaac256faf098cbdfa727be8e6"/></dir></target><target name="mageetc"><dir name="modules"><file name="Phoenix_VarnishCache.xml" hash="273157270c3f6568c76be647ecbf7e11"/></dir><dir name="."><file name="varnishcache.xml" hash="91bb9dfbb4299736371d3b4b45adee7a"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="varnishcache"><dir name="cache"><file name="additional.phtml" hash="20a327558440bb77b4a2246a34db4aa0"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir></dir><dir name="layout"><file name="varnishcache.xml" hash="89b14f64884cabe579efcb790f0e62d0"/></dir></dir></dir></dir></target><target name="mage"><dir name="."><file name="README_VARNISH_CACHE.txt" hash="6bd38578c6599564cdb485de38029391"/></dir></target></contents>
|
22 |
<compatible/>
|
23 |
<dependencies/>
|
24 |
</package>
|