Version Notes
fix bug update
Download this release
Release Info
Developer | Septsite |
Extension | typechange |
Version | 1.0.5 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.5
- app/code/community/Septsite/TypeChange/Helper/Data.php +0 -0
- app/code/community/Septsite/TypeChange/Model/Observer.php +1 -1
- app/code/community/Septsite/TypeChange/Model/_notes/dwsync.xml +0 -0
- app/code/community/Septsite/TypeChange/controllers/Adminhtml/Catalog/ProductController.php +0 -0
- app/code/community/Septsite/TypeChange/controllers/Adminhtml/Catalog/_notes/dwsync.xml +0 -0
- app/code/community/Septsite/TypeChange/etc/config.xml +1 -1
- app/etc/modules/Septsite_TypeChange.xml +0 -0
- app/locale/en_US/Septsite_TypeChange.csv +0 -0
- app/locale/pl_PL/Septsite_TypeChange.csv +0 -0
- package.xml +18 -22
app/code/community/Septsite/TypeChange/Helper/Data.php
CHANGED
File without changes
|
app/code/community/Septsite/TypeChange/Model/Observer.php
CHANGED
@@ -6,7 +6,7 @@ class Septsite_TypeChange_Model_Observer
|
|
6 |
public function addMassactionToProductGrid($observer)
|
7 |
{
|
8 |
$block = $observer->getBlock();
|
9 |
-
if($block instanceof Mage_Adminhtml_Block_Catalog_Product_Grid){
|
10 |
|
11 |
|
12 |
$sets[] = array( 'value' => 1, 'label' => Mage::helper('typechange')->__('Configurable to Grouped') );
|
6 |
public function addMassactionToProductGrid($observer)
|
7 |
{
|
8 |
$block = $observer->getBlock();
|
9 |
+
if(($block instanceof Mage_Adminhtml_Block_Catalog_Product_Grid) or ($block instanceof TBT_Enhancedgrid_Block_Catalog_Product_Grid)){
|
10 |
|
11 |
|
12 |
$sets[] = array( 'value' => 1, 'label' => Mage::helper('typechange')->__('Configurable to Grouped') );
|
app/code/community/Septsite/TypeChange/Model/_notes/dwsync.xml
CHANGED
File without changes
|
app/code/community/Septsite/TypeChange/controllers/Adminhtml/Catalog/ProductController.php
CHANGED
File without changes
|
app/code/community/Septsite/TypeChange/controllers/Adminhtml/Catalog/_notes/dwsync.xml
CHANGED
File without changes
|
app/code/community/Septsite/TypeChange/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Septsite_TypeChange>
|
5 |
-
<version>1.0.
|
6 |
</Septsite_TypeChange>
|
7 |
</modules>
|
8 |
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Septsite_TypeChange>
|
5 |
+
<version>1.0.5</version>
|
6 |
</Septsite_TypeChange>
|
7 |
</modules>
|
8 |
|
app/etc/modules/Septsite_TypeChange.xml
CHANGED
File without changes
|
app/locale/en_US/Septsite_TypeChange.csv
CHANGED
File without changes
|
app/locale/pl_PL/Septsite_TypeChange.csv
CHANGED
File without changes
|
package.xml
CHANGED
@@ -1,22 +1,18 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<package>
|
3 |
-
<name>typechange</name>
|
4 |
-
<version>1.0.
|
5 |
-
<stability>stable</stability>
|
6 |
-
<license>OSL v3.0</license>
|
7 |
-
<channel>community</channel>
|
8 |
-
<extends/>
|
9 |
-
<summary>
|
10 |
-
<description>
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
<
|
16 |
-
<
|
17 |
-
<
|
18 |
-
|
19 |
-
<contents><target name="magecommunity"><dir name="Septsite"><dir name="TypeChange"><dir name="Helper"><file name="Data.php" hash="ca0142f7a0deb754e2379e381126a907"/></dir><dir name="Model"><file name="Observer.php" hash="542c34f1475de9941d24f9037986d3d9"/><dir name="_notes"><file name="dwsync.xml" hash="1514bc17daf365cc8335a4ea36c00a4e"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Catalog"><file name="ProductController.php" hash="974ddc8b1d90255027856e89f6763140"/><dir name="_notes"><file name="dwsync.xml" hash="af0dabb754fc92a3dc357bad961f1d15"/></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="8673a3dc75dec08a4ea55a83982df4a1"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Septsite_TypeChange.xml" hash="3703c1436c897da70119919fc60e083a"/></dir></target><target name="magelocale"><dir name="pl_PL"><file name="Septsite_TypeChange.csv" hash=""/></dir><dir name="en_US"><file name="Septsite_TypeChange.csv" hash=""/></dir></target></contents>
|
20 |
-
<compatible/>
|
21 |
-
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
22 |
-
</package>
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>typechange</name>
|
4 |
+
<version>1.0.5</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license>OSL v3.0</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>fix bug update</summary>
|
10 |
+
<description>fix bug update</description>
|
11 |
+
<notes>fix bug update</notes>
|
12 |
+
<authors><author><name>Septsite</name><user>septsite</user><email>biuro@septsite.pl</email></author></authors>
|
13 |
+
<date>2012-11-23</date>
|
14 |
+
<time>16:46:13</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Septsite"><dir name="TypeChange"><dir name="Helper"><file name="Data.php" hash="ca0142f7a0deb754e2379e381126a907"/></dir><dir name="Model"><file name="Observer.php" hash="528282cd176c8c026aeea6d82d596d58"/><dir name="_notes"><file name="dwsync.xml" hash="1514bc17daf365cc8335a4ea36c00a4e"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Catalog"><file name="ProductController.php" hash="974ddc8b1d90255027856e89f6763140"/><dir name="_notes"><file name="dwsync.xml" hash="af0dabb754fc92a3dc357bad961f1d15"/></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="8673a3dc75dec08a4ea55a83982df4a1"/></dir></dir></dir></target><target name="magelocale"><dir name="pl_PL"><file name="Septsite_TypeChange.csv" hash=""/></dir><dir name="en_US"><file name="Septsite_TypeChange.csv" hash=""/></dir></target><target name="mageetc"><dir name="modules"><file name="Septsite_TypeChange.xml" hash="3703c1436c897da70119919fc60e083a"/></dir></target></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
+
</package>
|
|
|
|
|
|
|
|