Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download admin_select-7.x-1.4.tar.gztar.gz 11.26 KB
MD5: 732264f317303577f5b46796c2e76227
SHA-1: e1da0db2795b4108ade0e59eaffa2f99405150a6
SHA-256: dbbae45757ba91f9aade7887854b55fb01b048bfb4a35af6e8c21aed5858c68c
Download admin_select-7.x-1.4.zipzip 13 KB
MD5: a04327baea12baae35d3f35b17bdcc83
SHA-1: 0587d7b52159922910ee04f0ce76eff8823d96fb
SHA-256: c93325e1210e7a8a29f23ae1fc4c222d4dda11b6d77bd9c1fe08ad417dca1f84

Release notes

Changes since 7.x-1.3:

  • Follow-up #2172463: Fixed URLs of settings page in README.txt.
  • Removed CHANGELOG.txt. Pain to maintain and cherry-pick commits between major versions.
  • #2172463 by lpalgarvio: Moved settings page to under admin/config/user-interface/admin_select to fix implicit dependency on admin_menu menu items.
  • #2085211 by jlyon, Dave Reid, Deciphered: Added support for navbar.
  • Moved all the callbacks into the main module file. Fixes performance issues by calling module_list() and file_exists() on each module on every single request.
  • Moved and cleaned up admin_select_admin_menu_output_alter() to main module file. Added token protection to the switching links.
  • Moved admin form submit callback to admin_select.admin.inc.
  • Moved core hooks from files that would need to be included on every request to the module file.
  • #2017187 by rooby, klonos: Cleaned up info file.
  • #1334382 by rooby: Add documentation, set weights to incremental numbers.
  • Clean variables on uninstall
Created by: Dave Reid
Created on: 1 Mar 2014 at 22:26 UTC
Last updated: 4 Mar 2014 at 21:23 UTC
Bug fixes

Other releases