Simple Task Module for Drupal

Written By: diversen (24-Feb-2010 13:36:26) Add Comment

Note: This will only work with MySQL.

After hacking around with Drupal for a couple of weeks I decided to write a module. I couldn't find any simple modules for making a task list with Drupal-6.x so I decided to write a module which accomplished just that:

Features are as follows:

- List past, future and all tasks
- Edit / delete tasks
- Search for tasks
- Multi user. Every user can get a task list.
- Uses users locale timezone if users locale is set.

You need to have the Date module in your module dir, because this module has some dependencies with the Date module: The use of the nice js popup date and the ability to use the users locale instead of the system locale.


Files

task_simple.tar.gz

This file only works with 6.x versions of drupal.