User: fago Branch: DRUPAL-7--2 Date: Fri, 06 Aug 2010 22:18:30 +0000 Modified files: /modules/rules/rules/includes rules.core.inc rules.plugins.inc /modules/rules/rules/modules data.rules.inc rules_core.rules.inc /modules/rules/rules rules.module /modules/rules/rules/tests rules.test /modules/rules/rules/ui ui.core.inc ui.forms.inc /modules/rules/rules_scheduler rules_scheduler.rules.inc Log message: #869400 added UI for provided vars of components +API change / cleanup: fixed methods to properly differentiate between parameters/providedVariables as defined by the plugin and the parameters/providedVariables as seen by the caller. -> pluginParameterInfo(), pluginProvidesVariables() resembles the plugin info -> parameterInfo(), providesVariables() describes the configured element In particular this changes parameterInfo(), thus: * previous uses of parameterInfo() need to be changed to pluginParameterInfo() * previous uses of argumentInfo() need to be changed to parameterInfo() Links: http://cvs.drupal.org/diff.php?path=contributions/modules/rules/rules/includ... http://cvs.drupal.org/diff.php?path=contributions/modules/rules/rules/includ... http://cvs.drupal.org/diff.php?path=contributions/modules/rules/rules/module... http://cvs.drupal.org/diff.php?path=contributions/modules/rules/rules/module... http://cvs.drupal.org/diff.php?path=contributions/modules/rules/rules/rules.... http://cvs.drupal.org/diff.php?path=contributions/modules/rules/rules/tests/... http://cvs.drupal.org/diff.php?path=contributions/modules/rules/rules/ui/ui.... http://cvs.drupal.org/diff.php?path=contributions/modules/rules/rules/ui/ui.... http://cvs.drupal.org/diff.php?path=contributions/modules/rules/rules_schedu...