admin_menu 7.x-3.0-rc7

Bug fixes

Related commits:
Issue #3272088 by suvasish.manna, marciaibanez, RenatoG: Php 8 Compatibility Issue
7.x-3.x
Issue #3171278 by dmitrit, RenatoG: Incorrect language used when generating an URL for client side JS callback
Issue #2857773 by thalles, Chris Matthews, truls1502, Paul Broon, pheski, HongPong, rajeev_drupal, donaldinou, pifagor: Duplicate menus
Issue #3044367 by Aporie, thalles, raphaellmario: Unsupported operand types in theme_admin_menu_links()
Issue #3062528 by thalles: Clear code on inc/imce.admin.inc

admin_menu 6.x-1.9

Bug fixes

Changes since 6.x-1.8:

  • #2360249 by pvasili, konstantin.komelin, Eyal Shalev, ofry, Plazik, dalin, gngn, marcmueller: Fixed tertiary menu items not visible in Firefox 34.
  • #927018 by DamienMcKenna, mikeytown2: Fixed PHP notice in admin_menu_link_build().

admin_menu 7.x-3.0-rc2

Bug fixes

Important: Administration Views (admin_views) has been moved into a separate project and is no longer included.

Changes since 7.x-3.0-rc1:

admin_menu 6.x-1.8

Bug fixes

This fixes a regression in the last release.

Changes since 6.x-1.7:

  • #1190466 by pwolanin: fix for Call to undefined function admin_menu_exit() breaks some drush commands.

You should update to this from 6.x-1.5 because of major bug fixes which may affect your site's performance and security.

Changes since 6.x-1.6:

admin_menu 6.x-1.7

Bug fixes

This release includes major bug fixes which may affect your site's performance and security.

Changes since 6.x-1.6:

  • #1189672 by pwolanin: fix for 'flush all caches' open to csrf.
  • #1189532 by pwolanin: fix rebuild logic to avoid an extra menu rebuild.

admin_menu 7.x-3.0-rc1

First release candidate for Drupal 7. Some known bugs exist; check the issue queue. Contributions welcome!

Changes since Drupal 6:

#990774 by sun: Updated for $closure renamed to $page_bottom.
#991906 by johnv, sun: Added configure to .info file.
#947198 by sun: Added hint about disabling Toolbar.
by sun: Updated administrative settings form for D7 UX guidelines.
by sun: Disabled "Rebuild system links" button on settings form.
#420816 by sun, smk-ka: Improved on-demand loading of dynamic paths.
#420816 by tim.plunkett: Fixed dynamic Field UI paths for vocabularies.
#871774 by swentel: Fixed developer modules toggle still uses referer_uri().
#671760 by sun: Updated for new preprocess defaults.
#731462 by sun: Updated for system_rebuild_theme_data().
by sun: Re-added a "Rebuild system links" button to settings form.
#420816 by tim.plunkett: Updated taxonomy path map for machine names.
#857688 by sun: Updated for reverted system_settings_form().
#420816 by smk-ka, sun: Added merging of menu trees containing dynamic paths.
by sun: Fixed tests and minor admin_menu_toolbar styling issues.
by sun: Fixed various styling issues for admin_menu and admin_menu_toolbar.
by sun: Updated for Schema API, DBTNG, coding standards.
by sun: Updated for new admin/modules path.
#701424 by hutch: Updated for new admin/people/people path.

admin_menu 6.x-1.5

Bug fixes

Changes since DRUPAL-6--1-4:

  • #471504 by wulff: Updated Danish translation.
  • by hass: Updated German translation.
  • #236657 by sun: Updated for corrected arguments of system_clear_cache_submit().
  • #479922 by sun: Fixed fieldsets not collapsed on admin/build/modules/list*.
  • Reverted bad translation by hass.

admin_menu 5.x-2.8

Bug fixes

Changes since DRUPAL-5--2-7:

  • #362454 by sun: Fixed Drupal.settings.admin_menu is undefined JS error in some browsers.

Changes since DRUPAL-5--2-6:

admin_menu 6.x-1.3

Bug fixes

Changes since DRUPAL-6--1-2:

  • Fixed ugly German translations.
  • #362454 by sun: Fixed Drupal.settings.admin_menu is undefined JS error in some browsers.

Changes since DRUPAL-6--1-1:

admin_menu 6.x-1.0

New features
Bug fixes

Changes since DRUPAL-6--1-0-BETA:

  • #132524 by pwolanin: Fixed admin_menu links are re-inserted each time menu links are rebuilt.
  • #268373 by sun, pwolanin: Re-implement 5.x-2.x features (see below).
  • #266308 by sun: Fixed jQuery 1.0.x incompatible selector for collapsing modules.

Changes since DRUPAL-6--1:

admin_menu 6.x-1.0-beta

New features
Bug fixes

First official beta release considered ready for public utilization and deployment.

Many thanks to Peter Wolanin (one of the co-authors of the new menu system in Drupal 6.x) for letting this become a reality.

admin_menu 5.x-2.4

New features
Bug fixes

Release 5.x-2.3 contained critical bugs, please update.

Changes since DRUPAL-5--2-2:

admin_menu 5.x-2.2

New features
Bug fixes

#204884 by jjeff: Usability: Override theme font family declaration.
#204935 by jjeff: Added mouseout delay for hovered menus (yay!).
#193941 by downgang: Fixed margin in IE6 using Garland theme.
#197306 by sun: Fixed 'Run updates' leads to wrong url with clean URLs disabled.
Moved images into sub-folder.
by smk-ka: Fixed icon title for user counter not displayed & coding style.
Fixed user count not displayed without 'administer users' permission.

admin_menu 5.x-2.1

Bug fixes

Drupal Administration Menu v2 comes with many great developer features and usability improvements.

admin_menu 5.x-2.0

New features

Drupal Administration Menu v2 comes with many great developer features and usability improvements.

  • The icon links to a site's front page now and has turned into a menu.
  • Links to the special pages 'Run cron' and update.php are displayed in the icon menu.
  • hook_admin_menu() allows other modules to add or alter the administration menu.
    A first example is included in this release (devel_admin_menu()), which adds the most often used links "Empty cache" and "Variable editor" from Devel module's block to the icon of administration menu. Furthermore, links to switch to another user are displayed on the logout button.
  • Administration Menu displays the current amount of anonymous and authenticated users on the site.
  • Links to Drupal.org issue queues of Drupal core and contrib modules are displayed in the icon menu. Only users with the 'display drupal links' permission will see them.

All changes:
Added devel_admin_menu() for fast access to clear-cache, variable editor and switch_user.
Added username to logout button.
Added hook_admin_menu() to allow other modules to alter admin_menu.
#194189 by sun: Added counter for current anonymous/authenticated users.
Added Drupal.org project issue queue links for all enabled contrib modules.

admin_menu 5.x-2.x-dev

New features

Development snapshot of Drupal Administration Menu v2.
Contains lots of new developer features and usability improvements.

admin_menu 5.x-1.2

Bug fixes

If you are upgrading from a previous version, please read the current README.txt.

admin_menu 5.x-1.1

Bug fixes

#178876 by sun: Fixed 3rd-level submenus expand without hover over.
#153455 by sun: Fixed add product node sub-elements are empty.
Fixed path_to_theme() call breaking blocks page.
#177582 by sun: Fixed bluebreeze theme compatibility.

admin_menu 4.7.x-1.4

Bug fixes

#156952 by sun: Fixed admin menu inaccessible due to margins.
#149229 by sun: Fixed admin menu not expanding in IE7.
#172545 by sun: Use opacity instead of -moz-opacity.
Fixed admin menu block selectors to override any other theme styles.
#157312 by sun: Fixed wrong inclusion of stylesheet.
Fixed a PHP warning when there are no content types defined in the system, as node/add then has no child menu items.
#132867 Fixed z-index too low.
Added support for custom stylesheets per theme.
Removed 5.x compatibility.

admin_menu 5.x-1.0

New features
Bug fixes

#156952 by sun: Fixed admin menu inaccessible due to margins.
#149229 by sun: Fixed admin menu not expanding in IE7.
#172545 by sun: Use opacity instead of -moz-opacity.
#132867 Fixed z-index too low.
Fixed admin menu block selectors to override any other theme styles.
#155589 by sun: Added permission to access administration menu.
Fixed a PHP warning when there are no content types defined in the system, as node/add then has no child menu items.
#155312 by sun: Fixed menu item tooltip clashes.

admin_menu 4.7.x-1.x-dev

Nightly development snapshot of Drupal Administration Menu for Drupal 4.7.x.

admin_menu 5.x-1.x-dev

Nightly development snapshot of Drupal Administration Menu for Drupal 5.x.

admin_menu 4.7.x-1.3

#126601 Fixed Users can see inaccessible items.
#121027 Fixed Page not found entries for menu-collapsed.png.

admin_menu 4.7.x-1.2

Release 1.2 of Drupal Administration Menu.

  • Fixed menu item adjustments
  • Fixed IE / Safari support
  • Fixed base_path for IE support
  • Added create content options to content management menu

admin_menu 4.7.x-1.1

First stable release, compatible to Drupal 4.7.x and 5.x.
Anyway, consider using development snapshot.

admin_menu 4.7.x-1.0

Drupal Administration Menu initial release, compatible to Drupal 4.7.x.

admin_menu 7.x-3.x-dev

Latest development snapshot of Drupal Administration Menu, compatible to Drupal 7.x.

Subscribe with RSS Subscribe to Releases for Administration menu