alex-LE / yourTinyTodo

Simple way to manage your todo list in AJAX style.

Home Page:Demo Nightly Build: http://www.yourtinytodo.net/demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple way to manage your todo list in AJAX style. Written in PHP and jQuery. Data stored in SQLite, MySQL or PostgreSQL database. Distributed under the GNU GPL License.

yourTinyTodo - by the yourTinyTodo.net community

Based on myTinyTodo by Max Pozdeev (C) Copyright 2009-2010 Max Pozdeev maxpozdeev@gmail.com

Demo: http://www.yourtinytodo.net/demo/

Features

  • Multiple lists
  • Task notes
  • Tags (and tag cloud)
  • Due dates (input format: y-m-d, m/d/y, d.m.y, m/d, d.m)
  • Priority (-1, 0, +1, +2)
  • Different sortings including sort by drag-and-drop
  • Search
  • Password protection
  • Smart syntax improves creation of tasks (usage: /priority/ Task /tags/)
  • Print-friendly CSS
  • Style for mobiles devices

New Features in version 1.0a:

  • MulitUser Support (3 UserGroups: Admin, Read/Write, Readonly)
  • Notifications
  • Comments per Task
  • Time Tracking

Features coming with 1.1:

  • Markdown support (format a tasks note)
  • archive lists
  • private lists

IMPORTANT

A default admin user will be created during setup. If you enable multi user support you need the following data to log in:

username: admin password: admin

About

Simple way to manage your todo list in AJAX style.

Demo Nightly Build: http://www.yourtinytodo.net/demo

License:GNU General Public License v3.0


Languages

Language:PHP 59.6%Language:JavaScript 29.7%Language:CSS 10.7%