Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
20.76 KB
MD5: 90aabc23fb01c878ed7048a1200bdce1
SHA-1: 80541be7e36859d7a6fba1800e43a7da33d8e2de
SHA-256: 61832c4f8986f86a4d33c0656f56b8a4aa89c234199f64b30419f5d5a371b975
Download zip
24.05 KB
MD5: c38f2b4fc839e0ae4200240ad46afc12
SHA-1: a0a4bca05328424ac90ca82f0b10cc1ef5ac1a43
SHA-256: 8a4409663cf49027bce3c8eb5ad53211cef118baa349787fc6b78c0393b74c61
Release notes
Changes since 7.x-1.0-beta2:
Bug fixes
- Fixed simpletests and README file.
- Added some missing documentation to the rules_link_render_link function.
- #1273102 by mh86: Fixed show link in entity and warnings created by theme functions that were not found.
- #1270812 by mh86: Rules link name is used for the visibility check instead of the path.
- #1307692: Fixed bundle filter for views.
- #1312268 by fago: Fixed entity-link not shown on user-view.
- Added an additional render function, that uses the link name instead rules link itself.
- Added breadcrum alter hook, to alter the breadcrum trail of rules links components
- Fixed last bug from my last 3 commits.
- #1264258 by mh86: Updated to latest view changes.
- #1312268 by dasjo: Fixed wrong usage of entity_extract_ids bug.
- Splitted the ui into to tabs.
- The variable settings can now be configured in when adding a link.
- Added component validation and submit functions for the component tab.
- Entity link is now automatically disabled, if additional variables were added.
- Fixed some descriptions.
- Changed the order of forms on the components tabs.
- Fixed some code style issues.
- Fixed a description.
- #1335096 by avinoam: implemented hook_field_extra_fields() so users can define where to display their links on entities.