Reactive rules for drupal have grown-up!
Finally, after over 1 year of development the rules module has reached the 1.0 version! You can download it from the project page.
Reactive rules?
Reactive rules (or ECA-rules) are rules triggered upon a given event. This allows one to conditionally fire actions based on arbitrary events. As modules can provide further conditions, actions and events this enables site builders to automate a lot of things using reactive rules! As of now a lot of popular drupal modules provide already rules integration: CCK, Organic Groups, Token, Flag, Content Profile, Content Access, ViewsBulkOperations and many more.
Features?
The modules comes with a bunch of useful features, e.g. a flexible input evaluation system that allows to use token replacements or even PHP evaluation in your rules. To ease the management of rules the module supports tagging of rules as well as Import/Export. Often used behaviour can be put into Rule-Sets and is easily invoked by provided actions. Not enough, the execution of those Rule-Sets can be scheduled easily with help of the provided action, thus providing a powerful scheduling system, which allows you to schedule arbitrary tasks!

It's finally grown-up?
Rules is already stable for quite a time, however I didn't consider it to be complete. During the last months I added missing important features, fixed bugs and translation issues and completed the documentation! While there was quite a bunch of useful developer documentation for a while, now there is also a complete hook reference in the doxygen format.
So it's grown up, but it's not (yet) perfect. So what comes next?
Google Summer of Code and the Rules' Monkey
I'm really happy to announce, that rules SoC project proposed by klausi has been accepted! The project is called Rules Module extension und perfection (a.k.a. Rules monkey) and deals with some exciting and important stuff I had never time for. He's going to build a simpletest framework around rules, so it's easy for modules to test their rules integration! Then he's going to take an eye on improving usability and performance. Note that the rules module is written with performance in mind, however as always there is room for improvements. In particular for "forms support", which klausi is also to going to build, rocking performance is a must have!
Bringing rules to the next level?
Apart from that, I'm already working on bringing drupal rules to the next level: I've already started working on my master thesis at the Vienna University of Technology dealing with rules. First off I plan the refactor the module's core engine to get the new features in while keeping the code simple. Probably I'll rework the engine to work object-oriented while keeping the basic-API stable. So I plan to better modularize the engine itself, add support for using conditions and actions on their own and to integrate planned features like the concept of data lists and looping support.
Apart from that I'm working towards making drupal rules real web-rules. Through web-service integration the rule-based invocation and generation allows easy integration with remote services. However more important, to reach real interoperability I think about adding RDF support thus providing a way to actually read and work with remote data. For this I've noted some use cases I'm going to consider during development - if you can think of more great opportunities this might enable, drop me a line!
more.zites.net
Comments
Great Work!
thanks!
Redirect user to profile page, how is that done?
Wow this looks great. It