Projet

Général

Profil

Révision 950416da

Ajouté par Assos Assos il y a plus de 5 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/rules/README.txt
9 9
The Rules module allows site administrators to define conditionally executed
10 10
actions based on occurring events (ECA-rules).
11 11

  
12
Project homepage: http://drupal.org/project/rules
12
Project homepage: https://www.drupal.org/project/rules
13 13

  
14 14

  
15 15
Installation
......
18 18
*Before* starting, make sure that you have read at least the introduction - so
19 19
you know at least the basic concepts. You can find it here:
20 20

  
21
                      http://drupal.org/node/298480
21
                 https://www.drupal.org/node/298480
22 22

  
23 23
 * Rules depends on the Entity API module, download and install it from
24
   http://drupal.org/project/entity
24
   https://www.drupal.org/project/entity
25 25
 * Copy the whole rules directory to your modules directory
26 26
   (e.g. DRUPAL_ROOT/sites/all/modules) and activate the Rules and Rules UI
27 27
   modules.
......
30 30

  
31 31
Documentation
32 32
-------------
33
* Check out the general docs at http://drupal.org/node/298476
34
* Check out the developer targeted docs at http://drupal.org/node/878718
33
* Check out the general docs at https://www.drupal.org/node/298476
34
* Check out the developer targeted docs at https://www.drupal.org/node/878718
35 35

  
36 36

  
37 37
Rules Scheduler
......
41 41
   to schedule the execution of Rules components.
42 42
 * Make sure that you have configured cron for your drupal installation as cron
43 43
   is used for scheduling the Rules components. For help see
44
   http://drupal.org/cron
45
 * If the Views module (http://drupal.org/project/views) is installed, the module
46
   displays the list of scheduled tasks in the UI.
44
   https://www.drupal.org/cron
45
 * If the Views module (https://www.drupal.org/project/views) is installed, the
46
   module displays the list of scheduled tasks in the UI.
47 47

  
48 48

  
49 49
Upgrade from Rules 6.x-1.x to Rules 7.x-2.x
......
60 60
     * Note that for importing an export the export needs to pass the
61 61
       configuration integrity check, what might be troublesome if the
62 62
       conversion was not 100% successful. In that case, try choosing the
63
       immediate saving method and correct the configuration after conversion.  
63
       immediate saving method and correct the configuration after conversion.
64 64
     * A rule configuration might require multiple modules to be in place and
65 65
       upgraded to work properly. E.g. if you used an action provided
66 66
       by a third party module, make sure the module is in place and upgraded
......
85 85
    for Drupal 7. The Drupal 6 tasks are preserved in the database as long as
86 86
    you do not clear your Rules 1.x configuration though.
87 87
  * The Rules Forms module has not been updated to Drupal 7 and there are no
88
    plans to do so, as unfortuntely the module's design does not allow for
88
    plans to do so, as unfortunately the module's design does not allow for
89 89
    automatic configuration updates.
90 90
    Thus, a possible future Rules 2.x Forms module is likely to work
91 91
    different, e.g. by working only for entity forms on the field level.

Formats disponibles : Unified diff