Version Notes
Just updating the package info. Fixing required PHP version.
This has been tested on Community 1.7.X and Enterprise 1.12.X. It is currently stable, without known bugs. It does not rely on any external libraries.
Download this release
Release Info
Developer | Tim Reynolds |
Extension | Treynolds_Qsearch |
Version | 0.0.2 |
Comparing to | |
See all releases |
Code changes from version 0.0.1 to 0.0.2
app/code/community/Treynolds/Qconfig/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Treynolds_Qconfig>
|
5 |
-
<version>0.0.
|
6 |
</Treynolds_Qconfig>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Treynolds_Qconfig>
|
5 |
+
<version>0.0.2</version>
|
6 |
</Treynolds_Qconfig>
|
7 |
</modules>
|
8 |
<global>
|
package.xml
CHANGED
@@ -1,18 +1,20 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Treynolds_Qsearch</name>
|
4 |
-
<version>0.0.
|
5 |
<stability>stable</stability>
|
6 |
-
<license uri="http://opensource.org/licenses/osl-3.0.php">
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Adds Quick Search functionality to the Admin -> System -> Configuration page.</summary>
|
10 |
<description>A simple but effective module to make working in the System -> Configuration area of the Magento Admin easier for my clients. With qsearch you get a text box that will search the labels and values of fields for any that match your input. Areas that don't match will be shaded out, allowing you to quickly and accurately navigate the configuration area. </description>
|
11 |
-
<notes>
|
|
|
|
|
12 |
<authors><author><name>Tim Reynolds</name><user>timreynolds</user><email>reynolds.timj@gmail.com</email></author></authors>
|
13 |
-
<date>2012-10-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Treynolds"><dir name="Qconfig"><dir name="Block"><dir name="Adminhtml"><file name="Qsearch.php" hash="4d999525f1192554818c0502fc375dd0"/><dir name="System"><dir name="Config"><file name="Edit.php" hash="23e969d321efc6d568b9a9a5d467c5a3"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="2171565f47e31df689f582306b9023aa"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="QconfigController.php" hash="67bcd4fe6344bd9276bd5ce510eee444"/></dir></dir><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><php><min>5.3.0</min><max>5.
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Treynolds_Qsearch</name>
|
4 |
+
<version>0.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
+
<license uri="http://opensource.org/licenses/osl-3.0.php">MIT License</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Adds Quick Search functionality to the Admin -> System -> Configuration page.</summary>
|
10 |
<description>A simple but effective module to make working in the System -> Configuration area of the Magento Admin easier for my clients. With qsearch you get a text box that will search the labels and values of fields for any that match your input. Areas that don't match will be shaded out, allowing you to quickly and accurately navigate the configuration area. </description>
|
11 |
+
<notes>Just updating the package info. Fixing required PHP version. 
|
12 |
+

|
13 |
+
This has been tested on Community 1.7.X and Enterprise 1.12.X. It is currently stable, without known bugs. It does not rely on any external libraries. </notes>
|
14 |
<authors><author><name>Tim Reynolds</name><user>timreynolds</user><email>reynolds.timj@gmail.com</email></author></authors>
|
15 |
+
<date>2012-10-28</date>
|
16 |
+
<time>15:39:20</time>
|
17 |
+
<contents><target name="magecommunity"><dir name="Treynolds"><dir name="Qconfig"><dir name="Block"><dir name="Adminhtml"><file name="Qsearch.php" hash="4d999525f1192554818c0502fc375dd0"/><dir name="System"><dir name="Config"><file name="Edit.php" hash="23e969d321efc6d568b9a9a5d467c5a3"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="2171565f47e31df689f582306b9023aa"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="QconfigController.php" hash="67bcd4fe6344bd9276bd5ce510eee444"/></dir></dir><dir name="etc"><file name="config.xml" hash="063f1c64a9eb6becb44b805ab0ba5777"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><dir name="treynolds"><file name="qconfig.xml" hash="0133fbbbb066d8ef762df43bdde98dca"/></dir></dir><dir name="template"><dir name="treynolds"><dir name="qconfig"><file name="qsearch.phtml" hash="54256feeb5cd421f658e9210633fca3f"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="base"><dir name="default"><dir name="treynolds"><file name="ajax-loader.gif" hash="394bafc3cc4dfb3a0ee48c1f54669539"/><file name="qconfig.css" hash="6ad9d4a0ed3807f353fdbf9392fd5ed0"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Treynolds_Qconfig.xml" hash="388ba20b88932a6b99967f80fda43505"/></dir></target><target name="mage"><dir name="js"><dir name="treynolds"><file name="qconfig.js" hash="301f9abaedbe747b1069199e08625692"/></dir></dir></target></contents>
|
18 |
<compatible/>
|
19 |
+
<dependencies><required><php><min>5.3.0</min><max>5.5.0</max></php></required></dependencies>
|
20 |
</package>
|