Version Notes
Ajax Editable Category Product allows you to quick update products from category section. This extension prooves useful for website which has lot of products and site is being slow while updating products and moving from category section to product section. You can try for magento ver1.5 lower also.
Download this release
Release Info
Developer | Anupam Tiwari |
Extension | Ajax_Editable_Category_Product |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/code/community/Vishwasnature/Editableproduct/etc/config.xml
CHANGED
@@ -17,22 +17,15 @@
|
|
17 |
</adminhtml>
|
18 |
</blocks>
|
19 |
</global>
|
20 |
-
|
21 |
<routers>
|
22 |
-
<
|
23 |
-
<use>admin</use>
|
24 |
<args>
|
25 |
-
<
|
26 |
-
|
|
|
27 |
</args>
|
28 |
-
</
|
29 |
-
<adminhtml>
|
30 |
-
<args>
|
31 |
-
<modules>
|
32 |
-
<Vishwasnature_Editableproduct before="Mage_Adminhtml">Vishwasnature_Editableproduct_Adminhtml</Vishwasnature_Editableproduct>
|
33 |
-
</modules>
|
34 |
-
</args>
|
35 |
-
</adminhtml>
|
36 |
</routers>
|
37 |
</admin>
|
38 |
<adminhtml>
|
17 |
</adminhtml>
|
18 |
</blocks>
|
19 |
</global>
|
20 |
+
<admin>
|
21 |
<routers>
|
22 |
+
<adminhtml>
|
|
|
23 |
<args>
|
24 |
+
<modules>
|
25 |
+
<Vishwasnature_Editableproduct before="Mage_Adminhtml">Vishwasnature_Editableproduct_Adminhtml</Vishwasnature_Editableproduct>
|
26 |
+
</modules>
|
27 |
</args>
|
28 |
+
</adminhtml>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
</routers>
|
30 |
</admin>
|
31 |
<adminhtml>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Ajax_Editable_Category_Product</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Ajax Editable Category Product can increase your website's performance by allowing to admin to quick update category product from category section. This extension extends native Magento functionality with an ability to show other product attributes to edit. This extension prooves useful for website which has lot of products and site is being slow while updating products and moving from category section to product section. It is very flexible and easy to use to update category products. You can try for magento ver1.5 lower also.</description>
|
11 |
<notes>Ajax Editable Category Product allows you to quick update products from category section. This extension prooves useful for website which has lot of products and site is being slow while updating products and moving from category section to product section. You can try for magento ver1.5 lower also.</notes>
|
12 |
<authors><author><name>Anupam Tiwari</name><user>MAG002574387</user><email>vishwasnature30@gmail.com</email></author></authors>
|
13 |
-
<date>2014-12-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Vishwasnature"><dir name="Editableproduct"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Category"><dir name="Renderer"><file name="Name.php" hash="35d9d7feaf476e75002905fc613e6485"/><file name="Price.php" hash="9772575ee64f35e7a09e86fdcfd00863"/><file name="Qty.php" hash="5799a411021d92eac622d991ebee2df8"/><file name="Sku.php" hash="05247571b02383c1afb05eea47ae0d60"/><file name="Sprice.php" hash="c2203934845de8107703130ba02f244d"/><file name="Status.php" hash="f1b3452c1629131b491a4cb1e1c3a98e"/></dir><dir name="Tab"><file name="Editableproduct.php" hash="0741fee51de5ccae8cff5aa37f0323a6"/></dir><file name="Tabs.php" hash="bca104882da796aea2af1f5e639584e2"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Catalog"><file name="CategoryController.php" hash="373e51b4270da4dc4b47cdcaa3107670"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Ajax_Editable_Category_Product</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Ajax Editable Category Product can increase your website's performance by allowing to admin to quick update category product from category section. This extension extends native Magento functionality with an ability to show other product attributes to edit. This extension prooves useful for website which has lot of products and site is being slow while updating products and moving from category section to product section. It is very flexible and easy to use to update category products. You can try for magento ver1.5 lower also.</description>
|
11 |
<notes>Ajax Editable Category Product allows you to quick update products from category section. This extension prooves useful for website which has lot of products and site is being slow while updating products and moving from category section to product section. You can try for magento ver1.5 lower also.</notes>
|
12 |
<authors><author><name>Anupam Tiwari</name><user>MAG002574387</user><email>vishwasnature30@gmail.com</email></author></authors>
|
13 |
+
<date>2014-12-09</date>
|
14 |
+
<time>09:18:09</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Vishwasnature"><dir name="Editableproduct"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Category"><dir name="Renderer"><file name="Name.php" hash="35d9d7feaf476e75002905fc613e6485"/><file name="Price.php" hash="9772575ee64f35e7a09e86fdcfd00863"/><file name="Qty.php" hash="5799a411021d92eac622d991ebee2df8"/><file name="Sku.php" hash="05247571b02383c1afb05eea47ae0d60"/><file name="Sprice.php" hash="c2203934845de8107703130ba02f244d"/><file name="Status.php" hash="f1b3452c1629131b491a4cb1e1c3a98e"/></dir><dir name="Tab"><file name="Editableproduct.php" hash="0741fee51de5ccae8cff5aa37f0323a6"/></dir><file name="Tabs.php" hash="bca104882da796aea2af1f5e639584e2"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Catalog"><file name="CategoryController.php" hash="373e51b4270da4dc4b47cdcaa3107670"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="9ee1d29dbb46a9c11dd303be4ff4f72c"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="editableproduct.xml" hash="a2c7eddb958fe0b87ee9f08fb0103832"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Vishwasnature_Editableproduct.xml" hash="53aaaa14d0793209762fd1bbd11e1b8b"/></dir></target><target name="mage"><dir name="js"><dir name="editableproduct"><file name="jquery1.8.3.min.js" hash="3576a6e73c9dccdbbc4a2cf8ff544ad7"/><file name="jqueryNoConflict.js" hash="207348d71dee37cf2619322064fc9715"/></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="editableproduct"><file name="editableproduct.css" hash="00c2304103d7537603f91f4e569dd06b"/><dir name="images"><file name="cancel_icon.gif" hash="70a23b78353f0a7b9b118a937fcb7ea9"/><file name="success.gif" hash="465a056a3ba3d94367f51c3c0b751391"/></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|