Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
163.13 KB
MD5: a7f15c72df435554790d5611a8b1732e
SHA-1: a9a4cf80aa3cf8e4c8c669f09d322f9b37ee2482
SHA-256: d3d44312ccf231a26fd1a73b7d3852d6bdea25a9e22ee053b04567972603ce46
Download zip
195.71 KB
MD5: bc75f7c1c9fd4a6718aff56444f73012
SHA-1: d8cde3bbedd43b73054d2cf296b6566bb1a46018
SHA-256: 8598898d78339ec53899e8dc00c1059f82bc8ee0f876ab1f7ce05767e6d56a12
Release notes
Note: Rules 2.1 ships with a new translation module based upon i18n. You'll need the latest entity api dev versions and i18n dev versions as of Mar 16th, 2012 or a future i18n 1.5 and entity api 1.0 version.
Changes since 7.x-2.0:
- Follow-up for #1422996: fixed a typo.
- Issue #1422996 added translation support via i18n. See the issue for details.
- #1106508 and #1425652: Improved cache getting and rebuilding:
- Issue #1217128 by pcambra, fago, bojanz: Allow specifying access for using Rules components via permissions.
- Issue #1471750: Data comparison does not work with FALSE booleans.
- Issue #1319912 by das-peter, fago: fixed rebuilding the cache is slow due to integrityChecks:
- Issue #1433210 by fago, das-peter: statically cache the result of RulesPlugin::availableVariables() to improve the admin UI performance when listing many rules.
- Issue #1431102 by klausi, fago: Make the condition "Data value is empty" more robust.
- Issue #1383750 by mrfelton: fixed RulesState::defaultVariables() is called needlessly.
- Issue #1346318 by bojanz: Declare the rules_config entity type as configuration.
- Issue #1316078 by afeijo, sammyd56: fixed typo in ui.data.inc.
- fixed broken edit-links in the rules log if the evaluated configuration is not saved.
- speed up rules_log() to not waste time as it is called very often.
- fixed the advanced drupal_static pattern of rules_get_cache().
- #1308550 fixed dead link in explanation on admin/config/workflow/rules/components.
- #403170 improved path cleaning to generate lowercase paths. added a setting for choosing the path cleaning method + added CTools and Pathauto path cleaning method support.
- #1329346 patch by Rob Loach: Add Drush Make dependency definitions (rules.make)
- #1335280 patch by DjebbZ: Small typo in rules.api.php in hook_default_rules_configuration()
- #1319470 Improved data comparison condition to support an "is one of" operation. This makes selecting multiple options of select list possible.
- patch by mh86: The entity_create action creating an entity of a not more existing entity type caused fatals.
- fixed list_add + list_remove actions to actually save changes.
- fixed typo in README
- fixed a small language issue in the README.