menu_views 7.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| menu_views-7.x-2.1.tar.gz | 20.28 KB | 1ec0a742c76d1c8f60c69d304a741080 |
| menu_views-7.x-2.1.zip | 22.62 KB | 539e603d22d96242bd60777aa108c1d9 |
Release notes
Bug Fixes
- #1859994: Fatal error: Cannot use string offset ... menu_views.module line 82
- #1862960: Not working with empty arguments and default contextual filter functionality
- #1901034: Menu Views not showing up in admin areas
- #1876868: Human readable tokens fires notice for objects
- #1878968: Undefined property: stdClass::$menu in menu_views_node_prepare()
New Features
menu_views 7.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| menu_views-7.x-2.0.tar.gz | 21.09 KB | adc259eea36f03f1598f084264542b20 |
| menu_views-7.x-2.0.zip | 24.13 KB | 9b9cc44d28b3a4488156cdb076d3ff41 |
Release notes
This first official release of the 7.x-2.x branch and is stable for production use. Official support for the 7.x-1.x branch is no longer supported.
This has been a major overhaul of the 1.x branch. The largest change and reason for version bump is that Menu Views now intercepts the theme_menu_link() instead of theme_link(). This is a major improvement in performance and also helps with contrib modules like: Menu Block, Nice Menus and Superfish (see: #1617802-8: Create a release from 7.x-1.x-dev to support Menu Views). Overall code has been consolidated into fewer files.
Read moremenu_views 7.x-2.0-rc2
| Download | Size | md5 hash |
|---|---|---|
| menu_views-7.x-2.0-rc2.tar.gz | 19.5 KB | b4ccda6b0b3996a301506cf1c33787cb |
| menu_views-7.x-2.0-rc2.zip | 21.83 KB | 65b2f75402dd0e5cfa32899f5c042318 |
Release notes
This is the second release candidate and it is mostly stable for production use. This release fixed issues with the upgrade from 7.x-1x to 7.x-2.x: #1817622: Upgrading from 1 to 2 destroyed existing menu items. It also fixed issues with being able to select the proper parent item.
NOTE: This release is in fact stable from a fresh install. It can however contain a few minor bugs that will only be discovered with actual production use if you are upgrading from 7.x-1.x to 7.x-2.x, please back-up your site before upgrading (just in case).
This has been a major overhaul of the 1.x branch. The largest change and reason for version bump is that Menu Views now intercepts the theme_menu_link() instead of theme_link(). This is a major improvement in performance and also helps with contrib modules like: Menu Block, Nice Menus and Superfish (see: #1404802-10: Not working with Superfish.) . Overall code has been consolidated into fewer files.
Read moremenu_views 7.x-2.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| menu_views-7.x-2.0-rc1.tar.gz | 19.45 KB | 54ab535bf96c61aeaf029f06d201fbec |
| menu_views-7.x-2.0-rc1.zip | 21.77 KB | b96f7cc40bf84aa8faedc81e9a8a9366 |
Release notes
This is the first release candidate and is stable for production use. This release may, however, contain a few minor bugs that will only be discovered with actual production use. Use with caution.
This has been a major overhaul of the 1.x branch. The largest change and reason for version bump is that Menu Views now intercepts the theme_menu_link() instead of theme_link(). This is a major improvement in performance and also helps with contrib modules like: Menu Block, Nice Menus and Superfish (see: #1404802-10: Not working with Superfish.) . Overall code has been consolidated into fewer files.
The UI has also undergone a radical improvement to help simplify the creation of a menu item view. Instead of attaching a view to a menu link item, there is now a toggle at the top of every menu item that allows you to switch between a "link" and "view" menu item type. I think this helps clarify whether the menu item is a link or a view, avoiding the confusion on whether it will show or not.
menu_views_update_7200
Upgrades existing menu items that have attached views. This is a major update for the 7.x-2.x branch.
Bug Fixes
#1535524: Breadcrumb broken
#1533084: Menu Attributes incompatabilty - <view> path bug
#1808736: Undefined index: original... line 327, View title options not working/displaying
Now Supported
#1459424: Menu views does not work with Nice Menu
Read moremenu_views 7.x-2.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| menu_views-7.x-2.0-beta2.tar.gz | 19.75 KB | 4e4fc2d962c5b58b6e6f2faa65f07aea |
| menu_views-7.x-2.0-beta2.zip | 22.1 KB | ca1b3b48fa820cf97edf4c90735ec021 |
Release notes
This is the second beta release (production servers be warned). I need everyone's help in testing and debugging this module before a stable release can be made.
This has been a major overhaul of the 1.x branch. The largest change and reason for version bump is that Menu Views now intercepts the theme_menu_link() instead of theme_link(). This is a major improvement in performance and also helps with contrib modules like: Menu Block, Nice Menus and Superfish (see: #1404802-10: Not working with Superfish.) . Overall code has been consolidated into fewer files.
The UI has also undergone a radical improvement to help simplify the creation of a menu item view. Instead of attaching a view to a menu link item, there is now a toggle at the top of every menu item that allows you to switch between a "link" and "view" menu item type. I think this helps clarify whether the menu item is a link or a view, avoiding the confusion on whether it will show or not.
menu_views_update_7200
Upgrades existing menu items that have attached views. This is a major update for the 7.x-2.x branch.
Bug Fixes
#1535524: Breadcrumb broken
#1533084: Menu Attributes incompatabilty - <view> path bug
#1808736: Undefined index: original... line 327, View title options not working/displaying
Now Supported
#1459424: Menu views does not work with Nice Menu
#1614886: Menu Block won't work with Menu Views
#1790444: Conflict with bigmenu module
#1404802-10: Not working with Superfish.
menu_views 7.x-2.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| menu_views-7.x-2.0-beta1.tar.gz | 16.12 KB | 2cb1f697cd180cce1e9d6372950aa771 |
| menu_views-7.x-2.0-beta1.zip | 18.28 KB | 6638f911f7adc3e3e670d3496e795863 |
Release notes
First beta release (production servers be warned). I need everyone's help in testing and debugging this module before a stable release can be made.
This has been a major overhaul of the 1.x branch. The largest change and reason for version bump is that Menu Views now intercepts the theme_menu_link() instead of theme_link(). This is a major improvement in performance and also helps with contrib modules like: Menu Block, Nice Menus and Superfish (see: #1404802-10: Not working with Superfish.) . Overall code has been consolidated into fewer files.
The UI has also undergone a radical improvement to help simplify the creation of a menu item view. Instead of attaching a view to a menu link item, there is now a toggle at the top of every menu item that allows you to switch between a "link" and "view" menu item type. I think this helps clarify whether the menu item is a link or a view, avoiding the confusion on whether it will show or not.
menu_views_update_7200
Upgrades existing menu items that have attached views. This is a major update for the 7.x-2.x branch.
Bug Fixes
#1535524: Breadcrumb broken
#1533084: Menu Attributes incompatabilty - <view> path bug
#1808736: Undefined index: original... line 327, View title options not working/displaying
Now Supported
#1459424: Menu views does not work with Nice Menu
#1614886: Menu Block won't work with Menu Views
#1790444: Conflict with bigmenu module
#1404802-10: Not working with Superfish.
menu_views 7.x-2.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| menu_views-7.x-2.0-alpha1.tar.gz | 14.51 KB | a1e7d2f6e11912b36b69fbb690e4b314 |
| menu_views-7.x-2.0-alpha1.zip | 16.43 KB | 944b707a69206a1a184df2206fb82084 |
Release notes
Update #7200:
Upgrades existing menu items that have attached views. This is a major update for the 7.x-2.x branch.
First alpha release (meaning that this should NOT be installed on production servers). I need everyone's help in testing and debugging this module before a stable release can be made.
This has been a major overhaul of the 1.x branch. The largest change and reason for version bump is that Menu Views now intercepts the theme_menu_link() instead of theme_link(). This is a major improvement in performance and also helps with a some contrib modules like: Menu Block and Nice Menus. Overall code has been consolidated into fewer files.
The UI has also undergone a radical improvement to help simplify the creation of a menu item view. Instead of attaching a view to a menu link item, there is now a toggle at the top of every menu item that allows you to switch between a "link" and "view" menu item type.
Bug Fixes
#1459424: Menu views does not work with Nice Menu
#1614886: Menu Block won't work with Menu Views
#1790444: Conflict with bigmenu module
Feature Request
Partially implemented (does not actually render yet) - #1786856: Provide options to render the view title
menu_views 7.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| menu_views-7.x-2.x-dev.tar.gz | 20.29 KB | a07547f0d5253f48a043d4c543de07b6 |
| menu_views-7.x-2.x-dev.zip | 22.63 KB | e4802efd1caa25ee67b8d9b1ba3d4d05 |
Release notes
Menu Views 7.x-2.x development branch.
menu_views 7.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| menu_views-7.x-1.4.tar.gz | 13.3 KB | ead3bc84f113709a14988ab24e13bbf2 |
| menu_views-7.x-1.4.zip | 16.04 KB | 04082fea669cc84cb673c11de73359af |
Release notes
NOTE: This was the last release of the 7.x-1.x branch and contains many issues that were addressed in the 7.x-2.x branch. No work will be done on this branch, unless there are security breaches discovered. New users should download from the stable 7.x-2.x branch version instead.
Fixes #1533084: Menu Attributes incompatabilty - <view> path bug.
menu_views 7.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| menu_views-7.x-1.3.tar.gz | 13.21 KB | 49ebc028210c94d076c4a74ac8709420 |
| menu_views-7.x-1.3.zip | 15.95 KB | 544aa2de56473a6b69575b07ed760ac7 |
Release notes
Major bug fixed #1433698: View doesn't appear. Strongly recommended update.
Includes database updates. Please backup your database and test on a local sandbox before moving to production.
menu_views 7.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| menu_views-7.x-1.2.tar.gz | 12.34 KB | d3df58cbe70df21869ed43ee9b43b61e |
| menu_views-7.x-1.2.zip | 15.07 KB | 62b5425026faed151139ac84a6a32b49 |
Release notes
Bug Fixes:
- Major overhaul of code base (fix for #1415140: Not working with Menu attributes).
Added features:
- Token API support for view arguments.
- Administration permission for adding/configuring menu views to existing menu items.
Database Updates:
7100
- Updates module weight in system table.
- Grants the "administer menu views" permission to roles that currently have the "administer menu" permission.
7101
- Replaces attached view arguments (%N and %P) of menu link items with Token API equivalents.
menu_views 7.x-1.2-rc1
| Download | Size | md5 hash |
|---|---|---|
| menu_views-7.x-1.2-rc1.tar.gz | 12.35 KB | b7a2b82d336eba0614622c27220c3ec9 |
| menu_views-7.x-1.2-rc1.zip | 15.07 KB | b831a40c09c6f9a1811bf9d8f4d48ede |
Release notes
Wrong tag.
menu_views 7.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| menu_views-7.x-1.1.tar.gz | 9.87 KB | 7cda268ce25e14b7c908c50cbfcb3bec |
| menu_views-7.x-1.1.zip | 10.55 KB | 5be198fd927e48ce1fe26a35e5e6dec4 |
Release notes
Fixed minor coder issues.
Moved theming override from hook_menu_link to hook_link. Now processes primary and secondary navigations. Overall improvements to UI and code.
menu_views 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| menu_views-7.x-1.x-dev.tar.gz | 13.31 KB | 4dd7bb7894d6b83d131905f35c421efb |
| menu_views-7.x-1.x-dev.zip | 16.05 KB | e3ed798202a1042c91fc2379267566d5 |
Release notes
Development Branch. May contain bugs. Not recommended for development purposes.
menu_views 7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| menu_views-7.x-1.0.tar.gz | 9.47 KB | 86c9ad50a66c9ae2a7dde73bd2c45f7b |
| menu_views-7.x-1.0.zip | 9.97 KB | 1dedfd30436689145bf9984aa099a6c5 |
Release notes
Initial release of Menu Views.