Released new version of myTinyTodo – v1.3.1.
This is mostly a bugfix release, but some features were added:
- individual sorting for every tasklist
- ability to publish lists separetely
Thanks for bug reports: Progi1984, heraldboy.
Next releases of v1.3 branch will be published in this post.
Update 2009-12-29
v1.3.2 is published. Here are some changes:
- can move task to other list
- show dates when the task was created and completed (in task edit)
- support of prefix for database tables
- settings page can be localized in language pack
Update 2010-01-29
v1.3.3 is published.
- It has many small changes in interface.
- Now you can change order of tabs or even show only one tab for all lists.
- Added style for Right-to-left languages translations.
- Added export to csv.
To use single tab interface add “singletab” query parameter to mytinytodo url like this: http://www.mytinytodo.net/demo/?singletab
You can export the tasks from some list to csv file (manually as for now) by running as follows:
/mytinytodo/export.php?list=<ListID>&format=csv
Example: http://www.mytinytodo.net/demo/export.php?list=1&format=csv
Thanks to merzhin, Alexander Teague, Mostafa Khadem and to all translators.
After update to v1.3.3 you can delete “images” directory and .css files in mytinytodo root directory.
Update 2010-02-16
v1.3.4 is published.
Some enhancements:
- Now each list has own URL:
/mytinytodo/?list=1 or /mytinytodo/#list/1.
- Added ability to use html tags (b,i,u,s) to highlight required text (in title or notes).
Thanks to merzhin for patches.
Update 2010-05-11
v1.3.5 is published.
All the changes you can find in changelog.
Here is the new place for myTinyTodo blog.
Old address – http://maxpozdeev.blogspot.com/search/label/myTinyTodo
Released final version of v1.3 branch.
What’s new:
- Can specify application title in settings
- Minor changes
Today script moves to its own domain – www.mytinytodo.net
myTinyTodo updated to v1.3 beta 3.
What’s new
- RSS 2.0 feed
- Small interface changes
- Bugs fixed
RSS feed available only when password is not set or read access is allowed.
Download
I plan to continue development of myTinyTodo, originally based on idea of Antonio Lupetti’s script. So what’s next.
v1.3 final
- Allow every list to have own sorting order and store the order in database
- Publish lists (make available for reading for everyone) separately
- Date of completion of task
v1.4
New version of myTinyTodo available – v1.3 beta. As for now only for tests.
What’s new
- Support of multiple lists
- Collapsible notes
- Can show all tags in task editor
- Complete form for task adding
- Installer
- Script configuration page

Download
Upd: download link updated.
myTinyTodo updated to v1.2.7.
What’s new since v1.2.6:
- Bugs fixed
- Some redesign (rounded corners)
myTinyTodo updated to v1.2.6, download.
What’s new since v1.2.4:
- Added config option to set first day of the week (monday by default)
- Bug fixed
myTinyTodo updated to v1.2.4.
Download | Demo | Homepage
What’s new since v1.2.3
In this version location of completed tasks was changed. Now they are at the bottom of the list, and when you complete the task it will be placed at the end of completed tasks. These tasks became non-draggable and softened.
Also bugs were fixed.
Update 2009-08-23: Updated to v1.2.5 (bugfix release)
myTinyTodo updated to v1.2.3.
Download | Demo | Homepage
What’s new since v1.2.1
* Can resize window of task editing;
* AJAX error handling according to the error_reporting level.
Final release of myTinyTodo v1.2. License: GNU GPL v3+.
Download | Demo | Homepage
What’s new after v1.2 b2
- Some filters combined into taskview selector
- db installer/updater combined into one file setup.php
- Bug fixed
This version includes new setup.php which is used both to install new database (old dba.php) and to update database (old update_xxx_yyy.php). So, to update from previous version just replace files from source excluding directory ‘db’ and then run ’setup.php’.
Info for translators
- String added: tasks_and_compl.
- Strings removed: show_completed, hide_completed.
Update 2009-08-14: script updated to v1.2.1.
- Can view error details by clicking on ’some error occurred’ message
- Now it’s not necessary to have enabled php option ’short_open_tag’
- setup.php does not support sqlite2 anymore