Clockworkgeek_DashboardReviews - Version 1.0.6

Version Notes

Possible fix for AJAX 404 (apparently no results when tab is clicked).

Download this release

Release Info

Developer Clockworkgeek
Extension Clockworkgeek_DashboardReviews
Version 1.0.6
Comparing to
See all releases


Code changes from version 1.0.5 to 1.0.6

app/code/community/Clockworkgeek/DashboardReviews/etc/config.xml CHANGED
@@ -19,7 +19,7 @@
19
  <config>
20
  <modules>
21
  <Clockworkgeek_DashboardReviews>
22
- <version>1.0.5</version>
23
  </Clockworkgeek_DashboardReviews>
24
  </modules>
25
  <global>
@@ -34,7 +34,7 @@
34
  <adminhtml>
35
  <args>
36
  <modules>
37
- <dashboardreviews>Clockworkgeek_DashboardReviews</dashboardreviews>
38
  </modules>
39
  </args>
40
  </adminhtml>
19
  <config>
20
  <modules>
21
  <Clockworkgeek_DashboardReviews>
22
+ <version>1.0.6</version>
23
  </Clockworkgeek_DashboardReviews>
24
  </modules>
25
  <global>
34
  <adminhtml>
35
  <args>
36
  <modules>
37
+ <dashboardreviews before="Mage_Adminhtml">Clockworkgeek_DashboardReviews</dashboardreviews>
38
  </modules>
39
  </args>
40
  </adminhtml>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Clockworkgeek_DashboardReviews</name>
4
- <version>1.0.5</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>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>Repackaged for 1.5-1.7.</notes>
12
  <authors><author><name>Clockworkgeek</name><user>nonproffessional</user><email>nonproffessional@clockworkgeek.com</email></author></authors>
13
- <date>2012-12-29</date>
14
- <time>22:25:44</time>
15
- <contents><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="c6a6af577779727367f2b772f6eca940"/></dir></dir></dir></target><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="mageetc"><dir name="modules"><file name="Clockworkgeek_DashboardReviews.xml" hash="8eb4821e4a9c5fc84cd9cd8f7bcac622"/></dir></target></contents>
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>Clockworkgeek_DashboardReviews</name>
4
+ <version>1.0.6</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>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>Possible fix for AJAX 404 (apparently no results when tab is clicked).</notes>
12
  <authors><author><name>Clockworkgeek</name><user>nonproffessional</user><email>nonproffessional@clockworkgeek.com</email></author></authors>
13
+ <date>2013-06-16</date>
14
+ <time>18:02:30</time>
15
+ <contents><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="54f52a48d23a645e828ee900251992e4"/></dir></dir></dir></target><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="mageetc"><dir name="modules"><file name="Clockworkgeek_DashboardReviews.xml" hash="8eb4821e4a9c5fc84cd9cd8f7bcac622"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>