Version Notes
fs
Download this release
Release Info
Developer | Magento Core Team |
Extension | Jira_Woopra |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.4
app/code/community/Jira/Woopra/etc/config.xml
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
|
15 |
<modules>
|
16 |
<Jira_Woopra>
|
17 |
-
<version>1.0.
|
18 |
</Jira_Woopra>
|
19 |
</modules>
|
20 |
|
14 |
|
15 |
<modules>
|
16 |
<Jira_Woopra>
|
17 |
+
<version>1.0.4</version>
|
18 |
</Jira_Woopra>
|
19 |
</modules>
|
20 |
|
app/design/frontend/default/default/layout/woopra.xml
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* - We need to initialize Woopra-block twice, to make it work
|
14 |
*/
|
15 |
-->
|
16 |
-
<layout version="1.0.
|
17 |
<default>
|
18 |
<!--<block type="woopra/script"/>-->
|
19 |
|
13 |
* - We need to initialize Woopra-block twice, to make it work
|
14 |
*/
|
15 |
-->
|
16 |
+
<layout version="1.0.4">
|
17 |
<default>
|
18 |
<!--<block type="woopra/script"/>-->
|
19 |
|
app/design/frontend/default/default/template/woopra/script.phtml
CHANGED
@@ -27,6 +27,7 @@
|
|
27 |
woopra_visitor['avatar'] = '<?php echo $this->getSetting('avatar'); ?>';
|
28 |
woopra_visitor['company'] = '<?php echo $this->getSetting('company'); ?>';
|
29 |
woopra_visitor['city'] = '<?php echo $this->getSetting('city'); ?>';
|
|
|
30 |
woopra_event['title'] = '<?php echo trim($this->getLayout()->getBlock('head')->getTitle()); ?>';
|
31 |
var woopra_host = ((document.location.protocol=='https:') ? "https://sec1.woopra.com" : "http://static.woopra.com");
|
32 |
document.write(unescape("%3Cscript src='" + woopra_host + "/js/woopra.js' type='text/javascript'%3E%3C/script%3E"));
|
27 |
woopra_visitor['avatar'] = '<?php echo $this->getSetting('avatar'); ?>';
|
28 |
woopra_visitor['company'] = '<?php echo $this->getSetting('company'); ?>';
|
29 |
woopra_visitor['city'] = '<?php echo $this->getSetting('city'); ?>';
|
30 |
+
var woopra_event = new Array();
|
31 |
woopra_event['title'] = '<?php echo trim($this->getLayout()->getBlock('head')->getTitle()); ?>';
|
32 |
var woopra_host = ((document.location.protocol=='https:') ? "https://sec1.woopra.com" : "http://static.woopra.com");
|
33 |
document.write(unescape("%3Cscript src='" + woopra_host + "/js/woopra.js' type='text/javascript'%3E%3C/script%3E"));
|
app/etc/modules/Jira_Woopra.xml
CHANGED
@@ -1,148 +1,20 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
<name>Jisse Reitsma</name>
|
22 |
-
</name>
|
23 |
-
<handle>
|
24 |
-
<handle/>
|
25 |
-
<handle/>
|
26 |
-
</handle>
|
27 |
-
<email>
|
28 |
-
<email/>
|
29 |
-
<email>jisse@jira.nl</email>
|
30 |
-
</email>
|
31 |
-
<active>
|
32 |
-
<active>0</active>
|
33 |
-
<active>1</active>
|
34 |
-
</active>
|
35 |
-
</maintainers>
|
36 |
-
<depends_php_min>5.2.0</depends_php_min>
|
37 |
-
<depends_php_max>6.0.0</depends_php_max>
|
38 |
-
<depends_php_recommended/>
|
39 |
-
<depends_php_exclude/>
|
40 |
-
<depends>
|
41 |
-
<package>
|
42 |
-
<name>
|
43 |
-
<name/>
|
44 |
-
</name>
|
45 |
-
<channel>
|
46 |
-
<channel/>
|
47 |
-
</channel>
|
48 |
-
<min>
|
49 |
-
<min/>
|
50 |
-
</min>
|
51 |
-
<max>
|
52 |
-
<max/>
|
53 |
-
</max>
|
54 |
-
<recommended>
|
55 |
-
<recommended/>
|
56 |
-
</recommended>
|
57 |
-
<exclude>
|
58 |
-
<exclude/>
|
59 |
-
</exclude>
|
60 |
-
<type>
|
61 |
-
<type>required</type>
|
62 |
-
</type>
|
63 |
-
</package>
|
64 |
-
<subpackage>
|
65 |
-
<name>
|
66 |
-
<name/>
|
67 |
-
</name>
|
68 |
-
<channel>
|
69 |
-
<channel/>
|
70 |
-
</channel>
|
71 |
-
<min>
|
72 |
-
<min/>
|
73 |
-
</min>
|
74 |
-
<max>
|
75 |
-
<max/>
|
76 |
-
</max>
|
77 |
-
<recommended>
|
78 |
-
<recommended/>
|
79 |
-
</recommended>
|
80 |
-
<exclude>
|
81 |
-
<exclude/>
|
82 |
-
</exclude>
|
83 |
-
<type>
|
84 |
-
<type>required</type>
|
85 |
-
</type>
|
86 |
-
</subpackage>
|
87 |
-
<extension>
|
88 |
-
<name>
|
89 |
-
<name>PDO</name>
|
90 |
-
</name>
|
91 |
-
<min>
|
92 |
-
<min/>
|
93 |
-
</min>
|
94 |
-
<max>
|
95 |
-
<max/>
|
96 |
-
</max>
|
97 |
-
<recommended>
|
98 |
-
<recommended/>
|
99 |
-
</recommended>
|
100 |
-
<exclude>
|
101 |
-
<exclude/>
|
102 |
-
</exclude>
|
103 |
-
<type>
|
104 |
-
<type>required</type>
|
105 |
-
</type>
|
106 |
-
</extension>
|
107 |
-
</depends>
|
108 |
-
<contents>
|
109 |
-
<role>
|
110 |
-
<role>magelocal</role>
|
111 |
-
<role>magecommunity</role>
|
112 |
-
<role>magedesign</role>
|
113 |
-
<role>magedesign</role>
|
114 |
-
<role>mageetc</role>
|
115 |
-
</role>
|
116 |
-
<path>
|
117 |
-
<path/>
|
118 |
-
<path>Jira/Woopra</path>
|
119 |
-
<path>frontend/default/default/layout/woopra.xml</path>
|
120 |
-
<path>frontend/default/default/template/woopra</path>
|
121 |
-
<path>modules/Jira_Woopra.xml</path>
|
122 |
-
</path>
|
123 |
-
<type>
|
124 |
-
<type>file</type>
|
125 |
-
<type>dir</type>
|
126 |
-
<type>file</type>
|
127 |
-
<type>dir</type>
|
128 |
-
<type>file</type>
|
129 |
-
</type>
|
130 |
-
<include>
|
131 |
-
<include/>
|
132 |
-
<include/>
|
133 |
-
<include/>
|
134 |
-
<include/>
|
135 |
-
<include/>
|
136 |
-
</include>
|
137 |
-
<ignore>
|
138 |
-
<ignore/>
|
139 |
-
<ignore/>
|
140 |
-
<ignore/>
|
141 |
-
<ignore/>
|
142 |
-
<ignore/>
|
143 |
-
</ignore>
|
144 |
-
</contents>
|
145 |
-
<page>1</page>
|
146 |
-
<limit>200</limit>
|
147 |
-
<filename/>
|
148 |
-
</_>
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Woopra plugin for Magento
|
5 |
+
*
|
6 |
+
* @category design_default
|
7 |
+
* @package Jira_Woopra
|
8 |
+
* @author Jisse Reitsma (Jira ICT)
|
9 |
+
* @copyright Copyright (c) 2009 Jira ICT (http://www.jira.nl/)
|
10 |
+
* @license Open Software License
|
11 |
+
*/
|
12 |
+
-->
|
13 |
+
<config>
|
14 |
+
<modules>
|
15 |
+
<Jira_Woopra>
|
16 |
+
<active>true</active>
|
17 |
+
<codePool>community</codePool>
|
18 |
+
</Jira_Woopra>
|
19 |
+
</modules>
|
20 |
+
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Jira_Woopra</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -12,7 +12,7 @@
|
|
12 |
<authors><author><name>Jisse Reitsma</name><user>auto-converted</user><email>info@jira.nl</email></author></authors>
|
13 |
<date>2009-04-03</date>
|
14 |
<time>14:03:57</time>
|
15 |
-
<contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="woopra.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Jira_Woopra</name>
|
4 |
+
<version>1.0.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
12 |
<authors><author><name>Jisse Reitsma</name><user>auto-converted</user><email>info@jira.nl</email></author></authors>
|
13 |
<date>2009-04-03</date>
|
14 |
<time>14:03:57</time>
|
15 |
+
<contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="woopra.xml" hash="a669d551ae0f420c1c0d41120bb63b1b"/></dir><dir name="template"><dir name="woopra"><file name="script.phtml" hash="b94d61eaa503f1200ceb2bce7d52c617"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Jira"><dir name="Woopra"><dir name="Block"><file name="Script.php" hash="e5ecdb8c2c9e57e122afe1e0f55deb9d"/></dir><dir name="etc"><file name="config.xml" hash="b3bca69e98758e12e11b5424f813bc07"/><file name="system.xml" hash="28ea9bbe116f4a292ec9bf2a1313c4e4"/></dir><dir name="Helper"><file name="Data.php" hash="1579ee95b1f3e3556ec5fca65856cf05"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Jira_Woopra.xml" hash="7bfe9331fb9392f7ac313fa55e76ce2c"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|