Projet

Général

Profil

Révision a45e4bc1

Ajouté par Assos Assos il y a environ 9 ans

Update webform to 4.10

Voir les différences:

drupal7/sites/all/modules/webform/README.txt
1 1
Description
2 2
-----------
3 3
This module adds a webform content type to your Drupal site.
4
A webform can be a questionnaire, contact or request form. These can be used 
4
A webform can be a questionnaire, contact or request form. These can be used
5 5
by visitor to make contact or to enable a more complex survey than polls
6
provide. Submissions from a webform are saved in a database table and 
6
provide. Submissions from a webform are saved in a database table and
7 7
can optionally be mailed to e-mail addresses upon submission.
8 8

  
9 9
Requirements
10 10
------------
11 11
Drupal 7.x
12
See https://www.drupal.org/project/webform for additional requirements.
12 13

  
13 14
Installation
14 15
------------
......
23 24

  
24 25
Upgrading from previous versions
25 26
--------------------------------
26
Note that if you are upgrading from a Drupal 6 installation of Webform, you MUST
27
have been running Webform 3.x on your Drupal 6 site before upgrading to Drupal
28
7 and Webform 3.x. You cannot upgrade directly from Webform 6.x-2.x to Webform
29
7.x-3.x.
27
Note that you must be running the latest 3.x version of Webform (for either
28
Drupal 6 or Drupal 7) before upgrading to Webform 4.x.
30 29

  
31
1. Copy the entire webform directory the Drupal modules directory.
30
If you have contributed modules, custom modules, or theming on your Webforms,
31
please read over the documentation for upgrading your code for Webform 4.x at
32
https://drupal.org/node/1609324.
32 33

  
33
2. Login as the FIRST user or change the $access_check in update.php to FALSE
34
1. MAKE A DATABASE BACKUP. Upgrading to Webform 4.x makes a signficant number of
35
   database changes. If you encounter an error and need to downgrade, you must
36
   restore the previous database. You can make a database backup with your
37
   hosting provider, using the Backup and Migrate module, or from the command
38
   line.
34 39

  
35
3. Run update.php (at http://www.example.com/update.php)
40
2. Copy the entire webform directory the Drupal modules directory, replacing the
41
   old copy of Webform. DO NOT KEEP THE OLD COPY in the same directory or
42
   anywhere Drupal could possibily find it. Delete it from the server.
43

  
44
3. Login as an administrative user or change the $update_free_access in
45
   update.php to TRUE.
46

  
47
4. Run update.php (at http://www.example.com/update.php).
36 48

  
37 49
Support
38 50
-------

Formats disponibles : Unified diff