Version Notes
User / Role problem fixed
Download this release
Release Info
Developer | Magento Core Team |
Extension | Manufacturer_Model_Number |
Version | 3.2 |
Comparing to | |
See all releases |
Code changes from version 3.1 to 3.2
app/code/local/Pektsekye/MmnAdmin/etc/config.xml
CHANGED
@@ -42,10 +42,19 @@
|
|
42 |
</all>
|
43 |
<admin>
|
44 |
<children>
|
45 |
-
<
|
46 |
<title>MmnAdmin Module</title>
|
47 |
-
<
|
48 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
</children>
|
50 |
</admin>
|
51 |
</resources>
|
42 |
</all>
|
43 |
<admin>
|
44 |
<children>
|
45 |
+
<mmnadmin>
|
46 |
<title>MmnAdmin Module</title>
|
47 |
+
<children>
|
48 |
+
<items>
|
49 |
+
<title>Manage Items</title>
|
50 |
+
<sort_order>0</sort_order>
|
51 |
+
</items>
|
52 |
+
<import>
|
53 |
+
<title>Import / Export</title>
|
54 |
+
<sort_order>1</sort_order>
|
55 |
+
</import>
|
56 |
+
</children>
|
57 |
+
</mmnadmin>
|
58 |
</children>
|
59 |
</admin>
|
60 |
</resources>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Manufacturer_Model_Number</name>
|
4 |
-
<version>3.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -11,11 +11,11 @@
|
|
11 |
|
12 |
HOW TO USE:
|
13 |
Go to your Magento admin panel ->Mmn -> Manage Items and add MMN items to all your products.</description>
|
14 |
-
<notes>
|
15 |
<authors><author><name>Stanislav</name><user>auto-converted</user><email>pektsekye@gmail.com</email></author></authors>
|
16 |
-
<date>
|
17 |
-
<time>22:
|
18 |
-
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="mmnadmin.xml" hash="1c4ab9b3a0d5ee6006d48e1cf517fbd4"/></dir><dir name="template"><dir name="mmnadmin"><file name="importExport.phtml" hash="969bbdaa5588c3acb426366ef6b8c689"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="mmn.xml" hash="068a00f6d22ca11217b89c99178d0da4"/></dir><dir name="template"><dir name="mmn"><file name="mmn.phtml" hash="a8ab8af865de53529f8c571b68ccb782"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Pektsekye_Mmn.csv" hash="3b26c323d14dbeb131a21770ab5de639"/></dir></target><target name="mageetc"><dir name="modules"><file name="Pektsekye_Mmn.xml" hash="44dbf66ea36b134b159edb1d51878a2a"/><file name="Pektsekye_MmnAdmin.xml" hash="766e5fddfef3d7ab1612aee866c9c6f6"/></dir></target><target name="magelocal"><dir name="Pektsekye"><dir name="Mmn"><dir name="Block"><dir name="Product"><file name="Result.php" hash="00641875e34a3bc2851f6785a9975f81"/></dir><file name="Mmn.php" hash="9c6bc640466ef349fc9fac3023f9f332"/></dir><dir name="controllers"><file name="IndexController.php" hash="aa43963369f7166820a20bec5c2d1c8b"/><file name="ProductController.php" hash="6f36953551c101f2d0e890b2569b8444"/></dir><dir name="etc"><file name="config.xml" hash="f984aeaa9a3ae72d4c57f29d5c191e63"/><file name="system.xml" hash="9d2b000bba821307bde419a4e2b2fb13"/></dir><dir name="Helper"><file name="Data.php" hash="93b6eb686e54179e17c3df81e330699f"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Mmn"><file name="Collection.php" hash="7a9240e2cef54b5e1796fb12d2d9369f"/></dir><file name="Mmn.php" hash="c67333dbda050636e9a85e7cfd963bdb"/></dir><dir name="Resource"><dir name="Eav"><dir name="Mysql4"><file name="Category.php" hash="ebc7376887ebe0abadf9de6e542af5ed"/></dir></dir></dir><file name="Category.php" hash="d6b6854f6090bba3b54247811c3d69d5"/><file name="Layer.php" hash="75097f50e9ae267c4a325dde6f8e006d"/><file name="Mmn.php" hash="cef143b02735b99c273a8188efee3a38"/></dir></dir><dir name="MmnAdmin"><dir name="Block"><dir name="Items"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="53380d8415c9b6f68daff30456c29b8c"/></dir><file name="Form.php" hash="9f739cc340c4e5d246359971da9facf8"/><file name="Tabs.php" hash="b731215470e3c2fc415fc02ec66256df"/></dir><file name="Edit.php" hash="e80d1d960fcc55b6863067e8638dede4"/><file name="Grid.php" hash="b44477549067c9f2881f233c0d410b63"/><file name="ImportExport.php" hash="41aec23361b81bbda43c1049a957beff"/></dir><file name="Items.php" hash="04b1560f32b4358c01499035d8b6d6c9"/></dir><dir name="controllers"><file name="ItemsController.php" hash="1c81526c02e47da2775b8c789aceb0bd"/></dir><dir name="etc"><file name="config.xml" hash="
|
19 |
<compatible/>
|
20 |
<dependencies/>
|
21 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Manufacturer_Model_Number</name>
|
4 |
+
<version>3.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
11 |
|
12 |
HOW TO USE:
|
13 |
Go to your Magento admin panel ->Mmn -> Manage Items and add MMN items to all your products.</description>
|
14 |
+
<notes>User / Role problem fixed</notes>
|
15 |
<authors><author><name>Stanislav</name><user>auto-converted</user><email>pektsekye@gmail.com</email></author></authors>
|
16 |
+
<date>2010-01-15</date>
|
17 |
+
<time>16:22:16</time>
|
18 |
+
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="mmnadmin.xml" hash="1c4ab9b3a0d5ee6006d48e1cf517fbd4"/></dir><dir name="template"><dir name="mmnadmin"><file name="importExport.phtml" hash="969bbdaa5588c3acb426366ef6b8c689"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="mmn.xml" hash="068a00f6d22ca11217b89c99178d0da4"/></dir><dir name="template"><dir name="mmn"><file name="mmn.phtml" hash="a8ab8af865de53529f8c571b68ccb782"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Pektsekye_Mmn.csv" hash="3b26c323d14dbeb131a21770ab5de639"/></dir></target><target name="mageetc"><dir name="modules"><file name="Pektsekye_Mmn.xml" hash="44dbf66ea36b134b159edb1d51878a2a"/><file name="Pektsekye_MmnAdmin.xml" hash="766e5fddfef3d7ab1612aee866c9c6f6"/></dir></target><target name="magelocal"><dir name="Pektsekye"><dir name="Mmn"><dir name="Block"><dir name="Product"><file name="Result.php" hash="00641875e34a3bc2851f6785a9975f81"/></dir><file name="Mmn.php" hash="9c6bc640466ef349fc9fac3023f9f332"/></dir><dir name="controllers"><file name="IndexController.php" hash="aa43963369f7166820a20bec5c2d1c8b"/><file name="ProductController.php" hash="6f36953551c101f2d0e890b2569b8444"/></dir><dir name="etc"><file name="config.xml" hash="f984aeaa9a3ae72d4c57f29d5c191e63"/><file name="system.xml" hash="9d2b000bba821307bde419a4e2b2fb13"/></dir><dir name="Helper"><file name="Data.php" hash="93b6eb686e54179e17c3df81e330699f"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Mmn"><file name="Collection.php" hash="7a9240e2cef54b5e1796fb12d2d9369f"/></dir><file name="Mmn.php" hash="c67333dbda050636e9a85e7cfd963bdb"/></dir><dir name="Resource"><dir name="Eav"><dir name="Mysql4"><file name="Category.php" hash="ebc7376887ebe0abadf9de6e542af5ed"/></dir></dir></dir><file name="Category.php" hash="d6b6854f6090bba3b54247811c3d69d5"/><file name="Layer.php" hash="75097f50e9ae267c4a325dde6f8e006d"/><file name="Mmn.php" hash="cef143b02735b99c273a8188efee3a38"/></dir></dir><dir name="MmnAdmin"><dir name="Block"><dir name="Items"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="53380d8415c9b6f68daff30456c29b8c"/></dir><file name="Form.php" hash="9f739cc340c4e5d246359971da9facf8"/><file name="Tabs.php" hash="b731215470e3c2fc415fc02ec66256df"/></dir><file name="Edit.php" hash="e80d1d960fcc55b6863067e8638dede4"/><file name="Grid.php" hash="b44477549067c9f2881f233c0d410b63"/><file name="ImportExport.php" hash="41aec23361b81bbda43c1049a957beff"/></dir><file name="Items.php" hash="04b1560f32b4358c01499035d8b6d6c9"/></dir><dir name="controllers"><file name="ItemsController.php" hash="1c81526c02e47da2775b8c789aceb0bd"/></dir><dir name="etc"><file name="config.xml" hash="2099ba547d04e9df09943f0fea80fa53"/></dir><dir name="Helper"><file name="Data.php" hash="b66a742ba975a1899e6af68bf7590b9f"/></dir><dir name="Model"><dir name="Mysql4"><dir name="MmnAdmin"><file name="Collection.php" hash="4bc7a84e358d1ea19cdbd705a2fe09fb"/></dir><file name="MmnAdmin.php" hash="3819c4baa9fd61e4d86ae843ed9fc923"/></dir><file name="MmnAdmin.php" hash="d11f9217294fb8f8f23c53fd13bfb1ab"/></dir><dir name="sql"><dir name="mmnadmin_setup"><file name="mysql4-install-0.1.0.php" hash="05fce556a39db1283ab4e315f27a1a27"/><file name="mysql4-upgrade-0.1.0-0.2.0.php" hash="a42d585ee17b2cdf0b9290c22b95051b"/></dir></dir></dir></dir></target></contents>
|
19 |
<compatible/>
|
20 |
<dependencies/>
|
21 |
</package>
|