Version Notes
- PHPDoc for classes
Download this release
Release Info
Developer | Digital Pianism |
Extension | DigitalPianism_ExportReview |
Version | 0.0.3 |
Comparing to | |
See all releases |
Code changes from version 0.0.2 to 0.0.3
app/code/community/DigitalPianism/ExportReview/Block/Review/Grid.php
CHANGED
@@ -3,8 +3,15 @@
|
|
3 |
Grid to add the export button
|
4 |
*/
|
5 |
|
|
|
|
|
|
|
6 |
class DigitalPianism_ExportReview_Block_Review_Grid extends Mage_Adminhtml_Block_Review_Grid
|
7 |
{
|
|
|
|
|
|
|
|
|
8 |
protected function _prepareColumns()
|
9 |
{
|
10 |
|
3 |
Grid to add the export button
|
4 |
*/
|
5 |
|
6 |
+
/**
|
7 |
+
* Class DigitalPianism_ExportReview_Block_Review_Grid
|
8 |
+
*/
|
9 |
class DigitalPianism_ExportReview_Block_Review_Grid extends Mage_Adminhtml_Block_Review_Grid
|
10 |
{
|
11 |
+
/**
|
12 |
+
* @return $this
|
13 |
+
* @throws Exception
|
14 |
+
*/
|
15 |
protected function _prepareColumns()
|
16 |
{
|
17 |
|
app/code/community/DigitalPianism/ExportReview/controllers/Catalog/Product/ReviewController.php
CHANGED
@@ -5,6 +5,9 @@ Controller to add the CSV and XML export for the reviews */
|
|
5 |
|
6 |
include_once("Mage/Adminhtml/controllers/Catalog/Product/ReviewController.php");
|
7 |
|
|
|
|
|
|
|
8 |
class DigitalPianism_ExportReview_Catalog_Product_ReviewController extends Mage_Adminhtml_Catalog_Product_ReviewController
|
9 |
{
|
10 |
/**
|
5 |
|
6 |
include_once("Mage/Adminhtml/controllers/Catalog/Product/ReviewController.php");
|
7 |
|
8 |
+
/**
|
9 |
+
* Class DigitalPianism_ExportReview_Catalog_Product_ReviewController
|
10 |
+
*/
|
11 |
class DigitalPianism_ExportReview_Catalog_Product_ReviewController extends Mage_Adminhtml_Catalog_Product_ReviewController
|
12 |
{
|
13 |
/**
|
app/code/community/DigitalPianism/ExportReview/etc/config.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
|
4 |
<modules>
|
5 |
<DigitalPianism_ExportReview>
|
6 |
-
<version>0.0.
|
7 |
</DigitalPianism_ExportReview>
|
8 |
</modules>
|
9 |
|
3 |
|
4 |
<modules>
|
5 |
<DigitalPianism_ExportReview>
|
6 |
+
<version>0.0.3</version>
|
7 |
</DigitalPianism_ExportReview>
|
8 |
</modules>
|
9 |
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>DigitalPianism_ExportReview</name>
|
4 |
-
<version>0.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Export Reviews to CSV/Excel for Magento.</summary>
|
10 |
<description>This extension allows users to export customer reviews in both CSV / Excel types.</description>
|
11 |
-
<notes
|
12 |
<authors><author><name>Digital Pianism</name><user>raphaelpetrini</user><email>raphael.petrini@free.fr</email></author></authors>
|
13 |
-
<date>2014-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="DigitalPianism"><dir name="ExportReview"><dir name="Block"><dir name="Review"><file name="Grid.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>4.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>DigitalPianism_ExportReview</name>
|
4 |
+
<version>0.0.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Export Reviews to CSV/Excel for Magento.</summary>
|
10 |
<description>This extension allows users to export customer reviews in both CSV / Excel types.</description>
|
11 |
+
<notes>- PHPDoc for classes</notes>
|
12 |
<authors><author><name>Digital Pianism</name><user>raphaelpetrini</user><email>raphael.petrini@free.fr</email></author></authors>
|
13 |
+
<date>2014-12-19</date>
|
14 |
+
<time>11:32:08</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="DigitalPianism"><dir name="ExportReview"><dir name="Block"><dir name="Review"><file name="Grid.php" hash="4ccfc2e6270ca92fbe4d927445c26940"/></dir></dir><dir name="controllers"><dir name="Catalog"><dir name="Product"><file name="ReviewController.php" hash="19ba923296d4d8a1f516c7335a6edc02"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="12dddc22447c83cb91b288a42dbc7cf8"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="DigitalPianism_ExportReview.xml" hash="4f5f0512a60878f5d25ffd2d12da2265"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>4.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|