/[drupal]/contributions/modules/trash/readme.txt
ViewVC logotype

Contents of /contributions/modules/trash/readme.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Feb 21 17:33:17 2008 UTC (21 months, 1 week ago) by roetzi
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, DRUPAL-6--1-1, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/plain
Initial commit of trash module. The trash module allows to move nodes into the trash instead of deleting them. Nodes from the trash can be restored or permanently deleted later.
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.

  ViewVC Help
Powered by ViewVC 1.1.2