Releases for Rules
rules 6.x-1.1
First released: August 28, 2009 - 11:15
Size: 162.37 KB
md5_file hash: 8f83c170841851694acb1af5de997d7b
Last updated: August 28, 2009 - 11:21
This release features a lot of great improvements implemented by klausi during his Google Summer of Code project. Shortly, the since 1.0 the following features have been added:
* Improved the rules scheduler. Now tasks can be easily re-scheduled and deleted by an action. Also there is now some admin interface that lists scheduled tasks and allows manual deletion of scheduled tasks. (by klausi!)
* Added a new rules-forms sub-module which comes with events, conditions and actions for rule-based manipulation of all forms! (by klausi) Awesome!
* The rules UI got new icons and some small usability improvements! Again, thanks klausi!
Also there is an experimental integration with the features module currently depending on the patch from http://drupal.org/node/551490. This is still work in progress, but brave users can already test it and create features built of rules!
After updating, run update.php!
(There will be only an update if you have the rules scheduler module activated, but just run update.php in any case).
Note:
rules 6.x-1.0
First released: May 18, 2009 - 12:40
Size: 143.37 KB
md5_file hash: 943345c90a3c7eff49f46c7750e3d562
Last updated: May 18, 2009 - 12:46
Finally 1.0 is out..! If you are upgrading from a version older than RC2, don't forget to run update.php.
changes since the 6.x-1.0-rc2:
- #439092 by seals: Updated Swedish translation.
- #452100 by rastatt: updated the German translation
- improved the upgrade docs a bit
- #418632 Added doxygen API docs!
- #456356 patch by Amitaibu: Taxonomy action 'Add vocab' returns wrong value
- #464304 patch by prof1337 : fixed mail actions when no custom From address has been specified.
- #439136 Made "or" of "content has type" condition translatable.
- #439136 Another translation fix: Make data type translations starting capitalized possible, as an affect the english default has been fixed to start uncapitalized.
- #439136 Polished the German translation and updated the translation templates again
- #439136 fixed translation of page-redirect action
For developers Rules comes now with complete API docs added as doxygen comments. Check out http://drupal.org/node/299425.
rules 6.x-1.0-rc2
First released: April 30, 2009 - 14:15
Size: 140.4 KB
md5_file hash: 31a63253c533f2ab2148998c953a09ba
Last updated: April 30, 2009 - 14:22
changes since 6.x-1.0-RC1:
updated the translation templates and fixed naming of the Swedish translation files
#448830 Improved the "saving actions":
Made it possible to force immediate saving.
Fixed the "Save content" action to appear under "Node".
Don't generate a "saving action" for data types using the direct input method.
#445084: Set the modules' weight to 20 to prevent issues when updating a content node after insertion. Run update.php.
#446734 fixed saving of newly added variables in rule sets
Improved the recursion detection, so that multiple recursion preventions work.
Improved the debug log when saving variables, so that the "Saved" log message is listed before any messages caused by the save operation.
#440568 patch by Darren Oh: removed Undefined variable in test 5
#440388: Fix warning when rule sets have no arguments defined.
#439582 also clear the rules cache, so the changes file locations are picked up
#439092 by seals: Updated Swedish translation.
Run update.php!
rules 6.x-1.0-rc1
First released: April 20, 2009 - 12:21
Size: 127.27 KB
md5_file hash: e63772f0d98db9f839cd150126c0bfea
Last updated: April 20, 2009 - 12:29
6.x-1.0 release candidate 1:
Now the rules admin UI is created by a separated module, the update procedure is going to enable it for you.
After updating, run update.php, then load the "admin/build/modules" page once. (This ensures the rules cache is cleared.)
New features:
added the possibility to tag rules and rule sets
added the possibility to export by category.
General improvements:
#358649: Improved the page redirect action: Now it can postpone the redirect without relying on another redirect. As an affect the redirect property for events isn't necessary any more. Postponing the redirect is the default now.
#391396 added a further note that the rules simpletest module is not required
improved rules_use_action() and rules_use_conditon() to take an optional parameter for adding a label
added some further upgrade notes regarding the workflow-ng extension modules
UI improvements:
#397218: Moved administration UI into a separated module. Run update.php.
#394680: changed the rule settings fieldset to be collapsed by default on the rule edit screen
Don't show the edit operation for rule sets, as clicking on the label does the same.
improved rule weight description text
#300729 changed example rules und rule sets to don't be "default configurations", so users can delete them. Run update.php!
rules 6.x-1.0-beta5
First released: February 25, 2009 - 21:35
Size: 121.31 KB
md5_file hash: a1eba007e3cb75195aa8589c37ec4739
Last updated: February 25, 2009 - 21:41
changes since 1.0-beta4:
bug fixes:
fixed validating that variable names of newly added variables are unique
fixed html entities that might appear in autogenerated labels
fixed label callbacks might have been not applied when the default label starts capitalized
fixed getting variables if there is a name clash in element and state variables
fixed assigning the same variable to two different arguments at the same time,
introduced rules format versioning and bumped internal rules format version to 6005, which has flipped argument maps.
fixed element help to be shown above the argument configuration form elements
#377738 patch by hawk259 for postgresql support: fixed fatal error when saving rules to db
#377868 fixed simpletests to work correctly with simpletest 6.x-2.x
#377868 added a fix to allow rules tests to be executed with simpletest 6.x-2.x
#377868 fixed Rules.test tearDown() method uses incorrect order
#283867 fixed php errors when the module providing an event is gone, instead tell the user what's up
fixed filtering for in the admin UI
#340181 ported fix from workflow-ng: fixed profile fields get unset by add roles action
#374702 removed redundant edit link in the admin ui
#327781 ported fix from workflow-ng: fix the "unchanged user" variable for php5 users by correctly cloning the user object
rules 6.x-1.0-beta4
First released: February 6, 2009 - 11:32
Size: 120.32 KB
md5_file hash: 7a691487316109c85633556cb358438a
Last updated: February 6, 2009 - 11:35
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.
rules 6.x-1.0-beta3
First released: September 29, 2008 - 16:37
Size: 82.41 KB
md5_file hash: 68ef6eb274cd27b2c113d527d3e8cedc
Last updated: September 29, 2008 - 16:40
changes since 6.x-1.0 beta 2:
* make sure that the anonymous user object isn't changed by user actions
* #312317: fixed loaded arguments doesn't change allowed action/ condition when no conditions are configured
* #304033: fixed override checkbox in page redirect action configuration form not working properly
* #304018: fixed fatal error when adding new actions/conditions with arguments of a not identifiable type
* #300929 patch by rastatt@drupal.org: updated the german translation
rules 6.x-1.0-beta2
First released: September 3, 2008 - 17:03
Size: 82.24 KB
md5_file hash: 31d6bc69b5815be4e7b9b8a930eb0cb5
Last updated: September 3, 2008 - 17:05
changes since 1.0 BETA1:
* #300929 patch by rastatt@drupal.org: updated the .pot file
* #302631 fixed new triggered rule always replaces existing triggered rule
* #302375 patch by Kiam@avpnet.org: fix a menu item to use the RULES_ADMIN_PATH constant
* #300920 patch by Kiam@avpnet.org: Improve the rule set overview when there are no sets
* fixed the multistep element configuration form to keep working with contributed #ahah callbacks not including rules admin code
* made it possible to use input evaluation with settings which sit in nested arrays
* added the possibility to add an inlude file into the includes subfolder of a module, as CCK does
* changed the handling of form storage, so that the storage is initalised during the first form build. This allows multistep forms containg #ahah properties, but let's the form rebuilt even on the first build (see http://drupal.org/node/302240)
* #300960 patch by Kiam@avpnet.org: improve the description of rule set arguments
* fixed translating untranslated help strings
* don't cache translated strings. Changed the help property to require untranslated strings.
* removed the note to the token add rules integration issue as it got committed
* #300929 patch by rastatt@drupal.org: updated the german translation
rules 6.x-1.0-beta1
First released: August 26, 2008 - 10:35
Size: 74.28 KB
md5_file hash: 612419679c1b2b4225c025c372e1cae4
Last updated: August 26, 2008 - 10:40
The first 6.x compatible BETA release.
The API is stable with this release and modules should start porting their workflow-ng module integration to rules.
rules 6.x-1.0-alpha8
First released: August 21, 2008 - 14:33
Size: 74.36 KB
md5_file hash: 1f0ba2f290f134bb7ce393a0e907ef72
Last updated: August 21, 2008 - 14:35
changes since the last alpha release:
* ported comment and path module integration from workflow-ng. Now every core module integration has been ported!
* add upgrade routine for the workflow-ng php action / conditons
* improved performance by changing the way rules are sorted
* improved usability when adding rule sets: added javascript for suggesting argument label, name default values
* lots of bug fixes
rules 6.x-1.0-alpha7
First released: August 19, 2008 - 15:26
Size: 71.53 KB
md5_file hash: cc0ce1603e873640785a19b47d6cbd76
Last updated: August 19, 2008 - 15:30
Added a new module: rules scheduler. It provides actions to schedule the execution of rule sets.
+ Some bug fixes.
rules 6.x-1.0-alpha6
First released: August 14, 2008 - 11:31
Size: 69.33 KB
md5_file hash: a0b47d1f3622417a2ba44e760b351ce8
Last updated: August 14, 2008 - 11:35
changes since the last alpha release:
* updated the default rule, which previously had used a not more existing action
and various other small improvements liek
* fixed adding roles during user registration, which is unfortunately a special case
* fixed importing modified default rules/rule sets,
when importing custom rules detect an existing rule and update it
rules 6.x-1.0-alpha5
First released: August 12, 2008 - 15:29
Size: 61.77 KB
md5_file hash: 0f5aa61494d81cef84e583640060bda7
Last updated: August 12, 2008 - 15:30
changes since the last alpha release:
* added upgrade procedure from workflow-ng
* ported system module integration
* added an initial README
* added generic actions for intelligently saving variables and adding new variables
* added a number and a boolean data type
* diverse small fixes and improvements
rules 6.x-1.0-alpha4
First released: August 4, 2008 - 12:57
Size: 55.28 KB
md5_file hash: 9253303e9ff2696a24c0d2c133240366
Last updated: August 4, 2008 - 13:00
* implemented core action support
* various small improvements / bug fixes
rules 6.x-1.0-alpha3
First released: August 1, 2008 - 12:03
Size: 53.81 KB
md5_file hash: 6c41cd855069d476917701b6ea929cda
Last updated: August 1, 2008 - 12:06
added the input evaluation system. To add token integration see http://drupal.org/node/286803
rules 6.x-1.0-alpha2
First released: July 23, 2008 - 16:33
Size: 50.63 KB
md5_file hash: e5dc9cec039ee903394f56120138f9fc
Last updated: July 23, 2008 - 16:35
changes since alpha1:
* added a rule set UI and the possibilty to invoke rule sets by actions
* various small fixes and improvements, for more see http://drupal.org/project/cvs/190124
rules 6.x-1.0-alpha1
First released: July 15, 2008 - 08:23
Size: 38.69 KB
md5_file hash: 8b2f1616704124c5a0032a63992b7f88
Last updated: July 15, 2008 - 08:25
As of now there is only the basic UI and the integration for the node and user module. The rule set UI is not yet done.
For more details have a look at http://groups.drupal.org/node/12476
rules 6.x-1.x-dev
First released: June 16, 2008 - 15:21
Size: 166.79 KB
md5_file hash: 97694824d3f4056f71e66dde96454a23
Last updated: November 3, 2009 - 00:14
6.x development version
