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.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
app/code/community/Vishwasnature/Editableproduct/controllers/Adminhtml/Catalog/CategoryController.php
CHANGED
@@ -1,38 +1,5 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
-
/**
|
4 |
-
* Magento
|
5 |
-
*
|
6 |
-
* NOTICE OF LICENSE
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* If you did not receive a copy of the license and are unable to
|
13 |
-
* obtain it through the world-wide-web, please send an email
|
14 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
-
*
|
16 |
-
* DISCLAIMER
|
17 |
-
*
|
18 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
-
* versions in the future. If you wish to customize Magento for your
|
20 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
-
*
|
22 |
-
* @category Mage
|
23 |
-
* @package Mage_Adminhtml
|
24 |
-
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
25 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
-
*/
|
27 |
-
/**
|
28 |
-
* Catalog category controller
|
29 |
-
*
|
30 |
-
* @category Mage
|
31 |
-
* @package Mage_Adminhtml
|
32 |
-
* @author Magento Core Team <core@magentocommerce.com>
|
33 |
-
*/
|
34 |
-
include("Mage/Adminhtml/controllers/Catalog/CategoryController.php");
|
35 |
-
|
36 |
class Vishwasnature_Editableproduct_Adminhtml_Catalog_CategoryController extends Mage_Adminhtml_Catalog_CategoryController {
|
37 |
|
38 |
public function editablegridAction() {
|
@@ -83,3 +50,4 @@ class Vishwasnature_Editableproduct_Adminhtml_Catalog_CategoryController extends
|
|
83 |
}
|
84 |
|
85 |
}
|
|
1 |
<?php
|
2 |
+
require_once "Mage/Adminhtml/controllers/Catalog/CategoryController.php";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
class Vishwasnature_Editableproduct_Adminhtml_Catalog_CategoryController extends Mage_Adminhtml_Catalog_CategoryController {
|
4 |
|
5 |
public function editablegridAction() {
|
50 |
}
|
51 |
|
52 |
}
|
53 |
+
?>
|
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>
|
@@ -11,8 +11,8 @@
|
|
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:
|
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="
|
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.2</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>
|
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:47:00</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="b791ba8e45097bb9ac6c17a2271f5b24"/></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>
|