updated rules

This commit is contained in:
2021-07-12 09:49:00 +02:00
parent 7b1e954f7f
commit fd5d68d5e9
75 changed files with 5254 additions and 1335 deletions

View File

@@ -9,7 +9,7 @@ Maintainers:
The Rules module allows site administrators to define conditionally executed
actions based on occurring events (ECA-rules).
Project homepage: http://drupal.org/project/rules
Project homepage: https://www.drupal.org/project/rules
Installation
@@ -18,10 +18,10 @@ Installation
*Before* starting, make sure that you have read at least the introduction - so
you know at least the basic concepts. You can find it here:
http://drupal.org/node/298480
https://www.drupal.org/node/298480
* Rules depends on the Entity API module, download and install it from
http://drupal.org/project/entity
https://www.drupal.org/project/entity
* Copy the whole rules directory to your modules directory
(e.g. DRUPAL_ROOT/sites/all/modules) and activate the Rules and Rules UI
modules.
@@ -30,8 +30,8 @@ you know at least the basic concepts. You can find it here:
Documentation
-------------
* Check out the general docs at http://drupal.org/node/298476
* Check out the developer targeted docs at http://drupal.org/node/878718
* Check out the general docs at https://www.drupal.org/node/298476
* Check out the developer targeted docs at https://www.drupal.org/node/878718
Rules Scheduler
@@ -41,9 +41,9 @@ Rules Scheduler
to schedule the execution of Rules components.
* Make sure that you have configured cron for your drupal installation as cron
is used for scheduling the Rules components. For help see
http://drupal.org/cron
* If the Views module (http://drupal.org/project/views) is installed, the module
displays the list of scheduled tasks in the UI.
https://www.drupal.org/cron
* If the Views module (https://www.drupal.org/project/views) is installed, the
module displays the list of scheduled tasks in the UI.
Upgrade from Rules 6.x-1.x to Rules 7.x-2.x
@@ -60,7 +60,7 @@ Upgrade from Rules 6.x-1.x to Rules 7.x-2.x
* Note that for importing an export the export needs to pass the
configuration integrity check, what might be troublesome if the
conversion was not 100% successful. In that case, try choosing the
immediate saving method and correct the configuration after conversion.
immediate saving method and correct the configuration after conversion.
* A rule configuration might require multiple modules to be in place and
upgraded to work properly. E.g. if you used an action provided
by a third party module, make sure the module is in place and upgraded
@@ -85,7 +85,7 @@ Upgrade from Rules 6.x-1.x to Rules 7.x-2.x
for Drupal 7. The Drupal 6 tasks are preserved in the database as long as
you do not clear your Rules 1.x configuration though.
* The Rules Forms module has not been updated to Drupal 7 and there are no
plans to do so, as unfortuntely the module's design does not allow for
plans to do so, as unfortunately the module's design does not allow for
automatic configuration updates.
Thus, a possible future Rules 2.x Forms module is likely to work
different, e.g. by working only for entity forms on the field level.