Version Notes
In Magento every product has a fixed attibute set. This module enables you to switch it.
Download this release
Release Info
Developer | Magento Core Team |
Extension | Flagbit_ChangeAttributeSet |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.4
app/code/community/Flagbit/ChangeAttributeSet/Block/ProductGrid.php
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
/**
|
16 |
* ChangeAttributeSet ProductGrid Block
|
17 |
*
|
18 |
-
* @version $Id: ProductGrid.php
|
19 |
* @license http://opensource.org/licenses/gpl-license.php GNU Public License, version 2
|
20 |
*/
|
21 |
class Flagbit_ChangeAttributeSet_Block_ProductGrid
|
15 |
/**
|
16 |
* ChangeAttributeSet ProductGrid Block
|
17 |
*
|
18 |
+
* @version $Id: ProductGrid.php 282 2010-04-27 14:42:36Z fuhr $
|
19 |
* @license http://opensource.org/licenses/gpl-license.php GNU Public License, version 2
|
20 |
*/
|
21 |
class Flagbit_ChangeAttributeSet_Block_ProductGrid
|
app/code/community/Flagbit/ChangeAttributeSet/controllers/IndexController.php
CHANGED
@@ -17,7 +17,7 @@ require_once 'app/code/core/Mage/Adminhtml/controllers/Catalog/ProductController
|
|
17 |
/**
|
18 |
* ChangeAttributeSet Index Controller
|
19 |
*
|
20 |
-
* @version $Id: IndexController.php
|
21 |
* @license http://opensource.org/licenses/gpl-license.php GNU Public License, version 2
|
22 |
*/
|
23 |
class Flagbit_ChangeAttributeSet_IndexController
|
17 |
/**
|
18 |
* ChangeAttributeSet Index Controller
|
19 |
*
|
20 |
+
* @version $Id: IndexController.php 282 2010-04-27 14:42:36Z fuhr $
|
21 |
* @license http://opensource.org/licenses/gpl-license.php GNU Public License, version 2
|
22 |
*/
|
23 |
class Flagbit_ChangeAttributeSet_IndexController
|
app/code/community/Flagbit/ChangeAttributeSet/etc/config.xml
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
<Flagbit_ChangeAttributeSet>
|
5 |
<active>true</active>
|
6 |
<codePool>community</codePool>
|
7 |
-
<version>1.0.
|
8 |
</Flagbit_ChangeAttributeSet>
|
9 |
</modules>
|
10 |
|
4 |
<Flagbit_ChangeAttributeSet>
|
5 |
<active>true</active>
|
6 |
<codePool>community</codePool>
|
7 |
+
<version>1.0.4</version>
|
8 |
</Flagbit_ChangeAttributeSet>
|
9 |
</modules>
|
10 |
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Flagbit_ChangeAttributeSet</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/gpl-license.php">GPL</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>In Magento every product has a fixed attribute set that cannot be changed after the product's creation. This is in many productive contexts not an acceptable limitation. This module overrides the standard behaviour and makes it possible to change attribute sets after the item's creation making Magento even more flexible. :) Fixed 404 Redirect Bug.</description>
|
11 |
<notes>In Magento every product has a fixed attibute set. This module enables you to switch it.</notes>
|
12 |
<authors><author><name>Flagbit GmbH </name><user>auto-converted</user><email>magento@flagbit.de</email></author></authors>
|
13 |
-
<date>2010-
|
14 |
-
<time>16:
|
15 |
-
<contents><target name="magecommunity"><dir name="Flagbit"><dir name="ChangeAttributeSet"><dir name="Block"><file name="ProductGrid.php" hash="
|
16 |
<compatible/>
|
17 |
-
<dependencies
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Flagbit_ChangeAttributeSet</name>
|
4 |
+
<version>1.0.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/gpl-license.php">GPL</license>
|
7 |
<channel>community</channel>
|
10 |
<description>In Magento every product has a fixed attribute set that cannot be changed after the product's creation. This is in many productive contexts not an acceptable limitation. This module overrides the standard behaviour and makes it possible to change attribute sets after the item's creation making Magento even more flexible. :) Fixed 404 Redirect Bug.</description>
|
11 |
<notes>In Magento every product has a fixed attibute set. This module enables you to switch it.</notes>
|
12 |
<authors><author><name>Flagbit GmbH </name><user>auto-converted</user><email>magento@flagbit.de</email></author></authors>
|
13 |
+
<date>2010-06-07</date>
|
14 |
+
<time>16:25:02</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Flagbit"><dir name="ChangeAttributeSet"><dir name="Block"><file name="ProductGrid.php" hash="408ad70ad00ceafdd01198b7abac3f82"/></dir><dir name="controllers"><file name="IndexController.php" hash="e44e63dd4a7f6b2d47598e921c562e46"/></dir><dir name="etc"><file name="config.xml" hash="59b52c384688f9f73d86ccefcb7166df"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Flagbit_ChangeAttributeSet.xml" hash="90087134613f57e05ebc216a6e576d4a"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><package><name>TBT_Enhancedgrid</name><channel>community</channel><min></min><max></max></package></required></dependencies>
|
18 |
</package>
|