Version Notes
Mise à jour du module vers la version 0.2.6.
Pour plus d'informations, se référer à la documentation.
Download this release
Release Info
Developer | Magento Core Team |
Extension | Speedinfo_Opensi |
Version | 0.2.6 |
Comparing to | |
See all releases |
Code changes from version 0.2.5 to 0.2.6
app/code/community/Speedinfo/Opensi/Block/Adminhtml/Edit/Tab/Webservices.php
CHANGED
@@ -29,6 +29,10 @@ class Speedinfo_Opensi_Block_Adminhtml_Edit_Tab_Webservices extends Mage_Adminht
|
|
29 |
return !empty($client) ? $client : false;
|
30 |
}
|
31 |
|
|
|
|
|
|
|
|
|
32 |
public function getStore()
|
33 |
{
|
34 |
if(Mage::registry('store_id') != ""){
|
29 |
return !empty($client) ? $client : false;
|
30 |
}
|
31 |
|
32 |
+
public function getVersion(){
|
33 |
+
return Mage::getResourceModel("core/resource")->getDbVersion("opensi_setup");
|
34 |
+
}
|
35 |
+
|
36 |
public function getStore()
|
37 |
{
|
38 |
if(Mage::registry('store_id') != ""){
|
app/code/community/Speedinfo/Opensi/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Speedinfo_Opensi>
|
5 |
-
<version>0.2.
|
6 |
</Speedinfo_Opensi>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Speedinfo_Opensi>
|
5 |
+
<version>0.2.6</version>
|
6 |
</Speedinfo_Opensi>
|
7 |
</modules>
|
8 |
<global>
|
app/design/adminhtml/default/default/template/opensi/tab/webservices.phtml
CHANGED
@@ -9,9 +9,10 @@
|
|
9 |
<tr>
|
10 |
<td class="label" style="width:200px;">
|
11 |
<label style="width:300px;"><?php echo $this->__('Passer en mode de test :'); ?></label>
|
|
|
12 |
</td>
|
13 |
<td class="value">
|
14 |
-
<select name="opensi[test_mode]" style="width:
|
15 |
<option <?php echo $this->getClient()->test_mode == 1 ? 'selected="selected"' : '' ?> value="1"><?php echo $this->__('Oui'); ?></option>
|
16 |
<option <?php echo $this->getClient()->test_mode == 0 ? 'selected="selected"' : '' ?> value="0"><?php echo $this->__('Non'); ?></option>
|
17 |
</select>
|
@@ -52,4 +53,5 @@
|
|
52 |
</div>
|
53 |
</div>
|
54 |
<?php endforeach;?>
|
|
|
55 |
</div>
|
9 |
<tr>
|
10 |
<td class="label" style="width:200px;">
|
11 |
<label style="width:300px;"><?php echo $this->__('Passer en mode de test :'); ?></label>
|
12 |
+
<span style="font-size:11px;color:#888"><?php echo $this->__('A ne pas utiliser sur un environnement de production.'); ?></span>
|
13 |
</td>
|
14 |
<td class="value">
|
15 |
+
<select name="opensi[test_mode]" style="width: 60px;" id="test_mode">
|
16 |
<option <?php echo $this->getClient()->test_mode == 1 ? 'selected="selected"' : '' ?> value="1"><?php echo $this->__('Oui'); ?></option>
|
17 |
<option <?php echo $this->getClient()->test_mode == 0 ? 'selected="selected"' : '' ?> value="0"><?php echo $this->__('Non'); ?></option>
|
18 |
</select>
|
53 |
</div>
|
54 |
</div>
|
55 |
<?php endforeach;?>
|
56 |
+
<span style="font-size:11px;color:#888">Version <?php echo $this->getVersion();?></span>
|
57 |
</div>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Speedinfo_Opensi</name>
|
4 |
-
<version>0.2.
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
@@ -10,12 +10,12 @@
|
|
10 |
<description>Le module OpenSi Connect vous permet de coupler Magento au logiciel de gestion commerciale et de comptabilité OpenSi E-Commerce.
|
11 |
Speedinfo a conçu un connecteur pour OpenSi E-Commerce et Magento sous la forme du module OpenSi Connect
|
12 |
OpenSi E-Commerce, est un logiciel de gestion commerciale et de comptabilité dédié à l'e-commerce.</description>
|
13 |
-
<notes>Mise à jour du module vers la version 0.2.
|
14 |
Pour plus d'informations, se référer à la documentation.</notes>
|
15 |
<authors><author><name>Dray</name><user>auto-converted</user><email>rony.dray@speedinfo.fr</email></author></authors>
|
16 |
-
<date>2011-01-
|
17 |
-
<time>
|
18 |
-
<contents><target name="mage"><dir name="app"><dir name="design"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="opensi"><dir name="tab"><file name="webservices.phtml" hash="
|
19 |
<compatible/>
|
20 |
<dependencies/>
|
21 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Speedinfo_Opensi</name>
|
4 |
+
<version>0.2.6</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Le module OpenSi Connect vous permet de coupler Magento au logiciel de gestion commerciale et de comptabilité OpenSi E-Commerce.
|
11 |
Speedinfo a conçu un connecteur pour OpenSi E-Commerce et Magento sous la forme du module OpenSi Connect
|
12 |
OpenSi E-Commerce, est un logiciel de gestion commerciale et de comptabilité dédié à l'e-commerce.</description>
|
13 |
+
<notes>Mise à jour du module vers la version 0.2.6.
|
14 |
Pour plus d'informations, se référer à la documentation.</notes>
|
15 |
<authors><author><name>Dray</name><user>auto-converted</user><email>rony.dray@speedinfo.fr</email></author></authors>
|
16 |
+
<date>2011-01-20</date>
|
17 |
+
<time>09:35:37</time>
|
18 |
+
<contents><target name="mage"><dir name="app"><dir name="design"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="opensi"><dir name="tab"><file name="webservices.phtml" hash="2f4eddee9b3c8b41385402888fdde20b"/></dir></dir></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="Speedinfo_Opensi.xml" hash="16cc3fbf8e32ce7b8add016bfbc89c5f"/></dir></dir><dir name="locale"><dir name="fr_FR"><file name="Speedinfo_OpenSi.csv" hash="51f46b50056059d178766fa9111fe072"/></dir></dir></dir></target><target name="magecommunity"><dir name="Speedinfo"><dir name="Opensi"><dir name="Block"><dir name="Adminhtml"><dir name="Edit"><dir name="Tab"><file name="Attributs.php" hash="562e895af0d5f2a1cffa1be63d0b5fa4"/><file name="Familles.php" hash="317e2361f1dcb6c494ca9ab6bf0d5cae"/><file name="General.php" hash="485e888e215dde1762a42d147cced3e1"/><file name="Webservices.php" hash="09ccc564f6ba4e7cbb58e0357c43e035"/></dir><file name="Form.php" hash="3ce2dc7af0ec4c5a44178ac46d6178a8"/></dir><file name="Edit.php" hash="b91602dd06e9432d879db352fa2aaeaa"/><file name="Grid.php" hash="6ace416ae5264fed2bbc57aa5d152e6e"/><file name="Tabs.php" hash="4383dd11c3e1fffe43868e489f6b977f"/></dir></dir><dir name="controllers"><file name="IndexController.php" hash="9754ad25b294a0306d4e28090bf9e4cb"/></dir><dir name="etc"><file name="config.xml" hash="8a122ed5f3c7ea21456a41545079e020"/></dir><dir name="Helper"><file name="Data.php" hash="b5798cdae9319b34ada4c3de5964c0b4"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Errorlog"><file name="Collection.php" hash="ad19bb95ad5e56f0dcaeff4db10cf52f"/></dir><dir name="Webservice"><file name="Collection.php" hash="3a5e5d973ffb834d4eadec4f9335b36e"/></dir><file name="Client.php" hash="0b47754c6aace0dc54340dfd807eb17a"/><file name="Errorlog.php" hash="9a8c882377bbdeada65c7c5d8346af35"/><file name="Webservice.php" hash="781eb93e76ba8bffe881f091904d0f98"/></dir><file name="Client.php" hash="f89aeb3dda8d8a27bf6a05e5082a945e"/><file name="Cron.php" hash="94436f6e624d9f665bc27cb92cadb001"/><file name="Errorlog.php" hash="d269ec20ae481684a1daa2c515848252"/><file name="Webservice.php" hash="c77708c3507d79a83e64a1801ea255c2"/><file name="Webservices.php" hash="136456ed98a080680fd353d176fffdc9"/></dir><dir name="sql"><dir name="opensi_setup"><file name="mysql4-install-0.1.0.php" hash="ce8cef17aac76ccfadf09d7d84d23841"/><file name="mysql4-upgrade-0.2.0-0.2.1.php" hash="f207b0704a6cad542dced6b40ac25341"/><file name="mysql4-upgrade-0.2.4-0.2.5.php" hash="99fcd03734f514441005dd8af5c22809"/></dir></dir></dir></dir></target></contents>
|
19 |
<compatible/>
|
20 |
<dependencies/>
|
21 |
</package>
|