madai - Version 1.0.4

Version Notes

Initial release

Download this release

Release Info

Developer Madai
Extension madai
Version 1.0.4
Comparing to
See all releases


Code changes from version 1.0.3 to 1.0.4

app/code/local/Sevenlike/Madai/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Sevenlike_Madai>
5
- <version>1.0.3</version>
6
  </Sevenlike_Madai>
7
  </modules>
8
  <global>
@@ -128,7 +128,7 @@
128
  </routers>
129
  </frontend>
130
 
131
- <adminhtml>
132
  <acl>
133
  <resources>
134
  <admin>
@@ -148,6 +148,14 @@
148
  </admin>
149
  </resources>
150
  </acl>
151
- </adminhtml>
152
-
 
 
 
 
 
 
 
 
153
  </config>
2
  <config>
3
  <modules>
4
  <Sevenlike_Madai>
5
+ <version>1.0.4</version>
6
  </Sevenlike_Madai>
7
  </modules>
8
  <global>
128
  </routers>
129
  </frontend>
130
 
131
+ <adminhtml>
132
  <acl>
133
  <resources>
134
  <admin>
148
  </admin>
149
  </resources>
150
  </acl>
151
+ <translate>
152
+ <modules>
153
+ <Sevenlike_Madai>
154
+ <files>
155
+ <default>Sevenlike_Madai.csv</default>
156
+ </files>
157
+ </Sevenlike_Madai>
158
+ </modules>
159
+ </translate>
160
+ </adminhtml>
161
  </config>
app/design/frontend/default/default/template/madai/product/view/reduceprice.phtml CHANGED
@@ -12,4 +12,4 @@
12
  };
13
  </script>
14
  <br/>
15
- <button onclick="javascript:madai.web.modal.open_product('<?php echo $this->getMadaiId();?>');" class="button btn-cart" title="Riduci il prezzo" type="button"><span><span>Riduci il prezzo</span></span></button>
12
  };
13
  </script>
14
  <br/>
15
+ <button onclick="javascript:madai.web.modal.open_product('<?php echo $this->getMadaiId();?>');" class="button btn-cart" title="<?php echo $this->__('Reduce the price'); ?>" type="button"><span><span><?php echo $this->__('Reduce the price'); ?></span></span></button>
app/locale/de_DE/Sevenlike_Madai.csv ADDED
@@ -0,0 +1 @@
 
1
+ "Reduce the price","Reduzieren Sie den Preis"
app/locale/es_ES/Sevenlike_Madai.csv ADDED
@@ -0,0 +1 @@
 
1
+ "Reduce the price","Reducir el precio"
app/locale/fr_FR/Sevenlike_Madai.csv ADDED
@@ -0,0 +1 @@
 
1
+ "Reduce the price","Réduire le prix"
app/locale/it_IT/Sevenlike_Madai.csv ADDED
@@ -0,0 +1 @@
 
1
+ "Reduce the price","Riduci il prezzo"
package.xml CHANGED
@@ -1,2 +1,2 @@
1
  <?xml version="1.0"?>
2
- <package><name>madai</name><version>1.0.3</version><stability>stable</stability><license>OSL</license><channel>community</channel><extends></extends><summary>madai is a cloud-based engagement, conversion and rewarding platform based on a unique crowdrebating model.</summary><description>madai is a cloud-based engagement, conversion and rewarding platform based on a unique crowdrebating model.</description><notes>Initial release</notes><authors><author><name>Madai</name><user>madai</user><email>info@madai.com</email></author></authors><date>2013-08-19</date><time>9:02:41</time><compatible></compatible><dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies><contents><target name="mage"><dir name="app"><dir name="design"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="madai"><dir name="product"><dir name="view"><file name="reduceprice.phtml" hash="c82fcce7a13ede474dbf655e60dc81c8"/></dir></dir></dir></dir><dir name="layout"><file name="madai.xml" hash="e5d3832683a432aff103f2f7b68e667b"/></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="Sevenlike_Madai.xml" hash="e9d1719464af8efc29ce928b212c3b7e"/></dir></dir><dir name="code"><dir name="local"><dir name="Sevenlike"><dir name="Madai"><dir name="Helper"><file name="Data.php" hash="b2f2d699b9ff5cc101aad1c4b8e999b1"/></dir><dir name="etc"><file name="config.xml" hash="f78fe617e10e2dab2c95ad812cf3dd46"/><file name="system.xml" hash="bebd588b51a83d97eb8ce309add31c0f"/></dir><dir name="Block"><file name="Trackorder.php" hash="7dc4847f09bddea8cb6bcead9a6cfb0b"/><dir name="Product"><file name="View.php" hash="18672f2c51e56002f39d1164cd803832"/></dir></dir><dir name="Model"><file name="Observer.php" hash="7fec7f6fa09282e6947349f6dac0d486"/></dir><dir name="sql"><dir name="madai_setup"><file name="mysql4-install-1.0.0.php" hash="3579005d849d4cf64c23e5c6a711e419"/></dir></dir><dir name="controllers"><file name="IndexController.php" hash="4b7017aefd3e201a347b6a0063213ee5"/></dir></dir></dir></dir></dir></dir></target></contents></package>
1
  <?xml version="1.0"?>
2
+ <package><name>madai</name><version>1.0.4</version><stability>stable</stability><license>OSL</license><channel>community</channel><extends></extends><summary>madai is a cloud-based engagement, conversion and rewarding platform based on a unique crowdrebating model.</summary><description>madai is a cloud-based engagement, conversion and rewarding platform based on a unique crowdrebating model.</description><notes>Initial release</notes><authors><author><name>Madai</name><user>madai</user><email>info@madai.com</email></author></authors><date>2013-11-12</date><time>3:01:42</time><compatible></compatible><dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies><contents><target name="mage"><dir name="app"><dir name="design"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="madai"><dir name="product"><dir name="view"><file name="reduceprice.phtml" hash="f03331dcf94a8549254b25cdb34b3b49"/></dir></dir></dir></dir><dir name="layout"><file name="madai.xml" hash="e5d3832683a432aff103f2f7b68e667b"/></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="Sevenlike_Madai.xml" hash="e9d1719464af8efc29ce928b212c3b7e"/></dir></dir><dir name="locale"><dir name="es_ES"><file name="Sevenlike_Madai.csv" hash="ad4da128d2cff532d9867cc3f3d65a2f"/></dir><dir name="de_DE"><file name="Sevenlike_Madai.csv" hash="cfcd3017db29ca33ae2d5bb748c99fb4"/></dir><dir name="fr_FR"><file name="Sevenlike_Madai.csv" hash="0c61906058256e088b39c57947fd2681"/></dir><dir name="it_IT"><file name="Sevenlike_Madai.csv" hash="dd3daf475e283aabf636cc62a69a67f9"/></dir></dir><dir name="code"><dir name="local"><dir name="Sevenlike"><dir name="Madai"><dir name="Helper"><file name="Data.php" hash="b2f2d699b9ff5cc101aad1c4b8e999b1"/></dir><dir name="etc"><file name="config.xml" hash="bc7d3a87ed0a70ad6ddceb175925f151"/><file name="system.xml" hash="bebd588b51a83d97eb8ce309add31c0f"/></dir><dir name="Block"><file name="Trackorder.php" hash="7dc4847f09bddea8cb6bcead9a6cfb0b"/><dir name="Product"><file name="View.php" hash="18672f2c51e56002f39d1164cd803832"/></dir></dir><dir name="Model"><file name="Observer.php" hash="7fec7f6fa09282e6947349f6dac0d486"/></dir><dir name="sql"><dir name="madai_setup"><file name="mysql4-install-1.0.0.php" hash="3579005d849d4cf64c23e5c6a711e419"/></dir></dir><dir name="controllers"><file name="IndexController.php" hash="4b7017aefd3e201a347b6a0063213ee5"/></dir></dir></dir></dir></dir></dir></target></contents></package>