Version Notes
Tested with Magento 1.3 & 1.4. Considered stable.
--1.0.1 - Bug fix. Could not include required file when compilation was enabled.
Download this release
Release Info
Developer | Magento Core Team |
Extension | Clockworkgeek_DashboardReviews |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/code/community/Clockworkgeek/DashboardReviews/controllers/DashboardReviewsController.php
CHANGED
@@ -15,8 +15,6 @@
|
|
15 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
|
18 |
-
require_once 'Mage/Adminhtml/Controller/Action.php';
|
19 |
-
|
20 |
class Clockworkgeek_DashboardReviews_DashboardReviewsController extends Mage_Adminhtml_Controller_Action
|
21 |
{
|
22 |
|
15 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
|
|
|
|
|
18 |
class Clockworkgeek_DashboardReviews_DashboardReviewsController extends Mage_Adminhtml_Controller_Action
|
19 |
{
|
20 |
|
package.xml
CHANGED
@@ -1,18 +1,20 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Clockworkgeek_DashboardReviews</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Show the newest, pending product reviews on the admin dashboard.</summary>
|
10 |
<description>This extension allows you to quickly see if any reviews are waiting to be approved without navigating the menus.</description>
|
11 |
-
<notes>Tested with Magento 1.3 & 1.4. Considered stable
|
|
|
|
|
12 |
<authors><author><name>Clockworkgeek</name><user>auto-converted</user><email>daniel@clockworkgeek.com</email></author></authors>
|
13 |
-
<date>2010-06-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="dashboardreviews.xml" hash="b967cebe14913211d0261fe076909fbd"/></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Clockworkgeek"><dir name="DashboardReviews"><dir name="Block"><file name="Grid.php" hash="c54f2fde1e446141320b93a7c3500795"/><file name="Tab.php" hash="46a11ff49eb35366693c8f5a61e567e9"/></dir><dir name="controllers"><file name="DashboardReviewsController.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Clockworkgeek_DashboardReviews</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Show the newest, pending product reviews on the admin dashboard.</summary>
|
10 |
<description>This extension allows you to quickly see if any reviews are waiting to be approved without navigating the menus.</description>
|
11 |
+
<notes>Tested with Magento 1.3 & 1.4. Considered stable.
|
12 |
+
|
13 |
+
--1.0.1 - Bug fix. Could not include required file when compilation was enabled.</notes>
|
14 |
<authors><author><name>Clockworkgeek</name><user>auto-converted</user><email>daniel@clockworkgeek.com</email></author></authors>
|
15 |
+
<date>2010-06-11</date>
|
16 |
+
<time>12:29:43</time>
|
17 |
+
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="dashboardreviews.xml" hash="b967cebe14913211d0261fe076909fbd"/></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Clockworkgeek"><dir name="DashboardReviews"><dir name="Block"><file name="Grid.php" hash="c54f2fde1e446141320b93a7c3500795"/><file name="Tab.php" hash="46a11ff49eb35366693c8f5a61e567e9"/></dir><dir name="controllers"><file name="DashboardReviewsController.php" hash="9cf44f7081c04bbfb94914c8416e7213"/></dir><dir name="etc"><file name="config.xml" hash="05eb3c96692aa58428bf10c86f41a691"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Clockworkgeek_DashboardReviews.xml" hash="8eb4821e4a9c5fc84cd9cd8f7bcac622"/></dir></target></contents>
|
18 |
<compatible/>
|
19 |
<dependencies/>
|
20 |
</package>
|