Releases for Drupal Administration Menu

admin_menu 5.x-2.6

sun - July 16, 2008 - 02:01
Official release from CVS tag: DRUPAL-5--2-6
Download: admin_menu-5.x-2.6.tar.gz
Size: 28.04 KB
md5_file hash: 129bdc2d70105f12dfdbd14857d0a153
First released: July 16, 2008 - 02:01
Last updated: July 16, 2008 - 02:05

Changes since DRUPAL-5--2-5:

  • #268373 by sun: Backported code clean-up from 6.x.
  • #266308 by sun: Fixed jQuery 1.0.x incompatible selector for collapsing modules.
  • #242377 by sun: Fixed sub-level menu items exceed total document height.
  • #279287 by sun: Changed default setting to not collapse menus on admin/build/menu.
  • #279287 by sun: Usability: Added JavaScript to turn menus on admin/build/menu into fieldsets with default collapse.js behavior attached.
  • #226502 by sun: Added FAQ entry for Content management -> Create content items.
  • #264067 by sun: Added FAQ entry for huge amount of anonymous users displayed.
  • #261461 by sun: Added FAQ entry for displaying other menus like admin_menu.
  • #268211 by sun: Fixed invalid issue queue links for custom modules and sub-modules of projects.

admin_menu 6.x-1.0

pwolanin - June 26, 2008 - 20:30
Official release from CVS tag: DRUPAL-6--1-0
Download: admin_menu-6.x-1.0.tar.gz
Size: 25.43 KB
md5_file hash: 0112456abb83fcd7bae339b3311b03ff
First released: June 26, 2008 - 20:30
Last updated: June 26, 2008 - 20:35

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:

  • #132524 by pwolanin: Major rewrite to better use Drupal 6 menu system.
  • #132524 by pwolanin, sun: Fixed menu links adjustments.
    #132524 by pwolanin: Added support for localizable menu links.
  • #132524 by sun: Fixed support for sub-content-types below node/add.

Changes since DRUPAL-5--2-4:

  • #198240 by sun: Fixed admin_menu displayed in print output.
  • #234444 by smk: Fixed favicon issue for the "admin" menu.
  • #239022 by mikl: Added Danish translation.
  • #226253 by sun: Added note about how to override the font size in a theme.
  • #246221 by sun: Fixed user counter displays different values than Who's online block.
  • #251341 by sun: Added docs about display drupal links permission.
  • by sun: Added menu callback to disable/enable developer modules.
  • #266308 by sun: Usability: Added Utility module features to collapse module fieldsets on Modules page and menus on Menus page.
  • #266099 by sun: Fixed description of "Apply margin-top" configuration setting.
  • by smk-ka: Performance: Use 'defer' attribute for JavaScript to delay execution.

admin_menu 5.x-2.5

sun - June 8, 2008 - 14:22
Official release from CVS tag: DRUPAL-5--2-5
Download: admin_menu-5.x-2.5.tar.gz
Size: 26.81 KB
md5_file hash: 858c2c6c20ffc7a869a46351fec53e56
First released: June 8, 2008 - 14:22
Last updated: June 8, 2008 - 14:25

Changes since DRUPAL-5--2-4:

  • #198240 by sun: Fixed admin_menu displayed in print output.
  • #234444 by smk: Fixed favicon issue for the "admin" menu.
  • #239022 by mikl: Added Danish translation.
  • #226253 by sun: Added note about how to override the font size in a theme.
  • #246221 by sun: Fixed user counter displays different values than Who's online block.
  • #251341 by sun: Added docs about display drupal links permission.
  • #240862 by smk-ka, sun: Added edit links for content-types, Views, and Panels.
  • by sun: Added menu callback to disable/enable developer modules.
  • #240862 by smk-ka: Fixed stale menu after adding/deleting content-types, Views, and Panels.
  • #265049 by zietbukuel: Added Spanish translation.
  • #240862 by sun: Usability: Fixed target page for edit content-type links.
  • #266308 by sun: Usability: Added Utility module features to collapse module fieldsets on Modules page and menus on Menus page.
  • #266099 by sun: Fixed description of "Apply margin-top" configuration setting.
  • by smk-ka: Performance: Use 'defer' attribute for JavaScript to delay execution.
  • Updated translation template.

admin_menu 6.x-1.0-beta

sun - June 8, 2008 - 08:23
Official release from CVS tag: DRUPAL-6--1-0-BETA
Download: admin_menu-6.x-1.0-beta.tar.gz
Size: 23.66 KB
md5_file hash: e299f946fe29a3b8159c65c1751c796a
First released: June 8, 2008 - 08:23
Last updated: June 8, 2008 - 08:25

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 6.x-1.x-dev

sun - April 26, 2008 - 16:40
Nightly development snapshot from CVS branch: DRUPAL-6--1
Download: admin_menu-6.x-1.x-dev.tar.gz
Size: 26.27 KB
md5_file hash: e80901f908ff98f534c6a896070801c3
First released: April 26, 2008 - 16:40
Last updated: July 21, 2008 - 00:00

Pre-alpha port of Drupal Administration Menu for D6.

This version is NOT supported. It is not recommended to run this code on production sites. Do not report bugs, feature requests, or even support requests for this version.

Basically works, but:
- Expect a negative performance impact (caching disabled).
- Needs a complete re-write.
- May contain debug code.

See #132524: Port Admin Menu to 6.x for information about how you can contribute to this development.

admin_menu 5.x-2.4

sun - February 24, 2008 - 19:10
Official release from CVS tag: DRUPAL-5--2-4
Download: admin_menu-5.x-2.4.tar.gz
Size: 22.6 KB
md5_file hash: a698316dc8be3fa5dbb5caf48ea1274d
First released: February 24, 2008 - 19:10
Last updated: February 24, 2008 - 19:15

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

Changes since DRUPAL-5--2-2:

  • #204935 by sun: Regression: Mouseout delay for hovered menus.
  • Added reminder to clear cache_menu for theme_admin_menu_icon() overrides.
  • #210615 by robertgarrigos: Fixed Mozilla Mac: Collapsible fieldsets display error.
  • #224605 by sun: 'Add ' items do not appear without 'administer nodes' permission.
  • #203116 by smk-ka: Improved performance of non-cached admin_menu by storing already processed URLs in the cache.
  • #200737 by sun: Changed admin_menu (fav)icon to use theme setting, if defined.
  • #214740 by jjeff, sun: Added module settings to configure margin-top CSS.
  • #209390 by sun: Added note about interaction with user role permissions.
  • #214725 by sun: Fixed CSS id and classes should not contain underscores.
  • #214725 by sun: Fixed wrong CSS id in admin_menu.js (missed in 5.x-2.3).
  • #214740 by sun: Regression: Fixed directly applied marginTop not supported by IE.

admin_menu 5.x-2.3

sun - February 24, 2008 - 06:23
Official release from CVS tag: DRUPAL-5--2-3
Download: admin_menu-5.x-2.3.tar.gz
Size: 22.51 KB
md5_file hash: 93f6f27be9e75d7599ddb75eb34dc183
First released: February 24, 2008 - 06:23
Last updated: February 24, 2008 - 06:25

Changes since DRUPAL-5--2-2:

  • #204935 by sun: Regression: Mouseout delay for hovered menus.
  • Added reminder to clear cache_menu for theme_admin_menu_icon() overrides.
  • #210615 by robertgarrigos: Fixed Mozilla Mac: Collapsible fieldsets display error.
  • #224605 by sun: 'Add ' items do not appear without 'administer nodes' permission.
  • #203116 by smk-ka: Improved performance of non-cached admin_menu by storing already processed URLs in the cache.
  • #200737 by sun: Changed admin_menu (fav)icon to use theme setting, if defined.
  • #214740 by jjeff, sun: Added module settings to configure margin-top CSS.
  • #209390 by sun: Added note about interaction with user role permissions.
  • #214725 by sun: Fixed CSS id and classes should not contain underscores.

admin_menu 5.x-2.2

sun - January 7, 2008 - 23:55
Official release from CVS tag: DRUPAL-5--2-2
Download: admin_menu-5.x-2.2.tar.gz
Size: 19.87 KB
md5_file hash: 74a606b13069f7014fd220545f2efca6
First released: January 7, 2008 - 23:55
Last updated: January 8, 2008 - 00:00

#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

sun - December 2, 2007 - 11:52
Official release from CVS tag: DRUPAL-5--2-1
Download: admin_menu-5.x-2.1.tar.gz
Size: 19.67 KB
md5_file hash: 31a6aa760a04857b61a96de21be36f84
First released: December 2, 2007 - 11:52
Last updated: December 2, 2007 - 11:55

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.

Changes since 5.x-2.0:
Fixed adding menu items with negative weight not always working.
Fixed admin_menu_copy_items() is overwriting already existing items.
Fixed display menu item ids in devel settings does not work.

admin_menu 5.x-2.0

sun - December 2, 2007 - 07:56
Official release from CVS tag: DRUPAL-5--2-0
Download: admin_menu-5.x-2.0.tar.gz
Size: 19.57 KB
md5_file hash: cd899c2c8c230c2e4e437611c88100fb
First released: December 2, 2007 - 07:56
Last updated: December 2, 2007 - 08:00

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.
#189701 by sun: Changed admin_menu icon to be a menu.
#193925 by sun: Removed obsolete menu slicing code.
#193669 by smk-ka: Moved admin_menu builder functions into include file.

admin_menu 5.x-2.x-dev

sun - December 2, 2007 - 05:07
Nightly development snapshot from CVS branch: DRUPAL-5--2
Download: admin_menu-5.x-2.x-dev.tar.gz
Size: 28.36 KB
md5_file hash: 8502b410613007894b4e584643be4cb8
First released: December 2, 2007 - 05:07
Last updated: July 21, 2008 - 00:00

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

admin_menu 5.x-1.2

sun - November 18, 2007 - 16:35
Official release from CVS tag: DRUPAL-5--1-2
Download: admin_menu-5.x-1.2.tar.gz
Size: 15.43 KB
md5_file hash: b0556fb313e743a74c03572acc92ac83
First released: November 18, 2007 - 16:35
Last updated: November 18, 2007 - 16:40

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

Changes since last version:
#176969 by smk-ka: Fixed performance issues with path(auto) module by introducing a menu cache for admin_menu.
#179648 by sun: Inject admin_menu into theme. Fixes several CSS bugs in various themes and also activation of admin_menu immediately after installation.
#191213 by Standard: Fixed block info shouldn't contain the word "block".
#187816 by sun: Fixed "Add" not translatable.
#186218 by sun: Fixed admin menu icon too big in Safari.
#182563 by sun: Fixed wrong datatype for array_search in _admin_menu_get_children().
#183496 by sun: Fixed invalid argument supplied for foreach in admin_menu_copy_items().

admin_menu 5.x-1.1

sun - October 10, 2007 - 10:10
Official release from CVS tag: DRUPAL-5--1-1
Download: admin_menu-5.x-1.1.tar.gz
Size: 14.35 KB
md5_file hash: e9a20cff5b4dbc34bc4d6338d69e4974
First released: October 10, 2007 - 10:10
Last updated: October 10, 2007 - 10:15

#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

sun - September 6, 2007 - 18:24
Official release from CVS tag: DRUPAL-4-7--1-4
Download: admin_menu-4.7.x-1.4.tar.gz
Size: 11.17 KB
md5_file hash: 602b0f5b9461a8df65d0efe790658026
First released: September 6, 2007 - 18:24
Last updated: September 6, 2007 - 18:25

#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

sun - September 6, 2007 - 18:21
Official release from CVS tag: DRUPAL-5--1-0
Download: admin_menu-5.x-1.0.tar.gz
Size: 12.79 KB
md5_file hash: 6506eddbd4876ba1b22e7c9f771d414a
First released: September 6, 2007 - 18:21
Last updated: September 6, 2007 - 18:25

#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.
Added support for custom stylesheets per theme.
Removed 4.7.x compatibility.

admin_menu 4.7.x-1.x-dev

sun - March 30, 2007 - 18:41
Nightly development snapshot from CVS branch: DRUPAL-4-7
Download: admin_menu-4.7.x-1.x-dev.tar.gz
Size: 26.3 KB
md5_file hash: a3c796eb61b88078406f07477bf67620
First released: March 30, 2007 - 18:41
Last updated: September 29, 2007 - 00:00

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

admin_menu 5.x-1.x-dev

sun - March 30, 2007 - 18:40
Nightly development snapshot from CVS branch: DRUPAL-5
Download: admin_menu-5.x-1.x-dev.tar.gz
Size: 15.81 KB
md5_file hash: f4488e2131e6c4f8b70181c4c5776239
First released: March 30, 2007 - 18:40
Last updated: January 30, 2008 - 00:00

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

admin_menu 4.7.x-1.3

sun - March 30, 2007 - 02:15
Official release from CVS tag: DRUPAL-4-7--1-3
Download: admin_menu-4.7.x-1.3.tar.gz
Size: 10.51 KB
md5_file hash: e341d398c80037a35e1fc0555c71b507
First released: March 30, 2007 - 02:15
Last updated: March 30, 2007 - 02:20

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

admin_menu 4.7.x-1.2

sun - March 4, 2007 - 03:03
Official release from CVS tag: DRUPAL-4-7--1-2
Download: admin_menu-4.7.x-1.2.tar.gz
Size: 9.57 KB
md5_file hash: 2753a8c653c29e527cc9bd1aa37600a8
First released: March 4, 2007 - 03:03
Last updated: March 4, 2007 - 03:05

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

sun - January 24, 2007 - 06:26
Official release from CVS tag: DRUPAL-4-7--1-1
Download: admin_menu-4.7.x-1.1.tar.gz
Size: 9.11 KB
md5_file hash: 57ba844e3eddfb5298ee9f0f1cdfa64e
First released: January 24, 2007 - 06:26
Last updated: January 24, 2007 - 06:30

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

admin_menu 4.7.x-1.0

sun - January 15, 2007 - 22:07
Official release from CVS tag: DRUPAL-4-7--1-0
Download: admin_menu-4.7.x-1.0.tar.gz
Size: 8.92 KB
md5_file hash: f97bc99619127e15eb2d21bef4be7a7d
First released: January 15, 2007 - 22:07
Last updated: January 15, 2007 - 18:10

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

admin_menu 4.7.x-1.x-dev

sun - January 12, 2007 - 03:17
Nightly development snapshot from CVS branch: HEAD
Download: admin_menu-4.7.x-1.x-dev.tar.gz
Size: 26.3 KB
md5_file hash: dcb4d0a3e2ca9a58572438cdb0512711
First released: January 12, 2007 - 03:17
Last updated: July 21, 2008 - 00:00

Initial release of admin_menu module. Already supporting Drupal 5.0.

 
 

Drupal is a registered trademark of Dries Buytaert.