Version Notes
1.0.7
Download this release
Release Info
Developer | Magento Core Team |
Extension | Magazento_Megamenu |
Version | 1.0.7 |
Comparing to | |
See all releases |
Code changes from version 1.0.6 to 1.0.7
- app/code/community/Magazento/Megamenu/Block/Admin/Category/Grid.php +1 -1
- app/code/community/Magazento/Megamenu/Block/Navigation.php +2 -1
- app/code/community/Magazento/Megamenu/Helper/Data.php +1 -5
- media/magazento_megamenu/best_selling_img02.png +0 -0
- media/magazento_megamenu/logo.png +0 -0
- package.xml +5 -5
- skin/frontend/default/default/magazento/megamenu/img/Thumbs.db +0 -0
- skin/frontend/default/default/magazento/megamenu/img/leftcorner.gif +0 -0
- skin/frontend/default/default/magazento/megamenu/img/rightcorner.gif +0 -0
- skin/frontend/default/default/magazento/megamenu/menured.css +2 -2
app/code/community/Magazento/Megamenu/Block/Admin/Category/Grid.php
CHANGED
@@ -155,7 +155,7 @@ class Magazento_Megamenu_Block_Admin_Category_Grid extends Mage_Adminhtml_Block_
|
|
155 |
'confirm' => Mage::helper('megamenu')->__('Are you sure?')
|
156 |
));
|
157 |
|
158 |
-
array_unshift($statuses, array('label' => '', 'value' => ''));
|
159 |
$this->getMassactionBlock()->addItem('status', array(
|
160 |
'label' => Mage::helper('megamenu')->__('Change status'),
|
161 |
'url' => $this->getUrl('*/*/massStatus', array('_current' => true)),
|
155 |
'confirm' => Mage::helper('megamenu')->__('Are you sure?')
|
156 |
));
|
157 |
|
158 |
+
// array_unshift($statuses, array('label' => '', 'value' => ''));
|
159 |
$this->getMassactionBlock()->addItem('status', array(
|
160 |
'label' => Mage::helper('megamenu')->__('Change status'),
|
161 |
'url' => $this->getUrl('*/*/massStatus', array('_current' => true)),
|
app/code/community/Magazento/Megamenu/Block/Navigation.php
CHANGED
@@ -189,6 +189,7 @@ class Magazento_Megamenu_Block_Navigation extends Mage_Catalog_Block_Navigation
|
|
189 |
|
190 |
// -----------------------------------------------------------------------------
|
191 |
public function drawAllCategoriesMenu() {
|
|
|
192 |
$collection = $this->getStoreCategories();
|
193 |
foreach ($collection as $node) {
|
194 |
if ($node->getData('level') == 2) {
|
@@ -203,7 +204,7 @@ class Magazento_Megamenu_Block_Navigation extends Mage_Catalog_Block_Navigation
|
|
203 |
$storeId = Mage::app()->getStore()->getId();
|
204 |
$storeUrl = Mage::getModel('core/store')->load($storeId)->getUrl();
|
205 |
$storeUrl.='#';
|
206 |
-
|
207 |
$data=Mage::getModel('megamenu/data')->getItems();
|
208 |
$html='';
|
209 |
$i=0;
|
189 |
|
190 |
// -----------------------------------------------------------------------------
|
191 |
public function drawAllCategoriesMenu() {
|
192 |
+
$html = '';
|
193 |
$collection = $this->getStoreCategories();
|
194 |
foreach ($collection as $node) {
|
195 |
if ($node->getData('level') == 2) {
|
204 |
$storeId = Mage::app()->getStore()->getId();
|
205 |
$storeUrl = Mage::getModel('core/store')->load($storeId)->getUrl();
|
206 |
$storeUrl.='#';
|
207 |
+
$class = '';
|
208 |
$data=Mage::getModel('megamenu/data')->getItems();
|
209 |
$html='';
|
210 |
$i=0;
|
app/code/community/Magazento/Megamenu/Helper/Data.php
CHANGED
@@ -6,11 +6,7 @@
|
|
6 |
* Single Use, Limited Licence and Single Use No Resale Licence ["Single Use"]
|
7 |
*/
|
8 |
?>
|
9 |
-
|
10 |
-
|
11 |
-
<?php
|
12 |
-
|
13 |
-
class Magazento_Megamenu_Helper_Data extends Mage_Core_Helper_Abstract {
|
14 |
|
15 |
public function versionUseAdminTitle() {
|
16 |
$info = explode('.', Mage::getVersion());
|
6 |
* Single Use, Limited Licence and Single Use No Resale Licence ["Single Use"]
|
7 |
*/
|
8 |
?>
|
9 |
+
<?php class Magazento_Megamenu_Helper_Data extends Mage_Core_Helper_Abstract {
|
|
|
|
|
|
|
|
|
10 |
|
11 |
public function versionUseAdminTitle() {
|
12 |
$info = explode('.', Mage::getVersion());
|
media/magazento_megamenu/best_selling_img02.png
ADDED
Binary file
|
media/magazento_megamenu/logo.png
ADDED
Binary file
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Magazento_Megamenu</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>Single user license</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Magazento_Megamenu</summary>
|
10 |
<description>Magazento_Megamenu</description>
|
11 |
-
<notes>1.0.
|
12 |
<authors><author><name>volgodark</name><user>auto-converted</user><email>volgodark@gmail.com</email></author></authors>
|
13 |
-
<date>2011-03-
|
14 |
-
<time>10:
|
15 |
-
<contents><target name="magelocale"><dir name="en_US"><file name="Magazento_Megamenu.csv" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="magazento_megamenu.xml" hash="e2427b347504fbe9cae8a21545aee5b3"/></dir><dir name="template"><dir name="magazento"><dir name="megamenu"><file name="navigation.phtml" hash="3b8cf9e55a240d1104103cd7eb13d698"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="magazento"><dir name="megamenu"><dir name="img"><file name="all.gif" hash="8a5e2259f5cbf06bdbf303a258be4590"/><file name="bg.gif" hash="64f28d6651716a9bf6c9c1b279d80a9a"/><file name="border-right.png" hash="f219105c3b63bca830444a624f6c0914"/><file name="download.gif" hash="78ae9b78afc5a60258406494de688407"/><file name="drop.gif" hash="1be9ffe42c8d599225596272663e3e06"/><file name="drop.png" hash="4178363d189e1a18093bf7412a0b7808"/><file name="leftcorner.gif" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Magazento_Megamenu</name>
|
4 |
+
<version>1.0.7</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>Single user license</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Magazento_Megamenu</summary>
|
10 |
<description>Magazento_Megamenu</description>
|
11 |
+
<notes>1.0.7</notes>
|
12 |
<authors><author><name>volgodark</name><user>auto-converted</user><email>volgodark@gmail.com</email></author></authors>
|
13 |
+
<date>2011-03-25</date>
|
14 |
+
<time>02:10:08</time>
|
15 |
+
<contents><target name="magelocale"><dir name="en_US"><file name="Magazento_Megamenu.csv" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="magazento_megamenu.xml" hash="e2427b347504fbe9cae8a21545aee5b3"/></dir><dir name="template"><dir name="magazento"><dir name="megamenu"><file name="navigation.phtml" hash="3b8cf9e55a240d1104103cd7eb13d698"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="magazento"><dir name="megamenu"><dir name="img"><file name="all.gif" hash="8a5e2259f5cbf06bdbf303a258be4590"/><file name="bg.gif" hash="64f28d6651716a9bf6c9c1b279d80a9a"/><file name="border-right.png" hash="f219105c3b63bca830444a624f6c0914"/><file name="download.gif" hash="78ae9b78afc5a60258406494de688407"/><file name="drop.gif" hash="1be9ffe42c8d599225596272663e3e06"/><file name="drop.png" hash="4178363d189e1a18093bf7412a0b7808"/><file name="leftcorner.gif" hash="9a88b9a9ba2c3a96b0892c3f38139d34"/><file name="rightcorner.gif" hash="f5e8e1bd74c7a3168288628aac233176"/><file name="Thumbs.db" hash="78f42ea69e41e7893fff6fd7a4afdb78"/><file name="topblue.gif" hash="02f7263d507c5a5c6b44241d4f41e752"/></dir><file name="menublue.css" hash="bc26938027d29f7c2997c82449f5c752"/><file name="menured.css" hash="927e7e7a305f2b63fa82496ab550e63f"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Magazento"><dir name="Megamenu"><dir name="Block"><dir name="Admin"><dir name="Category"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="ae29814e184bde6a51d67758b0dea3d5"/><file name="Other.php" hash="d440a014b58f52858440cc1ad9f21d22"/></dir><file name="Form.php" hash="1ca0cba9f92e5e7dc2aae7e6687960cf"/><file name="Tabs.php" hash="23a9b98bd9280dafac550ae4b195946b"/></dir><dir name="Grid"><dir name="Renderer"><file name="Action.php" hash="9e321a6b0bc9a5693f67c261e6166cf5"/></dir></dir><file name="Edit.php" hash="6f105c018dc48a2d7c1f4ab93243350f"/><file name="Grid.php" hash="70d630ab07757b24d16b4bbdc4288247"/></dir><dir name="Item"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="ca52c55f14c73495699e0fe44a4d9682"/><file name="Other.php" hash="dd2e06290640a15d8632424d86dcce65"/></dir><file name="Form.php" hash="b248c109b2977a0bded8e52191f8e313"/><file name="Tabs.php" hash="f84fdc6b4881f27786c87eaee316ff4b"/></dir><dir name="Grid"><dir name="Renderer"><file name="Action.php" hash="579cdb91eccd2bcef1fd37cedf799a50"/></dir></dir><file name="Edit.php" hash="a7be290ac4b60d4002f0a03f4f9c1e9c"/><file name="Grid.php" hash="41c0ad1e7b0ccd182e8bd08d96dbafef"/></dir><file name="Category.php" hash="2fd77e63fc7a8f45369d6aa9175dcf69"/><file name="Item.php" hash="b6cb843fe7d97b5112a01e2d72a75061"/></dir><file name="Info.php" hash="51d3056e48ef8b293cb73a156b07648f"/><file name="Navigation.php" hash="db81c2000ab4c190158320fee5569e42"/></dir><dir name="controllers"><dir name="Admin"><file name="CategoryController.php" hash="475da78f2d42270c54ebb27bfd4798e2"/><file name="ItemController.php" hash="8b4679f75a1ca678889f9e79f1e723f9"/></dir></dir><dir name="etc"><file name="config.xml" hash="b167d521595f0eb23694961f264e5a8d"/><file name="system.xml" hash="09569fcc02d95eed32191a0630f059e8"/></dir><dir name="Helper"><file name="Data.php" hash="fd9d4815d0e4a8415b5d3c979ecb6aa9"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Category"><file name="Collection.php" hash="915b23f542ef944f6e9449b5a96f5788"/></dir><dir name="Item"><file name="Collection.php" hash="2067d928e8f5744db24c28d97e76aee5"/></dir><file name="Category.php" hash="2bbf9b2c1b35ee57ef14f3d0d69b8fd5"/><file name="Item.php" hash="da38ba45e0bccab66ed42f0ef8898a97"/></dir><dir name="Source"><file name="Align.php" hash="4e2d27ab5c6202717029b1cfc120cdb8"/><file name="Maximumsubcat.php" hash="00e32eb57a9a8e62310f8eebfaef104f"/><file name="Menuskin.php" hash="022a960cdafdedfde38584a1cbd19a0a"/></dir><dir name="Wysiwyg"><file name="Config.php" hash="b1f067d61abf14d4a4e04863d4ab2bc6"/></dir><file name="Category.php" hash="e52eb8d7255d539e0a0aa73685af9b8f"/><file name="Data.php" hash="a32db5420c95af4b3315867f0f51a3e4"/><file name="Item.php" hash="4d3fdfb1813528295531fde507a5f72a"/></dir><dir name="sql"><dir name="megamenu_setup"><file name="dump.sql" hash="57f9915301e4961fb4eb53fbe028ed49"/><file name="mysql4-install-1.0.0.php" hash="eb14531a183559e86e8e9b2ff43c7f5b"/></dir></dir></dir></dir></target><target name="magemedia"><dir name="magazento_megamenu"><file name="best_selling_img02.png" hash="b8fe1de14482a1c5aec698a05a97490d"/><file name="logo.png" hash="a62b34d49ee15792f69927cc8e061811"/></dir></target><target name="mageetc"><dir name="modules"><file name="Magazento_Megamenu.xml" hash="467bcdd347e4cce9d11fc9ea39271bfa"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
skin/frontend/default/default/magazento/megamenu/img/Thumbs.db
ADDED
Binary file
|
skin/frontend/default/default/magazento/megamenu/img/leftcorner.gif
CHANGED
Binary file
|
skin/frontend/default/default/magazento/megamenu/img/rightcorner.gif
CHANGED
Binary file
|
skin/frontend/default/default/magazento/megamenu/menured.css
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
.container1 {
|
2 |
height:40px;
|
3 |
width: 0 auto;
|
4 |
-
background:url("img/leftcorner.gif") no-repeat scroll 0 0
|
5 |
.container2 {
|
6 |
margin-left: 4px;
|
7 |
padding-right: 4px;
|
8 |
height:40px;
|
9 |
width: 0 auto;
|
10 |
-
background:url("img/rightcorner.gif") no-repeat scroll 100% 0
|
11 |
#menu {
|
12 |
list-style:none;
|
13 |
width: 0 auto;
|
1 |
.container1 {
|
2 |
height:40px;
|
3 |
width: 0 auto;
|
4 |
+
background:url("img/leftcorner.gif") no-repeat scroll 0 0 transparent ;}
|
5 |
.container2 {
|
6 |
margin-left: 4px;
|
7 |
padding-right: 4px;
|
8 |
height:40px;
|
9 |
width: 0 auto;
|
10 |
+
background:url("img/rightcorner.gif") no-repeat scroll 100% 0 transparent ;}
|
11 |
#menu {
|
12 |
list-style:none;
|
13 |
width: 0 auto;
|