admin 7.x-2.0-beta3

Bug fixes
  • #927642 by skwashd: PHP warning fix.
  • #927944 by skwashd: Fix overlay conflict.
  • #978590 by phobia: Fix for menu content display issues.
  • #958182 by skwashd: Fix admin toolbar obscuring overlay and refactor animation code.
  • #938056 by alex_b: Fix infinite loop #fail.

admin 7.x-2.0-beta2

Bug fixes
  • Move overlay-compatibility styles to correct stylesheet
  • Initial overlay support.
  • Fix 'classes_array' key.

admin 6.x-2.0

First stable release of Admin 2.x. No changes since 2.0-rc1.

admin 6.x-2.0-rc1

Bug fixes

#877996: Ensure non-conflict with admin_menu namespace.

admin 6.x-2.0-beta6

Bug fixes
  • Fix for PHP notice using fake block region.
  • Split out IE7 rule using IE7 specific selector.
  • Wrong selector.
  • Simplify drilldown activeMenu setting.
  • Fix for IE8 li height.
  • #841414: Custom theme function namespace for theme('adminmenuitem') to protect against theme overrides.

admin 6.x-2.0-beta5

Security update
Bug fixes

This release addresses a security issue where block titles and menu titles were not escaped properly for XSS. Both vulnerabilities require the administer menu and administer blocks permissions to be exploited.

  • Updated Hungarian translation.
  • Fix for breadcrumb build if root menu is adjacent to link.
  • Disable PURL rewriting on admin block menu items.
  • #797492 by bibo, andermt: Fix for conflict with other JS in Safari, Chrome, IE.
  • Fix for IE clone bug.
  • #773204 by mfer: Expand scope of admin menu title CSS
  • #850104: Ensure module is included for update 6202.
  • #781410: Fix for installation of admin when menu module is off or 'admin' custom menu exists.
  • Fix for extra border on My account block.
  • Ensure no active classes when settings active class on initial drilldown state.
  • #709872 by realityloop: Autohide on new pages option for Admin toolbar. #825422: Fixed height for horizontal menu and body push.
  • #825532 by c4rl: Ensure delimiter is found before splitting.
  • Improved IE7 support.
  • #662662: Allow menus to be structured without a single root node.
  • More IE fixes.
  • #835796: Add wipe and rebuild tab.
  • #746432: Push admin blocks through core theming stack to ensure preprocessors are run.

admin 6.x-1.0-beta5

added swedish translation

minor bug fixes and UI improvements.

  • issue #623608 set own admin theme for node add/edit pages
  • issue #674954 toolbar will collapse on modules page

admin 6.x-1.0-beta4

minor ui and compatibility fixes.

addressing bug reports #590944, #601860, and #540192.

admin 6.x-2.0-beta4

Bug fixes
Insecure

Bug fix for older installations:

- #835162 Update hook for admin_toolbar format change

admin 6.x-2.0-beta3

New features
Bug fixes
Insecure

Please clear your caches after updating (drush cc all or 'Clear all caches' from admin/settings/performance).

- Updated Hungarian translation by Zoltan Balogh
- #643738 by mfer: Added Username and logout in toolbar.
- Implement smart block caching.
- #716486: Robustify markup generation to match expected markup
- Fix for incorrect order of bind/drilldown init.

admin 6.x-2.0-beta2

New features
Bug fixes
Insecure

- More precise insertion of pre-page preprocessor.
- Adding theme switcher admin block.

admin 6.x-2.0-beta1

Bug fixes
Insecure
  • Fix for breadcrumb handling, linking.
  • #638800 by good_man: RTL support.
  • #666940: Remove arrayintersectkey for < PHP5 compatibility.
  • #675300 by markuspetrux: Implement hooksuppress() for disabling admin output.
  • #683136: Load block title for custom blocks.
  • Updating README.txt formatting.

admin 6.x-2.0-alpha5

Bug fixes
Insecure

- #667906: Fix for vertical admin bar positioned on right side.
- Splitting menu drill down functionality into a separate jquery plugin so others may reuse on their own DOM elements.
- IE7 & IE8 fixes for jquery.drilldown.js and admin menu integration.

admin 6.x-2.0-alpha4

Bug fixes
Insecure

A few bug fixes and smoother sliding patch by neochief.

admin 6.x-2.0-alpha3

Bug fixes
Insecure

- Respecting #access in admin panes
- Small CSS fixes

admin 6.x-2.0-alpha2

New features
Bug fixes
Insecure

The alpha2 release switches from using the $admin variable in the page template to $closure. This means you no longer need to manually print $admin in your page.tpl.php and the toolbar should work with most themes.

admin 6.x-2.x-dev

New features

Nightly development snapshot of the 2.x branch.

admin 6.x-2.0-alpha1

Initial alpha release of Admin 2. If you are using Admin DRUPAL-6--1 and are interested in upgrading please test in a staging environment and take backups and other prudent measures.

admin 6.x-1.0-beta3

Bug fixes

- #533422 by ajashton: New icons for missing Drupal core items.
- #510374 by zsanmartin: Add brazilian portuguese translation.
- #533680 by asmdec: Better check before adjusting menu_name for menu items.
- #515690 by mikl: Load slate when admin theme is set to default.
- Fixes for several E_ALL notices.
- #527708 by dereine: Don't include CSS for unpermissioned users.
- by dmitrig01: Reduce the number of queries run by admin module.
- Reiniting theme in database when caches are cleared.
- Fix for bad placeholder args on install queries.

admin 6.x-1.0-beta2

Bug fixes

Big thanks to everyone who contributed patches, testing, bug reports, ideas on the issue queue.

admin 6.x-1.0-beta1

Bug fixes

There is a non-critical update script for BETA1 that weights admin module to fix a compatibility issue with admin_theme.

  • by Zoltan Balogh: Hungarian translation
  • #492376 by davidwhthomas, Dave Reid: Fix for admin theme intialization on block administration pages.
  • #495660 by Dave Reid: Fix PHP notice for bad variable.
  • #492160 by mikl: Fix compatibility with admin_theme module.
  • Adding 'View all' link to get to top-level options.
  • #496530 by Dave Reid: Fix for PHP notice on system_settings_form.

admin 6.x-1.0-alpha5

Bug fixes

There was a problem in the ALPHA4 update scripts for certain customizations to the admin menu tree. Please use ALPHA5.

admin 6.x-1.0-alpha4

Bug fixes

Please run update.php if you are upgrading from a previous version. Please take a database backup as well as the new update script resets key admin menu items.

  • #491706: Fix for missing helptext on cloned node add pages.
  • #491700: Avoiding usage of menu_get_item() in hook_init() as access conditions may not be set properly by this point.
  • Adding update and enable scripts to reset key admin menu items.
  • Other small bugfixes.

admin 6.x-1.0-alpha3

Please run update.php and clear your caches when upgrading to alpha3.

Items can now be added, removed and disabled/enabled for use in the admin header. You can edit the admin menu by going to admin/build/menu and making changes to the admin menu.

admin 6.x-1.0-alpha2

  • Lots of bugfixes.
  • Refactoring inline link handling to use hook_admin_link() and hook_admin_link_alter().
  • Implement checking of theme/admin compatibility flags -- see README.txt for how to disable inline admin links / admin header if your theme wants to do these tasks itself.
Subscribe with RSS Subscribe to Releases for Admin