Downloads
Release notes
Upgrade notes:
If you are using the token module, make sure to have a version later than the dev snapshot from 27.08.08. If you are unsure, just upgrade to the latest dev snapshot.
If you are using content profile 6.x-1.0 beta3 upgrade to the latest content profile development snapshot. The rules integration in content profile's beta3 is faulty and causes some warnings in the rules UI.
new features:
#350831 patch by Amitaibu: Add taxonomy vocab actions
#353068 patch by nonsie: add support for the taxonomy event
#260617 patch by amitaibu, moffie and me: Expose not conifgurable actions/ conditions
ported the new action for setting the content title
#309543 patch by criz and sevi: added user create action
bug fixes:
#322756 patch hawk259: fixing postgresql compatibility
#367456: fixed label of a predefined action
added missing configuration form validation support for core style actions
#329894: fixed that two or more arguments can't be bound to the same variable.
Note: This fix requires an updated token module integration. Update!
#326251 simplified the taxonomy form a bit to ease translating
#323597 patch by jp.stacey: fix rules module installation along with installation profiles
#256748 patch by amitaibu and me: First start of an integration for the taxonomy module.
also replaced some strtolower() calls with drupal_strtolower()
remove drupal_html_to_text() for now until http://drupal.org/node/298708 is fixed.
As an affect this fixes line endings in mails sent by rules.
correctly filter out not used core actions
improved translatability of module integration - now one can savely use t() on provided help strings and decriptions (API change!).
improved translation strings to not contain \'
API fixes/improvements:
#320169 improved the data type API to pass $form_state to get_default_input_form()
introduced a new property for data types: 'use_input_form' which now allows to explicitly specify whether a default input form should be used.
#316631: removed support for core actions of type system, as currently it just causes troubles and doesn't give us anything.