Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
179.76 KB
MD5: e19b2c10f96c8a680afe9e4f65db4e5c
SHA-1: 1d5431aae76813eacf00c8e283ac25c28748dfb0
SHA-256: b2198aa7ed67f61d4ede11484e8f803bc78a343f3138ec080415c0869cd3fc3a
Download zip
214.69 KB
MD5: 0f0921e0dfbb530083d218891002946c
SHA-1: cecb9a9f3bb4e52efaed62187a4c13058ec9fade
SHA-256: bbff04f83b96f4749847ba97ab8b29f4f98267d9345247d671fa894712a9eea8
Release notes
Changes since 7.x-2.3:
- #2052317 Add support for rule / action / event / condition categories in addition to groups.
- #1724454 by ptmkenny: Fixed 'Rules scheduler: User provided identifier' cannot be used as a filter in Views.
- #2054595 by plach, das-peter | OnkelTem: Fixed Infinite loop in _rules_discover_module() function.
- #2059621 by dasjo: Align event operations markup with conditions and actions.
- #2058037 by dasjo: Support all entity properties in the entity query action.
- #2050225 by heddn: Add the ability to allow NULL values when creating data based on property info.
- Make scheduling tasks more robust and log any execution problems.
- #2050649 by fago: Support implementing conditions and actions via classes.
- Follow-up to #2049287: Fixed problem when using rules UI with 'administer rules' permission only.
- #2049509 by fago: Allow data types to expose selectable options.
- #2049287 by fago: Fixed Rules UI is not re-usable without 'administer rules' permission.
- Follow-up to #2045785: Keep the original module and owner when cloning a configuration.
- Fixed translate link to be hidden when rules_i18n is disabled.
- #2045785 by fago: Keep track via which UI a rule has been configured.
- #2023519 by fubhy: Added support for task handlers and event dispatchers.
- #1019646 by fago, pillarsdotnet, Shnapoo: Fixed Rules Debugger calls user_access() too early.
- #1555634 by fago, catch, pdrake: Fixed Improve performance of event cache by moving to a whitelist.
- #2012490 by joakimforsgren | kristofferwiklund: Fixed Wrong file permission on some files.
- #2008192: Block components executed via rules_scheduler_run_task() to avoid recursion during a scheduled task run.
- #1993932: Add support for event settings and add an optional bundle setting for entity events.
- #1573014 by zhangtaihao, TuWebO, fago | timb: Fixed Elements in table are not in correct order after saving rule with more than 10 elements.
- Support min/max operations in action 'Calculate a value'.
- #1682524 by zhangtaihao: Fixed Container plugin does not trace basic dependencies.