| 1 |
READ THIS FILE if you are updating from previous versions of
|
| 2 |
'taxonomy_access.module'.
|
| 3 |
|
| 4 |
If you are installing taxonomy_access.module for the first time, you may ignore
|
| 5 |
this file.
|
| 6 |
|
| 7 |
Taxonomy Access uses the AUTOMATED UPDATE SYSTEM of Drupal (since Drupal 4.7)
|
| 8 |
|
| 9 |
--------
|
| 10 |
UPDATING
|
| 11 |
--------
|
| 12 |
|
| 13 |
1. DISABLE THE MODULE on page: "Administer >> Site building >> Modules"
|
| 14 |
|
| 15 |
2. BACKUP your database
|
| 16 |
|
| 17 |
3. UPLOAD the new module files
|
| 18 |
|
| 19 |
4. LOG ON AS MAIN ADMINISTRATOR (user with user ID 1)
|
| 20 |
|
| 21 |
5. ENABLE THE MODULE on page: "Administer >> Site building >> Modules"
|
| 22 |
|
| 23 |
6. RUN UPDATE.PHP by visiting "http://www.example.com/update.php"
|
| 24 |
|
| 25 |
7. SET OPTIONS FOR TAXONOMY ACCESS SETTINGS: Go to page: "Administer >> Site configuration >>
|
| 26 |
Taxonomy Access: Settings"
|
| 27 |
|
| 28 |
8. SET PERMISSION 'Administer Access Controll' FOR ADMINISTRATORS on page:
|
| 29 |
"Administer >> User Management >> Access Control".
|
| 30 |
(In versions before 5.x permission was 'Administer users')
|
| 31 |
|
| 32 |
-----------------------
|
| 33 |
UPDATING FROM VERSION 5.1 OR PREVIOUS
|
| 34 |
-----------------------
|
| 35 |
|
| 36 |
If one upgrades an existing site using an older version (5.1 or before) of TAC, then no
|
| 37 |
performance gains will be made until the admin goes through each role and "rebuilds"
|
| 38 |
the permissions settings for each role from scratch (i.e. disable TAC for that role,
|
| 39 |
then set it up again with just the categories and terms to apply TAC settings to).
|
| 40 |
|
| 41 |
|
| 42 |
-----------------------
|
| 43 |
TAXONOMY ACCESS UPDATES
|
| 44 |
-----------------------
|
| 45 |
|
| 46 |
Update #1: Updating the tables to UTF-8
|
| 47 |
Update #2: Adding new field 'grant_list' to the tables.
|
| 48 |
(Neccessary after revision 1.53 Jan 12, 2006)
|
| 49 |
Update #3: Changing weight of the module: put taxonomy_access to the bottom
|
| 50 |
(but before the very last ones) in the chain.
|
| 51 |
Update #4: Deleting old variable 'taxonomy_access_enabled'
|
| 52 |
|
| 53 |
(Send comments to Keve. http://drupal.org/user/13163/contact )
|