/[drupal]/contributions/modules/tasks/README.txt
ViewVC logotype

Contents of /contributions/modules/tasks/README.txt

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


Revision 1.1 - (show annotations) (download)
Wed Apr 5 16:48:42 2006 UTC (3 years, 7 months ago) by jakeg
Branch: MAIN
CVS Tags: DRUPAL-5--2-0, DRUPAL-5--1-0, DRUPAL-4-7--1-0, DRUPAL-5--1-1, DRUPAL-5--2-0-ALPHA1, DRUPAL-5--1-3, DRUPAL-5--1-2, HEAD
Branch point for: DRUPAL-5--2, DRUPAL-5, DRUPAL-4-7
File MIME type: text/plain
adding a readme file and slight changes
1 $Id: $
2
3 Tasks.module by Jake Gordon (jakeg)
4 A tasklist module
5
6 FEATURES
7
8 - A collaborative tasklist
9 - Assigning tasks to users
10 - Colour coding of tasks by user
11 - Ordering of tasks
12 - Tasks completion dates
13 - Unlimited sub-task(list)s
14
15
16 REQUIREMENTS
17
18 - Drupal 4.7
19 - MySQL as your database engine (for .install file to create required database table)
20
21 INSTALLATION
22
23 - Copy files to your module directory
24 - Turn the module on at admin/modules
25 - should automatically create teh necessary database table if using MySQL
26 - Give appropriate permissions at admin/access
27 - Create your master tasklist at node/add/tasks
28 - The tasklist is viewable at /tasks, though this just redirects to the URL of your master tasklist node
29
30 (TIP: colour code tasks by user by going to user/[userid]/edit and changing your tasklist colour)

  ViewVC Help
Powered by ViewVC 1.1.2