Search

Events happening in the community are now at Drupal community events on www.drupal.org.

Search in group Search

Bring services and rules together

Posted by fago on April 2, 2008 at 9:04am

I think it would be really useful to do a rules engine integration, so one can do service calls by configuring rules (per UI). It looks like one has already to specify the arguments for a service - so we would have to convert this to the format of the rules API and expose an action per service. Basically that should do it already.

Have I forgotten something? What do you think about this idea?

Read more

Rules development status

Posted by fago on June 16, 2008 at 4:00pm

This page will be updated, so you can track the development status here.

Improvements in comparison to workflow-ng:

Data Types:
Arguments had an "entity type" in workflow-ng. This has been changed to data types, so that it fits also for primitive data types like strings and numbers. So rules contains support for the usual data types like node and user, but in contrast to workflow-ng it also treats strings as data types.
Also a lot of internal code has been restructured and improved - now rules is keeping an internal array of variables.
Status: implemented

Read more

Ubercart dropping integration with Rules

Posted by amitaibu on July 12, 2008 at 10:13pm

http://www.ubercart.org/forum/development/5555/rules_vs_conditional_actions

Maybe we can team up and try to re-raise the support in rules...

Read more
2 comments Categories:

Rules 6.x-1.0 ALPHA1 is out!

Posted by fago on July 15, 2008 at 8:26am

I've just released ALPHA1.

As you can see in the development status, there are still some important features missing. But the main UI (and the API) is already working - so check it out and give me feedback!

Read more
2 comments Categories:

Which kind of workflow engine would solve at least the 85% of your use cases

Posted by arhak on July 21, 2008 at 2:19am
Single state workflow
40% (2 votes)
Multiple states workflow
60% (3 votes)
neither solves as much as 85% of my use cases
0% (0 votes)
Total votes: 5

A session about rules at the drupalcon?

Posted by fago on July 31, 2008 at 9:18am

I've created a session proposal for the drupalcon :)

-> see http://szeged2008.drupalcon.org/program/sessions/rules-new-opportunities...

I'd also talk about the differences to the core actions and trigger module. Look at the session description for more infos.
Hopefully the session will be selected and I'll see you there.. :)

Read more
3 comments Categories: ,

Integrating modules

Posted by fago on August 25, 2008 at 3:39pm
Last updated by jonathan1055 on Mon, 2016年10月03日 07:31

This is a list of modules that provide Rules integration. So once you install them, you have Rules support as described.

It's a wiki page, so feel free to edit and improve it.

Read more

Developers: Small API change for rules integrations!

Posted by fago on October 3, 2008 at 10:32am

Attention developers, I've just committed a small API change to rules. Now you should use t() for help provided directly in your hook_rules_*_info implementation.

Example: The previous code
<?php
function node_rules_condition_info() {
$items = array();
$items['rules_condition_content_is_type'] = array(
'label' => t('Content has type'),
'arguments' => array(
'node' => array('type' => 'node', 'label' => t('Content')),
),
'module' => 'Node',
'help' => 'Evaluates to TRUE, if the given content has one of the selected content types.',
);

Read more

Rules FAQ

Posted by fago on October 3, 2008 at 11:17am
Last updated by hongpong on Fri, 2013年05月31日 05:56
Subscribe with RSS Syndicate content

Search

Group organizers

Group categories

Categories

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

AltStyle によって変換されたページ (->オリジナル) /