Version Notes
Typo fixes, properly aborts ajax requests.
Download this release
Release Info
Developer | Alan Storm |
Extension | Pulsestorm_Launcher |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
app/code/community/Pulsestorm/Launcher/Model/Observer.php
CHANGED
@@ -171,7 +171,8 @@ class Pulsestorm_Launcher_Model_Observer
|
|
171 |
|
172 |
if(!$root)
|
173 |
{
|
174 |
-
|
|
|
175 |
}
|
176 |
|
177 |
$block = $layout->createBlock('pulsestorm_launcher/breadcrumbs', 'breadcrumbs');
|
171 |
|
172 |
if(!$root)
|
173 |
{
|
174 |
+
$root = $layout->createBlock('page/html', 'root');
|
175 |
+
$layout->setBlock('root', $root);
|
176 |
}
|
177 |
|
178 |
$block = $layout->createBlock('pulsestorm_launcher/breadcrumbs', 'breadcrumbs');
|
app/code/community/Pulsestorm/Launcher/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Pulsestorm_Launcher>
|
5 |
-
<version>1.0.
|
6 |
</Pulsestorm_Launcher>
|
7 |
</modules>
|
8 |
<frontend>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Pulsestorm_Launcher>
|
5 |
+
<version>1.0.3</version>
|
6 |
</Pulsestorm_Launcher>
|
7 |
</modules>
|
8 |
<frontend>
|
package.xml
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
-
<package><name>Pulsestorm_Launcher</name><version>1.0.
|
1 |
<?xml version="1.0"?>
|
2 |
+
<package><name>Pulsestorm_Launcher</name><version>1.0.3</version><stability>stable</stability><license>MIT</license><channel>community</channel><extends></extends><summary>Provides navigation shortcuts for the admin console's navigation and gloal search</summary><description>This extension provides Magento admin console users with an "application launcher". This application launcher provides instant access to the admin console's navigation, every system configuration search section, as well as the Magento global search. The Pulse Storm launcher is a free, open source, must have extension for anyone working with Magento. </description><notes>Typo fixes, properly aborts ajax requests.</notes><authors><author><name>Alan Storm</name><user>alanstorm</user><email>astorm@alanstorm.com</email></author></authors><date>2013-01-11</date><time>13:52:50</time><compatible></compatible><dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies><contents><target name="mage"><dir name="app"><dir name="code"><dir name="community"><dir name="Pulsestorm"><dir name="Launcher"><file name="README.md" hash="6593ef7d7685f05fd806828a9a0593ce"/><dir name="Block"><file name="Breadcrumbs.php" hash="17f7faf76b226c9351f02d22a5ff44d5"/><dir name="Page"><file name="Menu.php" hash="9e2086c0e2f7b7d1f47d3bc071d75da1"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="10ad3abbcfed784a909080b735d7a7fc"/><file name="config.xml" hash="2d3b1482155cdabb7aef23731585c17a"/><file name="system.xml" hash="2034bd9b0cb236974d037231e0739f3b"/></dir><dir name="Helper"><file name="Data.php" hash="1fc4917e3807911e9d7b6601aeeda82d"/></dir><dir name="Model"><file name="Links.php" hash="d0f545b5e5a1c1fb17ef0046a3d53bb7"/><file name="Observer.php" hash="8d9b08263669681af71fe397aea98a97"/></dir></dir></dir></dir></dir><dir name="design"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="pulsestorm_launcher"><file name="hook.phtml" hash="448893b714d310dc1a573dcdc262d650"/><file name="js-nav.phtml" hash="7f21fea3a44b22f2a6830503fcb0c4d5"/></dir></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="Pulsestorm_Launcher.xml" hash="39d02d974ef2ad1d970e9fcb83ccdff8"/></dir></dir></dir><dir name="skin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="pulsestorm_launcher"><file name="main.css" hash="a6c225a68bc2a6e61b2d7b8e1e0220bd"/></dir></dir></dir></dir></dir></target></contents></package>
|