Menu

Home

Lars Streblow

Welcome to TasksTodo-Wiki!

You can use this project's code to manage tasks in small teams. It lets you assign tasks to team members, set deadlines for tasks, add comments to tasks, upload files related to tasks, list your tasks... To get started you should read the README you'll find in the downloaded archive. You need a web server with PHP module and a MySQL server to setup and run this project.

I forked the original project from Rob Hensley in order to publish some changes/improvements for other people out there. Rob hasn't updated his project since 2006 so I think he is no more interested in dealing with it. There are still some downloads from his project, so may be it's worth to keep this piece of work alive. You can find his project as ackerTodo here at sourceforge.

What has been done so far:

As a first step I had to make some changes to the setup procedure (creation of database did not work for me). Then I modified parts of the code dealing with the task list and the states of the tasks. I added a reminder script similar to Rob's email.php in email-module to send e-mails to users with their tasks via linux' cron or Windows' task scheduler.

I fixed an issue concerning the priority translation, but only for the German and English language. One can see the basic concept in that language files.

Project Members:


Discussion

  • Lars Streblow

    Lars Streblow - 2017-10-08

    Updated Upload-Module:
    Now multiple files can be uploaded with the upload module. The file upload dialog now supports multiple selections and all selected files will be uploaded if they don't exist. Code has been modified in module.inc of the upload module folder.

     

    Last edit: Lars Streblow 2017-10-08
  • Lars Streblow

    Lars Streblow - 2017-10-11

    Updated index.php and tasks.inc:
    After a new task has been added (quick mode or normal) or a task has been updated in detail view it now will be displayed updated in detail view (formerly the task overview was displayed, what could be unconvenient if you had lots of tasks and wanted to edit details of that task or to print your changes). Now you can add comments or upload files or edit details or print the modified task immediately after having added or updated a task.

     

Log in to post a comment.