| 1 |
$Id: README.txt,v 1.5 2007/01/19 19:26:43 moonray Exp $
|
| 2 |
|
| 3 |
|
| 4 |
MODULE
|
| 5 |
------
|
| 6 |
Tasklist Advanced
|
| 7 |
|
| 8 |
|
| 9 |
DESCRIPTION
|
| 10 |
-----------
|
| 11 |
The 'Tasklist Advanced' module extends the existing Tasklist module, and adds
|
| 12 |
categorization, additional views, and filtering based on "Getting Things Done"
|
| 13 |
by David Allen. It requires, and depends on the original 'Tasklist' module, and
|
| 14 |
is fully backward compatible. For attaching dates to tasks, use the 'Event' module.
|
| 15 |
|
| 16 |
|
| 17 |
FEATURES
|
| 18 |
--------
|
| 19 |
(In addition to all Tasklist features)
|
| 20 |
|
| 21 |
- Additional views
|
| 22 |
- my tasks
|
| 23 |
- all tasks, grouped by user
|
| 24 |
|
| 25 |
- Categorization based on "Getting Things Done" by David Allen
|
| 26 |
|
| 27 |
- Form or URL based filtering by
|
| 28 |
Note: for advanced URL based filtering try this approach:
|
| 29 |
tasks/user/1?status=1&taskcategory=unknown,next&tasktype=action
|
| 30 |
- Status
|
| 31 |
- Category
|
| 32 |
- Task type
|
| 33 |
|
| 34 |
- Tagging of tasks as action (default) or project (multi-action task)
|
| 35 |
|
| 36 |
- Hierarchical tree listing
|
| 37 |
|
| 38 |
|
| 39 |
REQUIREMENTS
|
| 40 |
------------
|
| 41 |
- Drupal 5.0
|
| 42 |
- MySQL as your database engine (for .install file to create required database table)
|
| 43 |
- Tasklist module [tasks.module]
|
| 44 |
- Event module [event.module] (optional)
|
| 45 |
|
| 46 |
|
| 47 |
INSTALLATION
|
| 48 |
------------
|
| 49 |
1. Install the tasks.module. (IMPORTANT)
|
| 50 |
Note: colour code tasks by user by going to user/[userid]/edit and changing the
|
| 51 |
tasklist colour for that user.
|
| 52 |
|
| 53 |
2. Copy the tasks_advanced folder and its contents to the Drupal modules directory.
|
| 54 |
|
| 55 |
3. Go to 'Administer -> Site building -> Modules' and enable tasks_advanced.
|
| 56 |
Note: for each module that you enable, all necessary database tables will
|
| 57 |
be automatically created, using Drupal's new .install file system (mysql only).
|
| 58 |
|
| 59 |
4. Go to 'Administer -> User management -> Access control' to configure access
|
| 60 |
privileges for this module.
|
| 61 |
|
| 62 |
5. Depending on your permissions the new menu options 'Tasks' and 'Tasks -> My tasks'
|
| 63 |
or only 'My tasks' should appear.
|
| 64 |
|
| 65 |
6. Optional: Add dates through event module.
|
| 66 |
|
| 67 |
a. Enable event module (you don't need any of the other modules bundled with event)
|
| 68 |
|
| 69 |
b. Browse to /admin/content/types/tasks
|
| 70 |
|
| 71 |
c. At the bottom of the page you'll see an option to "Show in event calendar", which you set to "All views" or "Only in views for this type"
|
| 72 |
|
| 73 |
|
| 74 |
CREDITS
|
| 75 |
-------
|
| 76 |
Authored and maintained by Balarama Bosch (moonray)
|
| 77 |
Sponsored by Krishna.com
|