Downloads

Download tar.gz 35.3 KB
MD5: 5470dadd3aa84d38a5a2d5b61265eee6
SHA-1: 95399269fb453794f88d405e7aae08318d2af5e2
SHA-256: 788a7933f4b20e59d56ca5563ad9da16926ce98f2223b6c446e31e7a15d39f12
Download zip 41.55 KB
MD5: 830f6ef9062091f20d3e4266a830c04d
SHA-1: 6b665655982cff6af1f5822b8400cd2f24f4996d
SHA-256: f095e78991cae018249fd586a1260e08415d494b3f17e5ab24e17da32e54ae12

Release notes

changes since beta2:

* path redirect action: changed the path field to be required
* action: added an option to display drupal messages as error messages
* updated the states module conditions and actions to follow the API change (function paramter ordering)
* made it possible for modules to define new entity types, for which workflow-ng handles saving intelligently
* added a token replacements enabled action for logging to the watchdog
* #156867: patch by JacobSingh: allow for Regex Comparison on Token condition
* API change: changed the parameters of actions for compatibility with drupal 6

For developers
more about the API change:
Unfortunately the ordering of function parameters for conditions and actions has been changed. This was necessary to make action configuration compatible with drupal 6 actions.

Now $settings is passed to the action/condition implementation every time after the specified arguments.
E.g. the action example_action($settings, $node) has to be now: example_action($node, $settings).

Created by: fago
Created on: 23 Jul 2007 at 15:11 UTC
Last updated: 23 Jul 2007 at 15:11 UTC
New features
Bug fixes
Unsupported

Other releases