-
Initial functionality for adding custom menu links through an admin page. Also, renamed machine names of built-in links to be consistent with the way machine names are created for custom menu links.
-
Added menu item so that modules that want to call a function that doesn't already have a menu item attached to it can do so without having to create a separate menu link. Also, added notes about this to the API section of README.txt
-
Added handling of weight if not set by modules implementing hook_admin_tools_links().
-
Added README.txt
-
Issue #934536 by DamienMcKenna: Admin Tools block shouldn't show if user doesn't have 'administer site configuration' perm.
-
Initial release for addressing the following issues: Issue #992040: Create hook to add items (added hook_admin_tools_links) Issue #1170228: Roles Permissions Issue #934536: Admin Tools block shouldn't show if user doesn't have 'administer site configuration' perm (added admin_tools-specific permissions)
-
Stripping CVS keywords
-
Stripping CVS keywords
-
update to D7
-
Initial commit of Admin Tools module.