Version Notes
Minor code optimisations
Download this release
Release Info
Developer | Kathir Vel |
Extension | Optimiseweb_Getclicky |
Version | 0.1.3 |
Comparing to | |
See all releases |
Code changes from version 0.1.2 to 0.1.3
- app/code/community/Optimiseweb/All/Helper/Data.php +0 -14
- app/code/community/Optimiseweb/All/etc/adminhtml.xml +0 -29
- app/code/community/Optimiseweb/All/etc/config.xml +0 -55
- app/code/community/Optimiseweb/All/etc/system.xml +0 -9
- app/code/community/Optimiseweb/Getclicky/etc/adminhtml.xml +6 -1
- app/code/community/Optimiseweb/Getclicky/etc/config.xml +6 -10
- app/code/community/Optimiseweb/Getclicky/etc/system.xml +8 -0
- app/etc/modules/Optimiseweb_All.xml +0 -9
- package.xml +5 -5
app/code/community/Optimiseweb/All/Helper/Data.php
DELETED
@@ -1,14 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
/**
|
4 |
-
* Optimiseweb All Data Helper
|
5 |
-
*
|
6 |
-
* @package Optimiseweb_All
|
7 |
-
* @author Kathir Vel (sid@optimiseweb.co.uk)
|
8 |
-
* @copyright Copyright (c) 2012 Optimiseweb Ltd
|
9 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
-
*/
|
11 |
-
class Optimiseweb_All_Helper_Data extends Mage_Core_Helper_Abstract
|
12 |
-
{
|
13 |
-
|
14 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Optimiseweb/All/etc/adminhtml.xml
DELETED
@@ -1,29 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<config>
|
3 |
-
<acl>
|
4 |
-
<resources>
|
5 |
-
<all>
|
6 |
-
<title>Allow Everything</title>
|
7 |
-
</all>
|
8 |
-
<admin>
|
9 |
-
<children>
|
10 |
-
<optimiseweball>
|
11 |
-
<title>Optimise Web - Menu Group</title>
|
12 |
-
<sort_order>10</sort_order>
|
13 |
-
</optimiseweball>
|
14 |
-
<system>
|
15 |
-
<children>
|
16 |
-
<config>
|
17 |
-
<children>
|
18 |
-
<optimisewebconfig>
|
19 |
-
<title>Optimise Web - System Configuration Group</title>
|
20 |
-
</optimisewebconfig>
|
21 |
-
</children>
|
22 |
-
</config>
|
23 |
-
</children>
|
24 |
-
</system>
|
25 |
-
</children>
|
26 |
-
</admin>
|
27 |
-
</resources>
|
28 |
-
</acl>
|
29 |
-
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Optimiseweb/All/etc/config.xml
DELETED
@@ -1,55 +0,0 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<config>
|
3 |
-
|
4 |
-
<modules>
|
5 |
-
<Optimiseweb_All>
|
6 |
-
<version>0.1.0</version>
|
7 |
-
</Optimiseweb_All>
|
8 |
-
</modules>
|
9 |
-
|
10 |
-
<frontend>
|
11 |
-
|
12 |
-
<translate>
|
13 |
-
<modules>
|
14 |
-
<Optimiseweb_All>
|
15 |
-
<files>
|
16 |
-
<default>Optimiseweb_All.csv</default>
|
17 |
-
</files>
|
18 |
-
</Optimiseweb_All>
|
19 |
-
</modules>
|
20 |
-
</translate>
|
21 |
-
|
22 |
-
</frontend>
|
23 |
-
|
24 |
-
<global>
|
25 |
-
|
26 |
-
<blocks>
|
27 |
-
<optimiseweball>
|
28 |
-
<class>Optimiseweb_All_Block</class>
|
29 |
-
</optimiseweball>
|
30 |
-
</blocks>
|
31 |
-
|
32 |
-
<helpers>
|
33 |
-
<optimiseweball>
|
34 |
-
<class>Optimiseweb_All_Helper</class>
|
35 |
-
</optimiseweball>
|
36 |
-
</helpers>
|
37 |
-
|
38 |
-
<models>
|
39 |
-
<optimiseweball>
|
40 |
-
<class>Optimiseweb_All_Model</class>
|
41 |
-
</optimiseweball>
|
42 |
-
</models>
|
43 |
-
|
44 |
-
</global>
|
45 |
-
|
46 |
-
<adminhtml>
|
47 |
-
<menu>
|
48 |
-
<optimiseweball>
|
49 |
-
<title>Optimise Web</title>
|
50 |
-
<sort_order>71</sort_order>
|
51 |
-
</optimiseweball>
|
52 |
-
</menu>
|
53 |
-
</adminhtml>
|
54 |
-
|
55 |
-
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Optimiseweb/All/etc/system.xml
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<config>
|
3 |
-
<tabs>
|
4 |
-
<optimisewebconfig translate="label comment">
|
5 |
-
<label>Optimise Web</label>
|
6 |
-
<sort_order>0</sort_order>
|
7 |
-
</optimisewebconfig>
|
8 |
-
</tabs>
|
9 |
-
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Optimiseweb/Getclicky/etc/adminhtml.xml
CHANGED
@@ -7,7 +7,9 @@
|
|
7 |
</all>
|
8 |
<admin>
|
9 |
<children>
|
10 |
-
<optimiseweball>
|
|
|
|
|
11 |
<children>
|
12 |
<getclicky translate="title" module="getclicky">
|
13 |
<title>Optimise Web - GetClicky Integration</title>
|
@@ -25,6 +27,9 @@
|
|
25 |
<children>
|
26 |
<config>
|
27 |
<children>
|
|
|
|
|
|
|
28 |
<optimisewebgetclickyconfig translate="title" module="getclicky">
|
29 |
<title>Optimise Web - GetClicky Integration</title>
|
30 |
</optimisewebgetclickyconfig>
|
7 |
</all>
|
8 |
<admin>
|
9 |
<children>
|
10 |
+
<optimiseweball translate="title" module="getclicky">
|
11 |
+
<title>Optimise Web - Menu Group</title>
|
12 |
+
<sort_order>10</sort_order>
|
13 |
<children>
|
14 |
<getclicky translate="title" module="getclicky">
|
15 |
<title>Optimise Web - GetClicky Integration</title>
|
27 |
<children>
|
28 |
<config>
|
29 |
<children>
|
30 |
+
<optimisewebconfig translate="title" module="getclicky">
|
31 |
+
<title>Optimise Web - System Configuration Group</title>
|
32 |
+
</optimisewebconfig>
|
33 |
<optimisewebgetclickyconfig translate="title" module="getclicky">
|
34 |
<title>Optimise Web - GetClicky Integration</title>
|
35 |
</optimisewebgetclickyconfig>
|
app/code/community/Optimiseweb/Getclicky/etc/config.xml
CHANGED
@@ -3,12 +3,11 @@
|
|
3 |
|
4 |
<modules>
|
5 |
<Optimiseweb_Getclicky>
|
6 |
-
<version>0.1.
|
7 |
</Optimiseweb_Getclicky>
|
8 |
</modules>
|
9 |
|
10 |
<frontend>
|
11 |
-
|
12 |
<layout>
|
13 |
<updates>
|
14 |
<getclicky>
|
@@ -16,19 +15,19 @@
|
|
16 |
</getclicky>
|
17 |
</updates>
|
18 |
</layout>
|
19 |
-
|
20 |
</frontend>
|
21 |
|
22 |
<adminhtml>
|
23 |
-
|
24 |
<menu>
|
25 |
-
<optimiseweball>
|
|
|
|
|
26 |
<children>
|
27 |
-
<getclicky module="getclicky">
|
28 |
<title>GetClicky Integration</title>
|
29 |
<sort_order>5</sort_order>
|
30 |
<children>
|
31 |
-
<settings>
|
32 |
<title>Settings</title>
|
33 |
<action>adminhtml/system_config/edit/section/optimisewebgetclickyconfig</action>
|
34 |
</settings>
|
@@ -37,7 +36,6 @@
|
|
37 |
</children>
|
38 |
</optimiseweball>
|
39 |
</menu>
|
40 |
-
|
41 |
</adminhtml>
|
42 |
|
43 |
<global>
|
@@ -63,7 +61,6 @@
|
|
63 |
</global>
|
64 |
|
65 |
<default>
|
66 |
-
|
67 |
<optimisewebgetclickyconfig>
|
68 |
<getclickygeneral>
|
69 |
<enabled>0</enabled>
|
@@ -80,7 +77,6 @@
|
|
80 |
<goal_revenue>0</goal_revenue>
|
81 |
</goal_checkout_onepage_success>
|
82 |
</optimisewebgetclickyconfig>
|
83 |
-
|
84 |
</default>
|
85 |
|
86 |
</config>
|
3 |
|
4 |
<modules>
|
5 |
<Optimiseweb_Getclicky>
|
6 |
+
<version>0.1.3</version>
|
7 |
</Optimiseweb_Getclicky>
|
8 |
</modules>
|
9 |
|
10 |
<frontend>
|
|
|
11 |
<layout>
|
12 |
<updates>
|
13 |
<getclicky>
|
15 |
</getclicky>
|
16 |
</updates>
|
17 |
</layout>
|
|
|
18 |
</frontend>
|
19 |
|
20 |
<adminhtml>
|
|
|
21 |
<menu>
|
22 |
+
<optimiseweball translate="title" module="getclicky">
|
23 |
+
<title>Optimise Web</title>
|
24 |
+
<sort_order>71</sort_order>
|
25 |
<children>
|
26 |
+
<getclicky translate="title" module="getclicky">
|
27 |
<title>GetClicky Integration</title>
|
28 |
<sort_order>5</sort_order>
|
29 |
<children>
|
30 |
+
<settings translate="title" module="getclicky">
|
31 |
<title>Settings</title>
|
32 |
<action>adminhtml/system_config/edit/section/optimisewebgetclickyconfig</action>
|
33 |
</settings>
|
36 |
</children>
|
37 |
</optimiseweball>
|
38 |
</menu>
|
|
|
39 |
</adminhtml>
|
40 |
|
41 |
<global>
|
61 |
</global>
|
62 |
|
63 |
<default>
|
|
|
64 |
<optimisewebgetclickyconfig>
|
65 |
<getclickygeneral>
|
66 |
<enabled>0</enabled>
|
77 |
<goal_revenue>0</goal_revenue>
|
78 |
</goal_checkout_onepage_success>
|
79 |
</optimisewebgetclickyconfig>
|
|
|
80 |
</default>
|
81 |
|
82 |
</config>
|
app/code/community/Optimiseweb/Getclicky/etc/system.xml
CHANGED
@@ -1,5 +1,13 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
<sections>
|
4 |
|
5 |
<optimisewebgetclickyconfig translate="label comment" module="getclicky">
|
1 |
<?xml version="1.0"?>
|
2 |
<config>
|
3 |
+
|
4 |
+
<tabs>
|
5 |
+
<optimisewebconfig translate="label comment" module="getclicky">
|
6 |
+
<label>Optimise Web</label>
|
7 |
+
<sort_order>0</sort_order>
|
8 |
+
</optimisewebconfig>
|
9 |
+
</tabs>
|
10 |
+
|
11 |
<sections>
|
12 |
|
13 |
<optimisewebgetclickyconfig translate="label comment" module="getclicky">
|
app/etc/modules/Optimiseweb_All.xml
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<config>
|
3 |
-
<modules>
|
4 |
-
<Optimiseweb_All>
|
5 |
-
<active>true</active>
|
6 |
-
<codePool>community</codePool>
|
7 |
-
</Optimiseweb_All>
|
8 |
-
</modules>
|
9 |
-
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Optimiseweb_Getclicky</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
@@ -10,11 +10,11 @@
|
|
10 |
<description>GetClicky is a real time web analytics service. This extension is a GetClicky integration for the Magento eCommerce platform. Optimise Web's GetClicky integration extension allows store owners to enable GetClicky tracking for their websites. This extension can send checkout successes and revenues as dynamic goals to GetClicky.
|
11 |

|
12 |
This extension comes with a complete configuration screen where all options can be configured.</description>
|
13 |
-
<notes>
|
14 |
<authors><author><name>Kathir Vel</name><user>OptimiseWeb</user><email>info@optimiseweb.co.uk</email></author></authors>
|
15 |
-
<date>2012-10-
|
16 |
-
<time>
|
17 |
-
<contents><target name="magecommunity"><dir name="Optimiseweb"><dir name="
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Optimiseweb_Getclicky</name>
|
4 |
+
<version>0.1.3</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>
|
10 |
<description>GetClicky is a real time web analytics service. This extension is a GetClicky integration for the Magento eCommerce platform. Optimise Web's GetClicky integration extension allows store owners to enable GetClicky tracking for their websites. This extension can send checkout successes and revenues as dynamic goals to GetClicky.
|
11 |

|
12 |
This extension comes with a complete configuration screen where all options can be configured.</description>
|
13 |
+
<notes>Minor code optimisations</notes>
|
14 |
<authors><author><name>Kathir Vel</name><user>OptimiseWeb</user><email>info@optimiseweb.co.uk</email></author></authors>
|
15 |
+
<date>2012-10-13</date>
|
16 |
+
<time>17:43:51</time>
|
17 |
+
<contents><target name="magecommunity"><dir name="Optimiseweb"><dir name="Getclicky"><dir name="Helper"><file name="Data.php" hash="f9d9d294ad02c05b31d259bc8151ad26"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Trackertypes.php" hash="f7d8f1aba638867d8525f6f5a6f7f21a"/></dir></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="ed7e4b02c7a329826e61e2ad77f064d8"/><file name="config.xml" hash="26d219efd21d801adcedb9bb57f70ede"/><file name="system.xml" hash="61b7fba44d18ef41eb04d4bdeb21829f"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Optimiseweb_Getclicky.xml" hash="72a085b4f02582a11b2490643b34439a"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="optimiseweb_getclicky.xml" hash="1e8fd6b42b3e6ea08928fde2e749d1f8"/></dir><dir name="template"><dir name="optimiseweb"><dir name="getclicky"><dir name="goals"><file name="checkout-onepage-success.phtml" hash="2775e82d101de25109d24e6f753161b2"/></dir><file name="tracker.phtml" hash="60416d94ac711841873fdae739076f1c"/></dir></dir></dir></dir></dir></dir></target></contents>
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|