Flagbit_ChangeAttributeSet - Version 1.0.4

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 256 2008-12-10 12:56:53Z weller $
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 256 2008-12-10 12:56:53Z weller $
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.2</version>
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.2</version>
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-04-27</date>
14
- <time>16:12:02</time>
15
- <contents><target name="magecommunity"><dir name="Flagbit"><dir name="ChangeAttributeSet"><dir name="Block"><file name="ProductGrid.php" hash="b9581a01bc3bde231998594f753a851f"/></dir><dir name="controllers"><file name="IndexController.php" hash="99f4b7267e6b0edf65d929c7b3d2604e"/></dir><dir name="etc"><file name="config.xml" hash="d7c35a320ee286667a88a298b0a97c72"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Flagbit_ChangeAttributeSet.xml" hash="90087134613f57e05ebc216a6e576d4a"/></dir></target></contents>
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>