| 1 |
DESCRIPTION
|
| 2 |
----------------
|
| 3 |
This module adds a 'trash' for nodes. Nodes can be moved to the trash instead
|
| 4 |
of being deleted and thus can be restored or permanently deleted later on.
|
| 5 |
|
| 6 |
INSTALL
|
| 7 |
----------------
|
| 8 |
Install as usual for Drupal modules
|
| 9 |
|
| 10 |
USE
|
| 11 |
----------------
|
| 12 |
You need to set the trash behaviour per node type (admin/content/types).
|
| 13 |
The normal 'delete' permission is used to determine who can move nodes to the
|
| 14 |
trash. To permanently delete nodes, the 'purge trash' permission is needed.
|
| 15 |
|
| 16 |
PERMISSIONS
|
| 17 |
----------------
|
| 18 |
'view trash': Access to the 'trash' page.
|
| 19 |
'restore trash': Allows to restore nodes from the trash.
|
| 20 |
'purge trash': Allows to permanently delete nodes from the trash.
|
| 21 |
|
| 22 |
TECHNICAL
|
| 23 |
----------------
|
| 24 |
See the file comment in trash.module for technical information.
|