You are here

Files in Rules Bonus Pack 7

Primary tabs

File namesort descending Location Namespace Description
example_rules_create_promotion.info example features/promotion_create/example_rules_create_promotion.info core = "7.x" dependencies[] = "example_rule_promotion_syncronization" dependencies[] = "rules" description = "An example rule, automatically creating a promotion when an article is…
example_rules_create_promotion.module example features/promotion_create/example_rules_create_promotion.module
example_rules_create_promotion.rules_defaults.inc example features/promotion_create/example_rules_create_promotion.rules_defaults.inc example_rules_create_promotion.rules_defaults.inc
example_rules_login_redirect.info example features/login_redirect/example_rules_login_redirect.info core = "7.x" dependencies[] = "rules" description = "An example rule, redirecting administrators to the content overview page on login, and non-administrators to the front page." features[rules_config][] =…
example_rules_login_redirect.module example features/login_redirect/example_rules_login_redirect.module
example_rules_login_redirect.rules_defaults.inc example features/login_redirect/example_rules_login_redirect.rules_defaults.inc example_rules_login_redirect.rules_defaults.inc
example_rule_promotion_syncronization.features.field.inc example features/promotion_sync/example_rule_promotion_syncronization.features.field.inc example_rule_promotion_syncronization.features.field.inc
example_rule_promotion_syncronization.features.inc example features/promotion_sync/example_rule_promotion_syncronization.features.inc example_rule_promotion_syncronization.features.inc
example_rule_promotion_syncronization.info example features/promotion_sync/example_rule_promotion_syncronization.info core = "7.x" dependencies[] = "features" dependencies[] = "image" dependencies[] = "node_reference" dependencies[] = "rules" dependencies[] = "strongarm" description = "An example rule,…
example_rule_promotion_syncronization.module example features/promotion_sync/example_rule_promotion_syncronization.module
example_rule_promotion_syncronization.rules_defaults.inc example features/promotion_sync/example_rule_promotion_syncronization.rules_defaults.inc example_rule_promotion_syncronization.rules_defaults.inc
example_rule_promotion_syncronization.strongarm.inc example features/promotion_sync/example_rule_promotion_syncronization.strongarm.inc example_rule_promotion_syncronization.strongarm.inc
notify_node_authors_about_new_comments.features.field.inc example features/comment_notification/notify_node_authors_about_new_comments.features.field.inc notify_node_authors_about_new_comments.features.field.inc
notify_node_authors_about_new_comments.info example features/comment_notification/notify_node_authors_about_new_comments.info core = "7.x" dependencies[] = "comment" dependencies[] = "features" dependencies[] = "list" dependencies[] = "rules" description = "An example rule, allowing users to optionally be notified when…
notify_node_authors_about_new_comments.module example features/comment_notification/notify_node_authors_about_new_comments.module
notify_node_authors_about_new_comments.rules_defaults.inc example features/comment_notification/notify_node_authors_about_new_comments.rules_defaults.inc notify_node_authors_about_new_comments.rules_defaults.inc
notify_on_comment_replies.features.field.inc example features/comment_reply_notification/notify_on_comment_replies.features.field.inc notify_on_comment_replies.features.field.inc
notify_on_comment_replies.info example features/comment_reply_notification/notify_on_comment_replies.info core = "7.x" dependencies[] = "comment" dependencies[] = "features" dependencies[] = "list" dependencies[] = "rules" description = "An example rule, allowing notifications when replies are posted…
notify_on_comment_replies.module example features/comment_reply_notification/notify_on_comment_replies.module
notify_on_comment_replies.rules_defaults.inc example features/comment_reply_notification/notify_on_comment_replies.rules_defaults.inc notify_on_comment_replies.rules_defaults.inc
rb_batch.info rb_batch/rb_batch.info name = Batched Rules description = Provides a batched rule set component to rules. package = Rules core = 7.x files[] = rb_batch.rules.inc dependencies[] = rules
rb_batch.module rb_batch/rb_batch.module Provides a batched rule set component to rules.
rb_batch.rules.inc rb_batch/rb_batch.rules.inc Provides a batched rule set component to rules.
rb_block.info rb_block.info name = Rules Bonus: Block description = "Allows Rules to move around or blocks." package = Rules core = 7.x dependencies[] = rules dependencies[] = block
rb_block.module rb_block.module The most basic parts of the Rules mechanisms for affecting blocks goes here.
rb_block.rules.inc rb_block.rules.inc Rules actions to more or disable a Drupal block. Plus some helper functions.
rb_misc.api.php rb_misc.api.php Description and documentation of API functions included in rb_misc.
rb_misc.info rb_misc.info name = "Rules Bonus: Miscellaneous" description = "Some miscellaneous additional functionality for Rules." package = "Rules" core = "7.x" dependencies[] = rules files[] = rb_misc.rules.inc
rb_misc.module rb_misc.module A necessary file for letting Drupal know this is a module. All functionality goes into rb_misc.rules.inc.
rb_misc.rules.inc rb_misc.rules.inc Miscellaneous conditions and actions for Rules.
rb_misc_conditions.inc plugins/access/rb_misc_conditions.inc Plugin to create access plugins from Rules condition components.
rb_theme.info rb_theme.info name = "Rules Bonus: Theme" description = "Some theme functionality for Rules." package = "Rules" core = "7.x" dependencies[] = rules files[] = rb_theme.rules.inc
rb_theme.module rb_theme.module A necessary file for letting Drupal know this is a module. All functionality goes into rb_theme.rules.inc.
rb_theme.rules.inc rb_theme.rules.inc Rules actions to modify the theme. Plus some helper functions.
rb_thinktwice.info rb_thinktwice.info name = "Rules Bonus: Think twice" description = "Highly experimental code with Rules. Enable / disable modules with rules" package = "Rules" core = "7.x" dependencies[] = rules dependencies[] =…
rb_thinktwice.module rb_thinktwice.module The most basic parts of the Rules mechanisms for the Think Twice rules.
rb_thinktwice.rules.inc rb_thinktwice.rules.inc Rules actions that you should think twice about. Plus some helper functions.
rb_views.info rb_views.info name = Rules Bonus: Views description = "Provides some integration between Views and Rules" package = Rules core = 7.x dependencies[] = rules dependencies[] = views files[] = views/rb_views_plugin_argument_validate_rules_component.inc
rb_views.module rb_views.module Globally available functions for Rules' Views integration.
rb_views.rules.inc rb_views.rules.inc Rules plugins related to Views.
rb_views.views.inc views/rb_views.views.inc Declares Views plugins for Rules Bonus Pack: Views.
rb_views_plugin_argument_validate_rules_component.inc views/rb_views_plugin_argument_validate_rules_component.inc Contains the plugin for validating a Views argument with rule sets.
README.txt README.txt This project is a greenhouse for Rules functionality – triggers, actions, data types, conditions and more that could be included in the Rules module, but probably should be tested out and voted on first. Feel free to add your own ideas, opinions,…
README.txt rb_batch/README.txt -- SUMMARY -- Batched Rules Provides a batched rule set component to rules. Using a batched rule set you can execute very performance heavy rule sets without fearing of running out of execution time. -- ATTENTION -- DO NOT USE THIS MODULE IF YOU…

Other projects