Friday, November 27, 2009

myTinyTodo blog moved to new location

New address of myTinyTodo blog - blog.mytinytodo.net. All news will be posted there.

Sunday, November 8, 2009

myTinyTodo v1.3 final

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

Sunday, November 1, 2009

New beta

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
  • Catch and fix bugs
v1.3.1
  • 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
  • Multi-user version

Thursday, October 22, 2009

myTinyTodo v1.3 beta

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.

Wednesday, September 23, 2009

myTinyTodo v1.2.7

myTinyTodo updated to v1.2.7.

What's new since v1.2.6:
  • Bugs fixed
  • Some redesign (rounded corners)

Thursday, August 27, 2009

myTinyTodo v1.2.6

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

Saturday, August 22, 2009

myTinyTodo v1.2.4

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)

Tuesday, August 18, 2009

myTinyTodo v1.2.3

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.

Tuesday, July 28, 2009

myTinyTodo v1.2 final

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

Sunday, July 19, 2009

myTinyTodo v1.2 beta 2

New beta version of myTinyTodo is available.
Download | Demo

License: GPL v3

To update v1.1 just replace files from source excluding directory 'db'. Then run 'update_110_120.php' to update database.

What's new
  • Bugs fixed
  • Added calendar for easy selecting due date. Your can select dispaly format of due date in edit form in config file (Y-M-D, M/D/Y, D.M.Y)
  • Changes in session handling. Now you can select to store session files in separate directory (useful on shared hosting). Enabled by default for new installations (see db/config.php for details). Be sure that directory 'tmp/sessions' is writable for webserver/php.

Info for translators
  • Added string: days_min.

Update: released v1.2 final

Tuesday, June 30, 2009

myTinyTodo v1.2 beta

My vacation is over and here is the new version of myTinyTodo - v1.2 beta. As for now only for tests.

Download | Demo

To update v1.1 just replace files from source excluding directory 'db'. Then run 'update_110_120.php' to update database.

What's new
  • Due dates (format: y-m-d, m/d/y, d.m.y, m/d, d.m) and filters
  • Sortings
  • Clickable URLs
  • Tag cloud
  • Autotagging feature (when add task under tag filter) (can disable in config)
  • Number of priorities decreased to [-1,0,+1,+2 ]
  • Some redesign (added icons based on Silk Icons set)
Info for translators
  • Strings changed: tagfilter, tagfilter_cancel.
  • Added: sortByHand, sortByPriority, sortByDueDate, due, daysago, indays, months_short, date_md, date_ymd, today, yesterday, tomorrow, f_past, f_today, f_soon.
  • Removed: return_view.

Update 2009-07-19: New beta available.

Wednesday, May 20, 2009

myTinyTodo v1.1

Released new version of simple ajax todolist - myTinyTodo.

Changes:
  • Added tags.
  • Added smart syntax: add task with additional parameters
    (usage: /priority/ task title /tags/).
  • Added style for mobile devices
    (open as /index.php?pda or simply /?pda).
  • Sqlite version now uses sqlite3 (pdo_sqlite library).
  • Search in the notes.
  • Some redesign of authorization process.
myTinyTodo homepage | demo | demo for mobiles

How to update mysql version
  • Upload and replace files excluding directory 'db'.
  • Open 'update_100_110.php' and click 'Update'.
  • Delete file 'update_100_110.php'.

How to update sqlite version
This process requires both 'php_sqlite' and 'php_pdo_sqlite' PHP extensions.
  • Upload and replace files excluding directory 'db'.
  • Rename old database 'todolist.db' in 'db' directory to 'todolist.old'.
  • Open 'dba.php' and create new database tables.
  • Open 'update_100_110.php' and click 'Update'.
  • Delete file 'update_100_110.php'.

Info for translators

Removed 2 strings (logout, tab_login) and added 5 strings (a_login, a_logout, tags, tagfilter, tagfilter_cancel).

Update (May 27): Source updated to v1.1.1. This is bugfix release.

Update 2 (June 30): Updated to v1.2 beta

Friday, May 8, 2009

myTinyTodo v1.0 released

Main feature of new version is the password protection. You may protect your tasks with password specified in configuration file ($config['password']). Also you can allow the others to view your tasks but not to modify: $config['allow'] = "read";.

Configuration file 'config.php' moved to directory 'db'.

Changed format of language packs. Now packs can be used with new version of script even if new strings will be added for translation.

How to make your translation:
1. Copy and rename english language pack 'en.php' in directory 'lang'.
2. Modify text strings in this file (in UTF-8 encoding).
3. To use new language pack specify it in configuration file:
$config['lang'] = "your pack";.

myTinyTodo homepage

Update: New version released

Saturday, May 2, 2009

myTinyTodo v0.9

I have updated the script. Now it includes russian translation, as example of method how to localize this app.

How to make your translation:

1. Copy default lang files 'default.php' and 'default.js' in directory 'lang' with new names as language you want (for ex. 'spanish.php' and 'spanish.js').
2. Modify text strings in this files as you need (in UTF-8 encoding).
3. Specify interface language in 'config.php' at line starting with $config['lang'], as  $config['lang'] = "spanish".

Updated:
 v0.9.1:
* Added string to lang file 'default.js': 
error: 'Some error occured'
* Header and title can be optionally translated in '.php' as
$lang['My Tiny Todolist'] = "Your todolist";

Upd2: Format of language packs has changed in version 1.0.

Thursday, April 30, 2009

myTinyTodo

myTinyTodo v0.8 released. Simple open source todolist written in PHP. 
Download and demo: www.pozdeev.com/mytinytodo/