Skip to content
This repository was archived by the owner on Feb 22, 2021. It is now read-only.
/ yourTinyTodo Public archive
forked from alex-LE/yourTinyTodo

Simple way to manage your todo list in AJAX style.

License

Notifications You must be signed in to change notification settings

IARISS/yourTinyTodo

This branch is 5 commits ahead of, 2 commits behind alex-LE/yourTinyTodo:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0c25b85 · Oct 15, 2013
Aug 29, 2013
Oct 8, 2013
Jun 3, 2012
Jul 20, 2012
Jul 5, 2012
Oct 15, 2013
Apr 5, 2012
Aug 29, 2013
May 4, 2012
Apr 5, 2012
Apr 19, 2013
Jun 4, 2012
May 27, 2012
May 4, 2012
May 4, 2012
May 11, 2012
Jun 5, 2012
Oct 8, 2013
Jun 3, 2012
May 24, 2012
May 11, 2012

Repository files navigation

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 [email protected]

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 59.6%
  • JavaScript 29.7%
  • CSS 10.7%