Downloads
Download tar.gz
9.51 KB
MD5: b765de1e8859bca9d60e97af2ed99b29
SHA-1: 6ef7f12a64f03e97ec5abf474cafb954bb710302
SHA-256: 08fc5a785459a38e274a6c213daa9bfff729687eb7d1631bc158ed2c92123554
Download zip
11.33 KB
MD5: 8831841d8169a17a92fcc55cc8447d92
SHA-1: e2f36ccb24554a5b8838c3aebd1d2c6f0d8737b2
SHA-256: 613e7f709ca139c386c7a6be09bf77ed37dc22a20a688d48c629ee44cb5ff57f
Release notes
Changes since DRUPAL-6--1-5:
- Intergate with node module (added "View", "Edit" and "Delete" links to nodes).
- Intergate with devel module (added "Dev load" and "Dev render" links to nodes).
- Intergate with node_clone module (added "Clone" link to nodes).
- Intergate with nodeblock module (added "Edit node" link to nodeblock generated blocks).
- #629152 by nicholas.alipaz: Intergate with nice_menus module (added "Edit menu" link to nice_menu generated blocks).
- Added settings to allow admins to hide either node or block links for the entire site.
- Added settings to control visibility of block and node edit links on specific pages.
- Added proper permission checking for each type of edit link. They now fully obey Drupal's in-built permission settings.
- Added options to control visibility of node edit links by content type and display type.
- Changed to using theme_links for more consistency with Views admin links.
- Greatly simplified jQuery code.
- Added fully rendered edit links to $vars in preprocessor so they can be easily printed in template files that don't print the content variable and added info to README.txt about what to print.
- Added a "List links" link that goes to the original drag and drop interface for each menu. Changed "Edit menu" link to edit the menu title and description instead. (This in how the contextual links work in Drupal 7.)