Version Notes
Visit product homepage at:
http://www.artio.net/magento-extensions/m-turbo-accelerator
Download this release
Release Info
Developer | Magento Core Team |
Extension | MTurbo |
Version | 1.2.8.1 |
Comparing to | |
See all releases |
Code changes from version 1.2.8 to 1.2.8.1
app/code/local/Artio/MTurbo/Helper/Data.php
CHANGED
@@ -32,7 +32,7 @@ class Artio_MTurbo_Helper_Data extends Mage_Core_Helper_Abstract
|
|
32 |
const MAJOR_VERSION = 1;
|
33 |
const MINOR_VERSION = 2;
|
34 |
const REVISION = 8;
|
35 |
-
const BUILD =
|
36 |
const DESCRIPTION = 'Demo version. Copyright © 2010-2015 Artio';
|
37 |
const TYPE = 'demo';
|
38 |
|
32 |
const MAJOR_VERSION = 1;
|
33 |
const MINOR_VERSION = 2;
|
34 |
const REVISION = 8;
|
35 |
+
const BUILD = 1;
|
36 |
const DESCRIPTION = 'Demo version. Copyright © 2010-2015 Artio';
|
37 |
const TYPE = 'demo';
|
38 |
|
app/code/local/Artio/MTurbo/etc/config.xml
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
<config>
|
11 |
<modules>
|
12 |
<Artio_MTurbo>
|
13 |
-
<version>1.2.8</version>
|
14 |
</Artio_MTurbo>
|
15 |
</modules>
|
16 |
<admin>
|
10 |
<config>
|
11 |
<modules>
|
12 |
<Artio_MTurbo>
|
13 |
+
<version>1.2.8.1</version>
|
14 |
</Artio_MTurbo>
|
15 |
</modules>
|
16 |
<admin>
|
js/artio/mturbo.js
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
var mturboloader = {
|
2 |
+
|
3 |
+
url: '',
|
4 |
+
blocks: new Array(),
|
5 |
+
complete: false,
|
6 |
+
cartLinkCss: '',
|
7 |
+
blocksContents: new Array(),
|
8 |
+
|
9 |
+
addBlockRequest: function(blockIdentifier) {
|
10 |
+
mturboloader.blocks.push(blockIdentifier);
|
11 |
+
},
|
12 |
+
|
13 |
+
getBlock: function (blockIdentifier) {
|
14 |
+
return mturboloader.blocksContents[blockIdentifier];
|
15 |
+
},
|
16 |
+
|
17 |
+
loadBlocks: function(url, referer) {
|
18 |
+
new Ajax.Request(url, {
|
19 |
+
method: "get",
|
20 |
+
parameters: {"identifier[]": mturboloader.blocks, "referer":referer },
|
21 |
+
onSuccess:
|
22 |
+
function(transport) {
|
23 |
+
|
24 |
+
mturboloader.blocksContents = transport.responseText.evalJSON();
|
25 |
+
|
26 |
+
mturboloader.complete = true;
|
27 |
+
setTimeout('updateCartLink()', 100);
|
28 |
+
}
|
29 |
+
});
|
30 |
+
}
|
31 |
+
|
32 |
+
}
|
33 |
+
|
34 |
+
function updateCartLink() {
|
35 |
+
|
36 |
+
if (mturboloader.cartLinkCss)
|
37 |
+
{
|
38 |
+
if (mturboloader.blocksContents['cartlink'])
|
39 |
+
{
|
40 |
+
var cssSelectors = mturboloader.cartLinkCss.split(',');
|
41 |
+
|
42 |
+
cssSelectors.each(function(cssSelector) {
|
43 |
+
$$(cssSelector).each(function(element) {
|
44 |
+
element.innerHTML = mturboloader.blocksContents['cartlink'];
|
45 |
+
});
|
46 |
+
});
|
47 |
+
}
|
48 |
+
else
|
49 |
+
{
|
50 |
+
setTimeout('updateCartLink()', 100);
|
51 |
+
return;
|
52 |
+
}
|
53 |
+
}
|
54 |
+
|
55 |
+
}
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>MTurbo</name>
|
4 |
-
<version>1.2.8</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.artio.net/m-turbo/license">Copyright 2010-15, ARTIO s.r.o. All rights reserved.</license>
|
7 |
<channel>community</channel>
|
@@ -14,9 +14,9 @@ of Magento site optimization!</description>
|
|
14 |
<notes>Visit product homepage at:
|
15 |
http://www.artio.net/magento-extensions/m-turbo-accelerator</notes>
|
16 |
<authors><author><name>Michal Unzeitig</name><user>auto-converted</user><email>michal.unzeitig@artio.net</email></author><author><name>Jiří Chmiel</name><user>auto-converted</user><email>jiri.chmiel@artio.net</email></author></authors>
|
17 |
-
<date>2015-
|
18 |
-
<time>
|
19 |
-
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="mturbo"><dir name="tabs"><file name="dynamic.phtml" hash="4455f87bdb45bdfa7cd2e08f9e203249"/></dir><dir name="preview"><file name="tree.phtml" hash="b7e75f4a267ac7bd9c8ce2d19fed1293"/></dir><file name="demo.phtml" hash="10e85183bb4fd851e3893d98a8c58c40"/><file name="version.phtml" hash="b49869bbb96e15ce56a35df0ae4ff48b"/><file name="formkey_warn.phtml" hash="f5146988c081343528e0a29a5b2c18e2"/><file name="grid.phtml" hash="f11cea678bbc7230028cf5a870479ac8"/><file name="massaction.phtml" hash="c4ca58cbd05d564129d3c39d452c783e"/><file name="tabs.phtml" hash="1015f2e05a41bb7751b11036e48cbd9f"/></dir></dir><dir name="layout"><file name="mturbo.xml" hash="4c9cd4225585396ed2ccbc2a114a2786"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="mturbo.xml" hash="2d7ef4bee8a0c01cfb78704662d47906"/></dir></dir></dir><dir name="base"><dir name="default"><dir name="layout"><file name="mturbo.xml" hash="2d7ef4bee8a0c01cfb78704662d47906"/></dir></dir></dir></dir></target><target name="magelocal"><dir name="Artio"><dir name="MTurbo"><dir name="Helper"><dir name="Catalog"><dir name="Product"><file name="Compare.php" hash="969d8a7f3faa2ab54ce48ff0c0e0754b"/></dir></dir><file name="Urlparams.php" hash="d610237090d9d8fa331fdf35883e647b"/><file name="Data.php" hash="
|
20 |
<compatible/>
|
21 |
<dependencies/>
|
22 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>MTurbo</name>
|
4 |
+
<version>1.2.8.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.artio.net/m-turbo/license">Copyright 2010-15, ARTIO s.r.o. All rights reserved.</license>
|
7 |
<channel>community</channel>
|
14 |
<notes>Visit product homepage at:
|
15 |
http://www.artio.net/magento-extensions/m-turbo-accelerator</notes>
|
16 |
<authors><author><name>Michal Unzeitig</name><user>auto-converted</user><email>michal.unzeitig@artio.net</email></author><author><name>Jiří Chmiel</name><user>auto-converted</user><email>jiri.chmiel@artio.net</email></author></authors>
|
17 |
+
<date>2015-04-16</date>
|
18 |
+
<time>11:09:39</time>
|
19 |
+
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="mturbo"><dir name="tabs"><file name="dynamic.phtml" hash="4455f87bdb45bdfa7cd2e08f9e203249"/></dir><dir name="preview"><file name="tree.phtml" hash="b7e75f4a267ac7bd9c8ce2d19fed1293"/></dir><file name="demo.phtml" hash="10e85183bb4fd851e3893d98a8c58c40"/><file name="version.phtml" hash="b49869bbb96e15ce56a35df0ae4ff48b"/><file name="formkey_warn.phtml" hash="f5146988c081343528e0a29a5b2c18e2"/><file name="grid.phtml" hash="f11cea678bbc7230028cf5a870479ac8"/><file name="massaction.phtml" hash="c4ca58cbd05d564129d3c39d452c783e"/><file name="tabs.phtml" hash="1015f2e05a41bb7751b11036e48cbd9f"/></dir></dir><dir name="layout"><file name="mturbo.xml" hash="4c9cd4225585396ed2ccbc2a114a2786"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="mturbo.xml" hash="2d7ef4bee8a0c01cfb78704662d47906"/></dir></dir></dir><dir name="base"><dir name="default"><dir name="layout"><file name="mturbo.xml" hash="2d7ef4bee8a0c01cfb78704662d47906"/></dir></dir></dir></dir></target><target name="magelocal"><dir name="Artio"><dir name="MTurbo"><dir name="Helper"><dir name="Catalog"><dir name="Product"><file name="Compare.php" hash="969d8a7f3faa2ab54ce48ff0c0e0754b"/></dir></dir><file name="Urlparams.php" hash="d610237090d9d8fa331fdf35883e647b"/><file name="Data.php" hash="b40dccc7e1863983160c54a464eb9eaa"/><file name="Website.php" hash="600e2c272f1d5cfb5ae63ba092cf864d"/><file name="Info.php" hash="4ad504f2e931bbacc4c628f487e32725"/><file name="Functions.php" hash="4283c062e1b9b88e82bb865da6306e01"/><file name="Downloader.php" hash="e703b220f37a29c706e04214e87d90ed"/></dir><dir name="etc"><file name="config.xml" hash="f548793a910c6006c582eb2ec0b55df2"/></dir><dir name="Block"><dir name="Checkout"><dir name="Cart"><dir name="Item"><dir name="Renderer"><file name="Configurable.php" hash="7f63890ee32d0aa8bab1d511200bc9c7"/></dir><file name="Renderer.php" hash="b93f63e2b1940a889534854ba3fec31c"/></dir></dir></dir><dir name="Adminhtml"><dir name="Edit"><dir name="Tab"><file name="Main.php" hash="288d2dc50f2505970204251571770abb"/><file name="Url.php" hash="c01489c82b3cc040b1c35e267335749a"/><file name="Cms.php" hash="cee56f9271b29ff645e84105c831fd6c"/><file name="Dynamic.php" hash="d0f24e6592156d3f28387cb3c88f1980"/><file name="Actions.php" hash="957345fc43a69aa0fcdeb32e5448ca66"/><file name="Uninstall.php" hash="fde35018cd407e8dd2cc7d91b4aafa3a"/><file name="Website.php" hash="879e42f52a3bdf1a6ab967d031f98232"/><file name="Category.php" hash="3eb3d4924ab7d4e7978198d8caf31a30"/><file name="Abstract.php" hash="16a37f270112b175796bb5af02eea84d"/><file name="License.php" hash="3c405988f5bfc0581b5a7fe1b6204055"/><file name="Product.php" hash="ee67b81b998b1cfa336a777404afb3ee"/></dir><file name="Form.php" hash="9ba7b56533f6c7f8f8b3a6e1a71fe6ad"/><file name="Tabs.php" hash="a82341a6c981ba91b69774c81a7ad28e"/></dir><dir name="Welcome"><file name="Form.php" hash="431b5c958cb717570f13c8602b82e805"/></dir><file name="Mturbo.php" hash="4c6758e028e608ce93847a55a1ce27e1"/><file name="Welcome.php" hash="5acab4515cf35c30bf182eb0529855ad"/><file name="Run.php" hash="8db7aa6e5c559e69368e5064bd1dfabf"/></dir><dir name="Data"><dir name="Form"><dir name="Element"><file name="CategoryTree.php" hash="128d2bd67969552bb3f413975fc6313a"/><file name="Time.php" hash="c6617317308bd74c9714ccee2ac870bb"/><file name="Button.php" hash="c61ec7e27c62364c21e6d893f875ad93"/><file name="CmsTree.php" hash="b9d665e7a6d2f1c4f621aebb5ead4d38"/><file name="Html.php" hash="83a40987e47c142e6be58f311d29276d"/><file name="SelectDownloadMethod.php" hash="ca4b9117ecc129a08c08f810bed063d5"/><file name="NoEscLabel.php" hash="1ce0fca5efc5e6afcbb96cf818ff7fef"/></dir></dir><dir name="Grid"><dir name="Column"><file name="Blocked.php" hash="4e6c21fee2c3d8fc26198471ef79b041"/><file name="FileSize.php" hash="b01fca106ea04f0a32d5ead838dd7446"/><file name="ColorOption.php" hash="9efec8edc0a724b1840acfee3333bcc1"/><file name="SwitchAction.php" hash="35b90030144a8b42d9696f5be0694a20"/></dir></dir></dir><file name="Esi.php" hash="b94a57949a64bcdcdf582d9011ec5097"/><file name="Ajax.php" hash="b9caaa2c331cbf669367073fd90960d2"/><file name="Dynamic.php" hash="6e8e60d62ad0f1191ab3f843f45da47d"/></dir><dir name="sql"><dir name="mturbo_setup"><file name="mysql4-install-1.2.1.php" hash="5c756a617300d923a4bd09e0c5a4fb70"/><file name="mysql4-upgrade-1.2.7-1.2.8.php" hash="849f4b2f7cb2ef0be44964e1e1a7b352"/><file name="mysql4-upgrade-1.2.1-1.2.7.php" hash="736ec37025afcef6f0b807a8280ffd1f"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="CheckController.php" hash="78c05c96f294f009f35dc8b88537162c"/><file name="MturboController.php" hash="0e8a4e9f6bb3ad0157ba9a27f7040dd5"/></dir><file name="IndexController.php" hash="c525db9b6466a5f6b0250bee7c5b4844"/><file name="AdminhtmlController.php" hash="8ba37d1173646315a8f2b756d0be1e83"/></dir><dir name="Model"><dir name="htaccess"><file name="htaccessstore.txt" hash="7db1c2f4c548540c1a6bd4d894ce0c22"/><file name="htaccessstoreboth.txt" hash="c0016ddbb064cfd9947e7f7e61823f65"/><file name="htaccess.txt" hash="e5650ac65b3679a1cbea26ea61b2ad0b"/><file name="htaccesswebsiteboth.txt" hash="21e422966251dc1e58e415a443d26a14"/><file name="htaccessside.txt" hash="7d55f4bb772128b1f8783b319344d17c"/><file name="htaccesswebsite.txt" hash="babc2f09afde8878f4670924e1238376"/></dir><dir name="scripts"><file name="wgetlib.so" hash="f3f41e51d01c00603b27ce5799f80e1c"/><file name="wgettrans.so" hash="e4f414b0f796051518b6d951133c856b"/></dir><dir name="patches"><file name="layout.txt" hash="4d0055e6119d297fd78deb4c576ae9f0"/><file name="mage.txt" hash="0e2ef3ed32b7041f518f162745812023"/></dir><dir name="Mysql4"><dir name="Mturbo"><file name="Collection.php" hash="c8e06d986966455cd28b37a93b78a23d"/></dir><file name="Mturbo.php" hash="17a258f73ea138481a5727e7b9d383fc"/></dir><dir name="Config"><file name="DynamicTransformer.php" hash="0d42fe912407a0360e52674bf5487770"/><file name="WebsiteTransformer.php" hash="6400c844114316207e18b670859fae1b"/><file name="Website.php" hash="42c7ca045d27c49581569648c5f080be"/><file name="CmsTransformer.php" hash="a5fca7b305322112e5bddd247ec20074"/></dir><dir name="Mturbo"><file name="Event.php" hash="9023b6117887739389b1d1f1e5aa944b"/><file name="File.php" hash="496551f8cfa4a63acbd394622838a1b2"/></dir><dir name="DownloadMethods"><file name="Curl.php" hash="78d4e5102dd9bd135adbb7cb8577de1c"/><file name="Direct.php" hash="8b8744927f496456728e9e804b86388b"/><file name="Filegetcontents.php" hash="67798b6767dd564892eaec1b39fffcb0"/><file name="Socket.php" hash="f0722356c2e5a64eeac7046f644a8913"/><file name="Curlmulti.php" hash="e1df7acefd0ecdf4cb5cc3fe7378e4fb"/><file name="Abstract.php" hash="801beb8227045dac7805f57404aff566"/></dir><file name="Mturbo.php" hash="3d33e91e27d4fa60d49f849ddb77c93d"/><file name="DownloadMethodsFactory.php" hash="ef6dabebc13e4a0860837f9c295a04fe"/><file name="LayoutPatch.php" hash="6f7a4fff8f6849dfe43002e31fa9f179"/><file name="Patch.php" hash="40e2e1ae19ae61c66b8f8b49326f0928"/><file name="Config.php" hash="e3e1353074107763c993ed5fc452a6a1"/><file name="Htaccess.php" hash="47e0a5f927fa40d24431ae1076b795c2"/><file name="Layout.php" hash="6fa6bd58cbc1ea3de2c4e3fc637bb223"/><file name="Observer.php" hash="a924f788536eb6227cbed3badfbfb2ad"/><file name="DownloadQueue.php" hash="f2ec9a95a60e6e9490a6053bda811925"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Artio_MTurbo.xml" hash="4de5464bc12f3c0702d2c36931bda64d"/></dir></target><target name="mageweb"><dir name="js"><dir name="artio"><file name="mturbo.js" hash="5070740e5ed7961f37c8a632cc5753c5"/></dir></dir></target></contents>
|
20 |
<compatible/>
|
21 |
<dependencies/>
|
22 |
</package>
|