2006-09-06  zoidian  <zoidian@users.sourceforge.net>  4.0

	* Release ackerTodo v4.0!

2006-09-01  zoidian  <zoidian@users.sourceforge.net>  3.9-cvs-b7

	* Fix a small bug in the calendar display.

2006-09-01  zoidian  <zoidian@users.sourceforge.net>  3.9-cvs-b6

	* More small updates from the previous commit.

2006-09-01  zoidian  <zoidian@users.sourceforge.net>  3.9-cvs-b5

	* Add the ability to use a table prefix in the database.
		- First off, thanks to grima for the patch.
		- Secondly, this is a big change that touches a lot so it's
		possible something may break. I'm going to be testing this over
		the weekend and hopefully release ackerTodo v4.0 next week some
		time (as long as not too much is broken).

2006-08-29  zoidian  <zoidian@users.sourceforge.net>  3.9-cvs-b4

	* Cleanup XML output a little with strip_tags().

2006-08-12  zoidian  <zoidian@users.sourceforge.net>  3.9-cvs-b3

	* Apply a patch to revert back to English when a string isn't
	provided for the selected language.

2006-06-25  zoidian  <zoidian@users.sourceforge.net>  3.9-cvs-b2

	* Fix a bug with the date drop downs.

2006-06-13  zoidian  <zoidian@users.sourceforge.net>  3.9-cvs-b1

	* Version bump, no changes.

2006-06-13  zoidian  <zoidian@users.sourceforge.net>  3.8

	* Release ackerTodo v3.8!

2006-06-12  zoidian  <zoidian@users.sourceforge.net>  3.7-cvs-b3

	* First off, it's been awhile, wow!
	* Added a fix for the year dropdown box so it will show past 2006.

2006-02-27  zoidian  <zoidian@users.sourceforge.net>  3.7-cvs-b2

	* Try and stop page jumping on the task list.

2006-02-15  zoidian  <zoidian@users.sourceforge.net>  3.7-cvs-b1

	* Version bump, no changes.

2006-02-15  zoidian  <zoidian@users.sourceforge.net>  3.6

	* Release ackerTodo v3.6!

2006-01-28  zoidian  <zoidian@users.sourceforge.net>  3.5-cvs-b4

	* A few MySQL 5.0 fixes (the demo site is now running v5.0.18!

2005-12-31  zoidian  <zoidian@users.sourceforge.net>  3.5-cvs-b3

	* Fix a bug where the filtered category wasn't being kept.

2005-12-30  zoidian  <zoidian@users.sourceforge.net>  3.5-cvs-b2

	* Disable Sajax in the header if Ajax is disabled by the user.
	* Add an export feature to the task list.
		- Currently just displays the task list in an XML file.
		- The format for the generated XML file may change, suggestions?

2005-12-29  zoidian  <zoidian@users.sourceforge.net>  3.5-cvs-b1

	* Version bump, no changes.

2005-12-29  zoidian  <zoidian@users.sourceforge.net>  3.4

	* Release ackerTodo v3.4!

2005-12-29  zoidian  <zoidian@users.sourceforge.net>  3.3-cvs-b19

	* Small cosmetic fix to the task list.

2005-12-29  zoidian  <zoidian@users.sourceforge.net>  3.3-cvs-b18

	* Fix a few task list bugs with the ajax stuff.

2005-12-28  zoidian  <zoidian@users.sourceforge.net>  3.3-cvs-b17

	* Add some images for the expand/collapse in the task list ajax.

2005-12-28  zoidian  <zoidian@users.sourceforge.net>  3.3-cvs-b16

	* Prepping for the v3.4 release.
	* Made Ajax in the task list configurable.
	* Only one more bug to fix (apostrophe's in ajax).

2005-12-05  zoidian  <zoidian@users.sourceforge.net>  3.3-cvs-b15

	* Fix a bug with the calendar in the task list.

2005-12-02  zoidian  <zoidian@users.sourceforge.net>  3.3-cvs-b14

	* Change the name of some images to prep for the addition of more.

2005-12-01  zoidian  <zoidian@users.sourceforge.net>  3.3-cvs-b13

	* Limit the number of characters the task title text field will take.

2005-12-01  zoidian  <zoidian@users.sourceforge.net>  3.3-cvs-b12

	* You can now delete comments from the main task list.
	* Clean up various other things.

2005-11-30  zoidian  <zoidian@users.sourceforge.net>  3.3-cvs-b11

	* Ok, you can now edit comments from the task list.
	* Next on the list, delete comments from the task list.

2005-11-29  zoidian  <zoidian@users.sourceforge.net>  3.3-cvs-b10

	* Seperate the rest of the javascript into the list_tasks.js.
	* Clean things up a little more.
	* Should get to the editable comments sometime tomorrow!

2005-11-29  zoidian  <zoidian@users.sourceforge.net>  3.3-cvs-b9

	* Cleaned up the editing of titles in the task list.
	* Next is the ability to edit comments from the task list.

2005-11-28  zoidian  <zoidian@users.sourceforge.net>  3.3-cvs-b8

	* Fix a bug when detecting mysql 5.x in db.inc.

2005-11-26  zoidian  <zoidian@users.sourceforge.net>  3.3-cvs-b7

	* Fix up some javascript in list_tasks.html.

2005-11-26  zoidian  <zoidian@users.sourceforge.net>  3.3-cvs-b6

	* Fix a bug where an admin would edit another user the some of the
	admin's info would show rather then the user being edited.
	* Strip tags when editing comments.
	* Fix deleting Global Categories, now they delete right.

2005-11-25  zoidian  <zoidian@users.sourceforge.net>  3.3-cvs-b5

	* You can now update a task from the collapsible row, not sure how
	much I like it or not, but we'll see.

2005-11-24  zoidian  <zoidian@users.sourceforge.net>  3.3-cvs-b4

	* Seperate out a few strings and some CSS.

2005-11-24  zoidian  <zoidian@users.sourceforge.net>  3.3-cvs-b3

	* Add the ability to have collapsible rows in the main task list.
		- Right now it'll display a + sign if the row can be expanded.
		- When expanded it'll show the comments for that task.

2005-11-21  zoidian  <zoidian@users.sourceforge.net>  3.3-cvs-b2

	* Removed the ability to update the Category of a task from the task
	list. I just don't think this is used too often and it's causing
	large lists to take longer to display because of the amount of
	dropdown's being displayed.

	* Added the ability to change the due date of a task from the task
	list by means of a calendar icon in the status column. This still has
	a few bugs that for some reason I'm having trouble tracking them
	down, help would be much appreciated!

2005-11-15  zoidian  <zoidian@users.sourceforge.net>  3.3-cvs-b1

	* Bump version, no changes.

2005-11-15  zoidian  <zoidian@users.sourceforge.net>  3.2

	* Release ackerTodo v3.2!

2005-09-29  zoidian  <zoidian@users.sourceforge.net>  3.1-cvs-b5

	* Change the Quick Add Tasks to be Open-Ended rather then Daily.

2005-09-18  zoidian  <zoidian@users.sourceforge.net>  3.1-cvs-b4

	* Add 'Day' and 'Days' to the english.inc language file.
	* Seperate a few more strings out of tasks.inc.

2005-09-15  zoidian  <zoidian@users.sourceforge.net>  3.1-cvs-b3

	* Small cosmetic fix to sending emails.

2005-09-07  zoidian  <zoidian@users.sourceforge.net>  3.1-cvs-b2

	* Global Categories can now be deleted!

2005-09-06  zoidian  <zoidian@users.sourceforge.net>  3.1-cvs-b1

	* Bump version, no changes.

2005-09-06  zoidian  <zoidian@users.sourceforge.net>  3.0

	* Release ackerTodo v3.0!

2005-09-05  zoidian  <zoidian@users.sourceforge.net>  2.9-cvs-b13

	* Global Categories now exist.
		- Only Admin's can create them but they show up for everyone.
		- You CAN NOT share tasks between them!
			- That is up to who it's assigned to!

2005-09-05  zoidian  <zoidian@users.sourceforge.net>  2.9-cvs-b12

	* Finish up the ajax/javascript for on-the-fly Category and Priority
	updating, now on to global categories!

2005-09-05  zoidian  <zoidian@users.sourceforge.net>  2.9-cvs-b11

	* Change the Priority in the task list to a drop down.
	* Add some ajax/javascript to update the priority on-the-fly from the
	  Task List.

2005-09-03  zoidian  <zoidian@users.sourceforge.net>  2.9-cvs-b10

	* Move comments back to the old way (no ajax). Not ready for it yet.

2005-09-01  zoidian  <zoidian@users.sourceforge.net>  2.9-cvs-b9

	* Add some ajax/javascript to the comments.

2005-08-30  zoidian  <zoidian@users.sourceforge.net>  2.9-cvs-b8

	* Splitting more ajax/javascript out.

2005-08-30  zoidian  <zoidian@users.sourceforge.net>  2.9-cvs-b7

	* Split some javascript out into list_tasks.js.

2005-08-29  zoidian  <zoidian@users.sourceforge.net>  2.9-cvs-b6

	* Start some work on AJAX/JS stuff.
		- I'm using SAJAX, prototype, and scriptaculous.
		- So far just editing a task and deleting a task from the Task
			List work, more to come!

2005-07-22  zoidian  <zoidian@users.sourceforge.net>  2.9-cvs-b5

	* Some hardening work done by David Coallier.
	* Comment out the mysql_real_escape_string in tasks.inc, seemed to
	break the task list.
		- David, I added some details in the comment above that line in
		the tasks.inc.
	* Removed the htmlentities in list_tasks.html on line 250, it
	broke setting the default view.

2005-07-25  zoidian  <zoidian@users.sourceforge.net>  2.9-cvs-b4

	* Added a message when updating the Default View.

2005-07-21  zoidian  <zoidian@users.sourceforge.net>  2.9-cvs-b3

	* Small fix in tasks.inc.

2005-07-19  zoidian  <zoidian@users.sourceforge.net>  2.9-cvs-b2

	* Commit a new theme from Charlie Yarborough, softblue1.
	* Commit a few fixes from Charlie Yarborough.

2005-07-18  zoidian  <zoidian@users.sourceforge.net>  2.9-cvs-b1

	* Bump the version number, no changes.

2005-07-18  zoidian  <zoidian@users.sourceforge.net>  2.8

	* Release ackerTodo v2.8!

2005-07-12  zoidian  <zoidian@users.sourceforge.net>  2.7-cvs-b6

	* Commit a few patches from Michael Buchanon.

2005-06-23  zoidian  <zoidian@users.sourceforge.net>  2.7-cvs-b5

	* Few small code fixes, nothing big or noticeable.

2005-06-17  zoidian  <zoidian@users.sourceforge.net>  2.7-cvs-b4

	* Fix a small bug with the Edit Groups section.

2005-06-15  zoidian  <zoidian@users.sourceforge.net>  2.7-cvs-b3

	* For some reason whitespace at the end of the spanish.inc file was a
	bad thing!

2005-06-15  zoidian  <zoidian@users.sourceforge.net>  2.7-cvs-b2

	* Move remove_category.html to admin_remove_category.html.
	* Strip the strings from admin_remove_category.html.

2005-06-15  zoidian  <zoidian@users.sourceforge.net>  2.7-cvs-b1

	* Bump the version number, no changes.

2005-06-15  zoidian  <zoidian@users.sourceforge.net>  2.6

	* Release ackerTodo v2.6!

2005-06-14  zoidian  <zoidian@users.sourceforge.net>  2.5-cvs-b12

	* Commit some changes from Matti J. Krki which includes a new theme,
	washedout!

2005-06-14  zoidian  <zoidian@users.sourceforge.net>  2.5-cvs-b11

	* Change the Upload Module to assign the name of the file to the task
	owner, not the person uploading so everyone who can view the task can
	view the file.

2005-06-09  zoidian  <zoidian@users.sourceforge.net>  2.5-cvs-b10

	* Put a Filter button next to the Filter text box.
	* Clean up viewing everyone's tasks.

2005-06-08  zoidian  <zoidian@users.sourceforge.net>  2.5-cvs-b9

	* Update the cmd.php to be able to use Yearly and Open-Ended tasks.

2005-06-08  zoidian  <zoidian@users.sourceforge.net>  2.5-cvs-b8

	* Small fix!

2005-06-08  zoidian  <zoidian@users.sourceforge.net>  2.5-cvs-b7

	* Add a Who's Task column to the Task List when an admin is viewing
	everyone's tasks so they know who's is who's.

2005-06-08  zoidian  <zoidian@users.sourceforge.net>  2.5-cvs-b6

	* You can now set a Default View for your task list.

2005-06-08  zoidian  <zoidian@users.sourceforge.net>  2.5-cvs-b5

	* Fix the email.php script, it was broken if you ran it anywhere else
	but from it's directory.

2005-06-08  zoidian  <zoidian@users.sourceforge.net>  2.5-cvs-b4

	* Added Yearly tasks.

2005-06-07  zoidian  <zoidian@users.sourceforge.net>  2.5-cvs-b3

	* Add Access Keys for the main menu (read README for more).

2005-06-07  zoidian  <zoidian@users.sourceforge.net>  2.5-cvs-b2

	* Add a favicon.ico finally, pretty simple but oh well. If you can do
		better, please do and send it to me!

2005-06-06  zoidian  <zoidian@users.sourceforge.net>  2.5-cvs-b1

	* Bump the version number, no changes.

2005-06-06  zoidian  <zoidian@users.sourceforge.net>  2.4

	* Release ackerTodo v2.4!

2005-06-04  zoidian  <zoidian@users.sourceforge.net>  2.3-cvs-b19

	* Email Notification when someone asigns you a task now works!

2005-06-04  zoidian  <zoidian@users.sourceforge.net>  2.3-cvs-b18

	* More module work, now they have a _disable() function!
	* Next thing is to tackle the Email Notification and then release!

2005-06-04  zoidian  <zoidian@users.sourceforge.net>  2.3-cvs-b17

	* Start making Email Notifications a module.
	* Add language file support to modules.

2005-06-04  zoidian  <zoidian@users.sourceforge.net>  2.3-cvs-b16

	* Monthly Tasks are now available for 31 days.
	* Update TODO.

2005-06-04  zoidian  <zoidian@users.sourceforge.net>  2.3-cvs-b15

	* Weekly Tasks have been rewritten and they should now work!

2005-06-03  zoidian  <zoidian@users.sourceforge.net>  2.3-cvs-b14

	* Add a Print View for when viewing tasks.

2005-06-03  zoidian  <zoidian@users.sourceforge.net>  2.3-cvs-b13

	* Removed unused strings from the english language file (40 total).
		- If you maintain a language file, please update yours as well.
	* Added Completed By on the View Task page for Completed Tasks.

2005-06-02  zoidian  <zoidian@users.sourceforge.net>  2.3-cvs-b12

	* Fix a bug where if No Recurrence was the default for new tasks, the
	date drop down's wouldn't be displayed.

2005-06-02  zoidian  <zoidian@users.sourceforge.net>  2.3-cvs-b11

	* Add Open-Ended tasks per request.
	* Cleanup a few errors and minor cosmetic fixes.

2005-06-01  zoidian  <zoidian@users.sourceforge.net>  2.3-cvs-b10

	* Add Weekly and Monthly to the Status drop down in the task list.
	* Clean up how Monthly tasks are displayed when it's the due day.

2005-06-01  zoidian  <zoidian@users.sourceforge.net>  2.3-cvs-b9

	* Optimize list_task.html so it does A LOT less queries.
		- Instead of doing a SELECT on the user for EVERY task, it just
		does one.

2005-05-30  zoidian  <zoidian@users.sourceforge.net>  2.3-cvs-b8

	* Strip one last string in view_task.html and list_task.html.

2005-05-30  zoidian  <zoidian@users.sourceforge.net>  2.3-cvs-b7

	* I think I fixed the bug where you couldn't sort by category in the
	task list. I'm clueless as to how this got messed up as I never made
	any changes to it, but hopefully this works!

2005-05-30  zoidian  <zoidian@users.sourceforge.net>  2.3-cvs-b6

	* Hopefully fix a bug some were having with date's not showing
	correctly because date_format didn't seem to be defined.

2005-05-30  zoidian  <zoidian@users.sourceforge.net>  2.3-cvs-b5

	* Small fix in db.inc for if can't detect the correct MySQL version.

2005-05-26  zoidian  <zoidian@users.sourceforge.net>  2.3-cvs-b4

	* Add a default case to format_date_simple.
	* Better sorting (I hope, let me know if not) in the task list.

2005-05-26  zoidian  <zoidian@users.sourceforge.net>  2.3-cvs-b3

	* Small HTML fix to make things look a little better in IE.

2005-05-26  zoidian  <zoidian@users.sourceforge.net>  2.3-cvs-b2

	* Now display Assigned By in view_task.html.
	* If the task has no category, display No Category in view_task.html.

2005-05-25  zoidian  <zoidian@users.sourceforge.net>  2.3-cvs-b1

	* Bump the version number, still no changes.

2005-05-25  zoidian  <zoidian@users.sourceforge.net>  2.2

	* Release ackerTodo v2.2 (no changes from v2.1-cvs-b16).

2005-05-25  zoidian  <zoidian@users.sourceforge.net>  2.1-cvs-b16

	* Finish up recurring tasks, I think it's time for a release so these
	will actually get tested!

2005-05-24  zoidian  <zoidian@users.sourceforge.net>  2.1-cvs-b15

	* OK, recurring tasks are done, I think. Test away and let me know of
	issues.

2005-05-24  zoidian  <zoidian@users.sourceforge.net>  2.1-cvs-b14

	* Small change to sessions.inc, I think this was causing some
	problems for some people not allowing sessions to be stored.

2005-05-24  zoidian  <zoidian@users.sourceforge.net>  2.1-cvs-b13

	* Finished recurring tasks (for the most part).
		- Still need to fix up some more detailed formating for the Status
		column.
		- Also these need A LOT of testing so I can make sure they're
		working correctly!
		- More to come, should be complete by the end of day.

2005-05-23  zoidian  <zoidian@users.sourceforge.net>  2.1-cvs-b12

	* More work on recurring tasks.
		- As of now Daily, Monthly, and No Recurrence tasks work.
		- Still need to think how I'm going to tackle the Weekly tasks.

2005-05-23  zoidian  <zoidian@users.sourceforge.net>  2.1-cvs-b11

	* Added the ability to edit comments.

2005-05-08  zoidian  <zoidian@users.sourceforge.net>  2.1-cvs-b10

	* Start on the backend code.
		- Daily tasks work how they always have.
		- Tasks that don't recurre work how they always have.
		- I need to think about how I'm going to store the information
		about the weekly and monthly tasks now before I start coding for
		them. I should be able to get to them somtime this week hopefully.

2005-05-08  zoidian  <zoidian@users.sourceforge.net>  2.1-cvs-b9

	* More work on Recurring tasks. The layout's practically done except
		for I'm going to try a few more cosmetic fixups. Other then that all
		that's left is the backend code for storing the info in the
		database correctly.

2005-05-08  zoidian  <zoidian@users.sourceforge.net>  2.1-cvs-b8

	* Change the daily field in the tasks table to recurrence so it's
	easier to store information for daily/weekly/monthly tasks.

2005-04-27  zoidian  <zoidian@users.sourceforge.net>  2.1-cvs-b7

	* Fix a bug in categories.inc where the category wouldn't get
	updated.

2005-04-22  zoidian  <zoidian@users.sourceforge.net>  2.1-cvs-b6

	* Use the correct date formating, and remove the boldness.

2005-04-22  zoidian  <zoidian@users.sourceforge.net>  2.1-cvs-b5

	* Make the same changes to the Task List as I made to the Task View
	in 2.1-cvs-b4, thanks to Michael Buchanon.

2005-04-21  zoidian  <zoidian@users.sourceforge.net>  2.1-cvs-b4

	* Add a little something to the Task View thanks to Michael Buchanon.

2005-04-16  zoidian  <zoidian@users.sourceforge.net>  2.1-cvs-b3

	* Make sorting by status a little better.

2005-04-16  zoidian  <zoidian@users.sourceforge.net>  2.1-cvs-b2

	* Remove some strings from categories.inc and add a Dutch language
	file thanks to Joost Schevers.

2005-04-07  zoidian  <zoidian@users.sourceforge.net>  2.1-cvs-b1

	* Bump the version number, no changes.

2005-04-07  zoidian  <zoidian@users.sourceforge.net>  2.0

	* Release ackerTodo v2.0!

2005-04-06  zoidian  <zoidian@users.sourceforge.net>  1.99-cvs-b5

	* Misc changes and fixes before the 2.0 release.

2005-04-06  zoidian  <zoidian@users.sourceforge.net>  1.99-cvs-b4

	* Quick fix for modules with a config and admin menu function being
	included twice.

2005-04-05  zoidian  <zoidian@users.sourceforge.net>  1.99-cvs-b3

	* More work on the modules, getting closer!

2005-04-05  zoidian  <zoidian@users.sourceforge.net>  1.99-cvs-b2

	* Fix some module bugs waiting to happen...
		- Now instead of each module having the same functions, they must
		be prefixed with their module name to make them unique.

2005-04-04  zoidian  <zoidian@users.sourceforge.net>  1.99-cvs-b1

	* Big commit, a lot of changes. I'm working on making ackerTodo
	modular so people can write their own modules and enable/disable them
	from the admin menu. For now the config for the included modules
	doesn't work, but if you install and enable the aim and upload
	modules, they both work as planned.

	* The AIM module adds a checkbox to the Edit Information page which
	asks the user if they want to turn on AIM Notification or not.

	* The upload module adds a new table when you're viewing a task that
	allows you to upload files per task. You can then access the file or
	delete it from that same table.

	* Once I get everything clean enough and good enough for me, I'll
	release ackerTodo v2.0. The reason I'm jumping a major version number
	is because I feel the changes are big enough for this.

2005-03-30  zoidian  <zoidian@users.sourceforge.net>  1.67-cvs-b6

	* Fix for the module section.

2005-03-30  zoidian  <zoidian@users.sourceforge.net>  1.67-cvs-b5

	* Start adding support for modules.

2005-03-21  zoidian  <zoidian@users.sourceforge.net>  1.67-cvs-b4

	* Make the Login input box get focus when login.html is displayed.

2005-03-20  zoidian  <zoidian@users.sourceforge.net>  1.67-cvs-b3

	* Fix copyright 2004->2005.

2005-03-17  zoidian  <zoidian@users.sourceforge.net>  1.67-cvs-b2

	* Fix a bug in list_tasks.html to make the creationdate display with
	the users custom date format.

2005-03-07  zoidian  <zoidian@users.sourceforge.net>  1.67-cvs-b1

	* Bump version number, no changes.

2005-03-07  zoidian  <zoidian@users.sourceforge.net>  1.66

	* Release ackerTodo v1.66.

2005-03-06  zoidian  <zoidian@users.sourceforge.net>  1.65-cvs-b5

	* Add a crystal theme submitted by Mark F. Rabideau.

2005-02-28  zoidian  <zoidian@users.sourceforge.net>  1.65-cvs-b4

	* Fix a bug with the calendar view not showing the View Tasks link.

2005-02-28  zoidian  <zoidian@users.sourceforge.net>  1.65-cvs-b3

	* The ability to have custom date format's is now complete.
		- !! NOTE !! - The database structure has changed. In the users
							table, a date_format column has been added to
							support the custom date format's.

2005-02-28  zoidian  <zoidian@users.sourceforge.net>  1.65-cvs-b2

	* Add the backend support for custom date formats.

2005-02-28  zoidian  <zoidian@users.sourceforge.net>  1.65-cvs-b1

	* Bump the version number, no changes.

2005-02-28  zoidian  <zoidian@users.sourceforge.net>  1.64

	* Release ackerTodo v1.64.

2005-02-25  zoidian  <zoidian@users.sourceforge.net>  1.63-cvs-b9

	* Update the README and todo.sql scripts for MySQL 4.1.x support.

2005-02-25  zoidian  <zoidian@users.sourceforge.net>  1.63-cvs-b8

	* Forgot to separate Today out into _TODAY in the language file.

2005-02-25  zoidian  <zoidian@users.sourceforge.net>  1.63-cvs-b7

	* On tasks due on the current day, say Deadline: Today instead of
		showing the date.

2005-02-24  zoidian  <zoidian@users.sourceforge.net>  1.63-cvs-b6

	* ackerTodo should now support both MySQL 4.1.x and 4.0.x!

2005-02-23  zoidian  <zoidian@users.sourceforge.net>  1.63-cvs-b5

	* More changes to try and fix the MySQL bug...now just to test it!

2005-02-22  zoidian  <zoidian@users.sourceforge.net>  1.63-cvs-b4

	* Try to fix the MySQL bug between 4.0.x and 4.1.x.

2005-02-21  zoidian  <zoidian@users.sourceforge.net>  1.63-cvs-b3

	* Edit a few things in the default theme and fix the CREDITS.

2005-02-17  zoidian  <zoidian@users.sourceforge.net>  1.63-cvs-b2

	* Start the ability to have AIM notifications for tasks.
		- !! NOTE !! - The database structure has changed. In the users
							table, notification is now email_notification, and
							im_notification has been added.

2005-02-17  zoidian  <zoidian@users.sourceforge.net>  1.63-cvs-b1

	* No changes from v1.62, just bumping the version.

2005-02-17  zoidian  <zoidian@users.sourceforge.net>  1.62

	* Release ackerTodo v1.62.

2005-02-17  zoidian  <zoidian@users.sourceforge.net>  1.61-cvs-b2

	* Fix a bug where if there was no default sort order it would display
		an error.

2005-02-04  zoidian  <zoidian@users.sourceforge.net>  1.61-cvs-b1

	* No changes from v1.60, just updating the version number.

2005-02-04  zoidian  <zoidian@users.sourceforge.net>  1.60

	* Bump the version number for the release of ackerTodo v1.60.

2005-02-03  zoidian  <zoidian@users.sourceforge.net>  1.59-cvs-b5

	* Switch to using ' instead of " in config.php. Suggested by Thomas
		Fotherby.

2005-02-03  zoidian  <zoidian@users.sourceforge.net>  1.59-cvs-b4

	* Fixed a bug with 2005 not appearing in the drop down for year.
		Thanks to all who notified me about this bug!

2005-01-07  zoidian  <zoidian@users.sourceforge.net>  1.59-cvs-b3

	* Allow admin's the ability to edit other people's tasks.

2004-12-27  zoidian  <zoidian@users.sourceforge.net>  1.59-cvs-b2

	* If no sort method is defined, use status by default.

2004-12-22  zoidian  <zoidian@users.sourceforge.net>  1.59-cvs-b1

	* Bump the version, no changes.

2004-12-22  zoidian  <zoidian@users.sourceforge.net>  1.58

	* Release ackerTodo v1.58.

2004-12-22  zoidian  <zoidian@users.sourceforge.net>  1.57-cvs-b3

	* Fix a bug where admin's could had complete control over all tasks.
		Now they can view everyone's tasks, but they can't
		close/edit/delete/complete them.

2004-12-10  zoidian  <zoidian@users.sourceforge.net>  1.57-cvs-b2

	* Fix a bug in tasks.inc where the query was giving a warning.

2004-12-09  zoidian  <zoidian@users.sourceforge.net>  1.57-cvs-b1

	* Bump the version, no changes.

2004-12-09  zoidian  <zoidian@users.sourceforge.net>  1.56

	* Release ackerTodo v1.56.

2004-12-09  zoidian  <zoidian@users.sourceforge.net>  1.55-cvs-b30

	* Fix up a few bugs with viewing other peoples tasks.

2004-12-08  zoidian  <zoidian@users.sourceforge.net>  1.55-cvs-b29

	* The pop-up calendar should now work as planned, meaning click a
		date on the calendar and it'll update the new/edit task form with
		that date.
	* Instead of grabbing the w3c image from their site each time, store
		it locally.

2004-12-08  zoidian  <zoidian@users.sourceforge.net>  1.55-cvs-b28

	* Start of a pop-up calendar on the Add/Edit Task page.
		- All that's left is to have the links for the day reload the main
			page with the chosen date.

2004-12-07  zoidian  <zoidian@users.sourceforge.net>  1.55-cvs-b27

	* Fix a bug where people could use some HTML tags that they shouldn't
		be allowed to in usernames, groups, categories, and tasks.

2004-12-07  zoidian  <zoidian@users.sourceforge.net>  1.55-cvs-b26

	* Fix a bug where supercats wouldn't be removed.

2004-12-03  zoidian  <zoidian@users.sourceforge.net>  1.55-cvs-b25

	* Fixed the public tasks lists so people can't edit/delete/close other
		peoples tasks.

2004-12-02  zoidian  <zoidian@users.sourceforge.net>  1.55-cvs-b24

	* Added pubilcally viewable task lists.
		- This can be enabled under 'Edit User Information'.
		- If there are any pubilc task lists, they can be accessed from
			the second dropdown menu in the 'Status' column.

2004-11-26  zoidian  <zoidian@users.sourceforge.net>  1.55-cvs-b23

	* Cleanup a few errors.

2004-11-26  zoidian  <zoidian@users.sourceforge.net>  1.55-cvs-b22

	* Finally finished the ability to let admin's either view their own
	  tasks or everyone's tasks.
	* Now it's time to clean things up a bit and have another release.

2004-10-28  paour  <ackertodo@paour.com>  1.55-cvs-b21

	* Sped up fetching comments (no longer hitting the DB for each task).
	* Streamlined task_list by removing the view action and instead
	  turning the task name into a link.
	* Added print mode for view_tasks.

2004-10-27  paour  <ackertodo@paour.com>  1.55-cvs-b20

	* When creating a new task while show_tasks is filtered for a specific
	  category, the new task will automatically be assigned to that category
	  (by default).

2004-10-27  paour  <ackertodo@paour.com>  1.55-cvs-b19

	* Added support for saving sort criteria across sessions in the user
	  extra prefs and setting multi-column sort criteria.

2004-10-20  paour  <ackertodo@paour.com>  1.55-cvs-b18

	* Added support for extensible user preferences, using a new 'extra' column.
	  CAUTION: A new column in table USERS has to be created
	* Now hiding the date in New Task if Daily is selected.
	* Using the new prefs system for auto_daily: automatically sets new tasks
	  as daily tasks.

2004-10-19  paour  <ackertodo@paour.com>  1.55-cvs-b17

	* Added support for super categories (essentially lists of categories).
	  CAUTION: 2 new tables supercats and supercat_membership have to be
	           created.
	* Added support in the installer for skipping creating the DB
	  when it already exists and go straight to creating the tables.

2004-09-06  zoidian  <zoidian@users.sourceforge.net>  1.55-cvs-b16

	* The start of priority colorizing.

2004-08-23  zoidian  <zoidian@users.sourceforge.net>  1.55-cvs-b15

	* Show in the task list if a task has comments or not.

2004-08-23  zoidian  <zoidian@users.sourceforge.net>  1.55-cvs-b14

	* I think $reopen_daily_tasks should be set to true, as that's
	probably what people think they should do anyway.

2004-08-18  paour  <ackertodo@paour.com> 1.55-cvs-b13

	* Fixed editing tasks assigned to groups (previously, the edit page
	  would default to assigning the task to the current user, instead of selecting the
	  group).

2004-08-18  paour  <ackertodo@paour.com> 1.55-cvs-b12

	* Made reopening daily tasks optional. The default is to not do it, since that
	  was previously the behavior.
	* Made reopening more efficient (2 SQL queries instead of n + 1).

2004-08-13  zoidian  <zoidian@users.sourceforge.net>  1.55-cvs-b11

	* Start work on adding the ability to filter even more.
		- It currently doesn't work, but the framework is kind of there.

2004-08-13  zoidian  <zoidian@users.sourceforge.net>  1.55-cvs-b10

	* Make it so there can't be a user and a group with the same name.

2004-08-13  zoidian  <zoidian@users.sourceforge.net>  1.55-cvs-b9

	* More work on the reports, pretty much just playing for now.

2004-08-12  zoidian  <zoidian@users.sourceforge.net>  1.55-cvs-b8

	* Daily tasks will now reopen themselves if they're not completed for
	the current day (ex. Complete a task on Monday and it will reopen itself
	when you login on Tuesday).

2004-08-12  zoidian  <zoidian@users.sourceforge.net>  1.55-cvs-b7

	* Make Open Tasks the default view rather then All Tasks.
	* Seperate a few more strings out.

2004-08-12  zoidian  <zoidian@users.sourceforge.net>  1.55-cvs-b6

	* Commit the beginnings of a Reports section.

2004-08-12  zoidian  <zoidian@users.sourceforge.net>  1.55-cvs-b5

	* Fix a bug in the Calendar where the current day would be
	highlighted on every month, not just the current month.

2004-08-11  zoidian  <zoidian@users.sourceforge.net>  1.55-cvs-b4

	* Add some checks, so we don't have empty users, groups, titles, or
	comments.

2004-08-10  paour  <ackertodo@paour.com> 1.55-cvs-b3

	* Caught "everyone's tasks" unintentional assignment.

2004-08-10  zoidian  <zoidian@users.sourceforge.net>  1.55-cvs-b2

	* Start work on allowing admin users to view everyone's tasks.

2004-08-04  zoidian  <zoidian@users.sourceforge.net>  1.55-cvs-b1

	* Bump the version number.

2004-08-04  zoidian  <zoidian@users.sourceforge.net>  1.54

	* Release ackerTodo v1.54.

2004-08-05  zoidian  <zoidian@users.sourceforge.net>  1.53-cvs-b1

	* Fix a bug with the group tasks not displaying.

2004-08-04  zoidian  <zoidian@users.sourceforge.net>  1.52

	* Release ackerTodo v1.52.

2004-08-03  paour  <ackertodo@paour.com> 1.51-cvs-b14

	* Made todo.sql more specific for empty category.
	* Made creating and updating tasks more robust.
	* Fixed stripslashes behavior (in tasks, maybe not in users).

2004-07-29  paour  <ackertodo@paour.com> 1.51-cvs-b13

	* Fixed saving debug output on redirect when RegisterGlobals is off.
	* Fixed sometimes stomping on task_what.

2004-07-29  zoidian  <zoidian@users.sourceforge.net>  1.51-cvs-b12

	* Finish up the remove category prompt, should work now.
	* Fix one last warning, hopefully the last of them.

2004-07-29  zoidian  <zoidian@users.sourceforge.net>  1.51-cvs-b11

	* Started work on the remove category prompt. Thought I'd commit what
		I have started so I can get some feedback.

2004-07-28  zoidian  <zoidian@users.sourceforge.net>  1.51-cvs-b10

	* Cleaned up the rest of the warnings, I think.

2004-07-28  paour  <ackertodo@paour.com> 1.51-cvs-b9

	* Another attempt to fix the session handling. It works better
	  if the admin first creates a separate directory for sessions.
	* Fixed language change not working until logout-login.
	* A bit more detailed debugging info.
	* Fixed a couple warnings in db.inc.

2004-07-26  zoidian  <zoidian@users.sourceforge.net>  1.51-cvs-b8

	* Took the advice of Kevin Richardson and protected the config a bit.

2004-07-26  zoidian  <zoidian@users.sourceforge.net>  1.51-cvs-b7

	* Make all the formatting for submit buttons consistent.

2004-07-26  zoidian  <zoidian@users.sourceforge.net>  1.51-cvs-b6

	* Seperate a few more strings pointed out by Christoph Ewering.

2004-07-26  zoidian  <zoidian@users.sourceforge.net>  1.51-cvs-b5

	* Add a German language file submitted by Christoph Ewering.

2004-07-25  zoidian  <zoidian@users.sourceforge.net>  1.51-cvs-b4

	* Added the ability to rename categories.
	* Removed a few more hardcoded strings.

2004-07-22  zoidian  <zoidian@users.sourceforge.net>  1.51-cvs-b3

	* Fixed viewing and editing tasks with quotes or apostrophes.

2004-07-22  zoidian  <zoidian@users.sourceforge.net>  1.51-cvs-b2

	* When displaying groups and users in the same dropdown, put (Group)
	next to the groups to distinguish between the two.

2004-07-21  zoidian  <zoidian@users.sourceforge.net>  1.51-cvs-b1

	* Add the button to rename a category.

2004-07-21  zoidian  <zoidian@users.sourceforge.net>  1.50

	* Release ackerTodo v1.50. No changes from ackerTodo v1.49-cvs-b38.

2004-07-21  zoidian  <zoidian@users.sourceforge.net>  1.49-cvs-b38

	* Don't add per user 'No Category' categories.

2004-07-21  zoidian  <zoidian@users.sourceforge.net>  1.49-cvs-b37

	* Cleaned up some of the notices.

2004-07-20  paour  <ackertodo@paour.com> 1.49-cvs-b36

	* Fixed DOCTYPE and validator links
	* Better error reporting, setting strict mode. This will make it
	  much easier to spot problems before they happen.
	* Fixed some non-compliant XHTML. The main page is now valid.

	Maybe before, maybe after we release, we should make sure that
	our code is completely XHTML 1.0-Transitional valid and that
	all the PHP warnings are fixed (most of them are not errors,
	just ambiguities that could lead to errors).

2004-07-20  paour  <ackertodo@paour.com> 1.49-cvs-b35

	* Fixed edit_group not selecting groups correctly.

2004-07-20  zoidian  <zoidian@users.sourceforge.net>  1.49-cvs-b34

	* Small fix to the footer.html.
	* Instead of having a blank when there was no category, display 
	'No Category' instead.

2004-07-20  zoidian  <zoidian@users.sourceforge.net>  1.49-cvs-b33

	* Fix the <br />'s in editing tasks, they are no more!

2004-07-20  paour  <ackertodo@paour.com> 1.49-cvs-b32

	* Fixed permanent login being only pseudo-permanent

2004-07-20  zoidian  <zoidian@users.sourceforge.net>  1.49-cvs-b31

	* Small fix to the SQL statement to get tasks for the Calendar.

2004-07-20  zoidian  <zoidian@users.sourceforge.net>  1.49-cvs-b30

	* More IIS fixes. A lot of work still needs to be done, but I don't
	have an IIS box of my own to test on :(
	* Make the setup script look a little better.

2004-07-20  zoidian  <zoidian@users.sourceforge.net>  1.49-cvs-b29

	* Made some changes to the session.inc so the login page will display
	without any warnings when ran on IIS. The rest of ackerTodo I believe
	is still broken under IIS.
	* Remove a duplicate definition in the English language file.

2004-07-17  zoidian  <zoidian@users.sourceforge.net>  1.49-cvs-b28

	* Add Pierre-Luc Paour to the footer.html.

2004-07-16  paour  <ackertodo@paour.com> 1.49-cvs-b27

	* Fixed the calendar view not displaying group tasks
	* Fixed the list_tasks view not displaying tasks correctly from calendar
	  view
	* Moved list tasks DB access code to the tasks class
	* New mode in list_tasks: specific date (used when selecting date in calendar)
	* Started using <label for="id"> to tie checkboxes to their labels
	* Started using nowrap="nowrap" attribute in tables
	* Fixed group tasks not appearing in list

2004-07-17  zoidian  <zoidian@users.sourceforge.net>  1.49-cvs-b26

	* Fixed tasks without a category not showing in the task list.
		- When a user is added, a category "No Category" is also added.
	* Optimized the Calendar to only use one query instead of one for
	each day of the month.
		- Wrote get_calendar_tasks() in tasks.inc.

2004-07-16  paour  <ackertodo@paour.com> 1.49-cvs-b25

	* Fixed the view_task and list_comments views
	* Fixed problem where tasks assigned to groups were not showing up
	* Fixed a problem where the calendar would show everybody's tasks
	* Changed the look of action links to resemble buttons

2004-07-16  zoidian  <zoidian@users.sourceforge.net>  1.49-cvs-b24

	* Changed the layout of the comments in list_comments a little and
	added a few more strings to the language file.

2004-07-16  zoidian  <zoidian@users.sourceforge.net>  1.49-cvs-b23

	* Added a new column to the comments table.
	  
2004-07-16  zoidian  <zoidian@users.sourceforge.net>  1.49-cvs-b23

	* A small change to the default layout.

2004-07-15  paour  <ackertodo@paour.com> 1.49-cvs-b22

	* Major refactoring: all commands that modify the DB are grouped together
	  and are called do_*
	* New constraint: all views should get their data on their own: index.php
	  should not preset data in most cases, except when one view is used by
	  multiple commands, like edit_task and new_task.
	* view_task and comments work now (although the page is ugly)
	* added class for tasks DB access (not completely populated)

2004-07-14  paour  <ackertodo@paour.com> 1.49-cvs-b22

	* Fixed empty priority menu
	* Added quick new task in task list view
	* Tweaked new user creation to make it more streamlined

2004-07-13  paour  <ackertodo@paour.com> 1.49-cvs-b21

	* Streamlined creating new users: password setting is now possible
	  in edit_user if password is empty.

2004-07-13  paour  <ackertodo@paour.com> 1.49-cvs-b20

	* Language setting was always ignored...
	* Admin flag was getting reset

2004-07-13  paour  <ackertodo@paour.com> 1.49-cvs-b19

	* Fixed corrupted message when bad login.

2004-07-13  paour  <ackertodo@paour.com> 1.49-cvs-b18

	* Added field in edit_user to set admin status.
	* Updated todo.sql to automatically create the admin account.
	  It can be deleted later, after other accounts have been created with
	  the admin privilege.
	* Updated README.

2004-07-13  paour  <ackertodo@paour.com> 1.49-cvs-b17

	* Implemented edit group
	* Now using debug() to add debug info to bottom of the page
	* Many CSS updates. Mozilla DOM inspector ROCKS!
	* As far as I'm concerned, the admin is ready for release...

2004-07-13  paour  <ackertodo@paour.com> 1.49-cvs-b16

	* Implemented user list, edit user (other than current user, for admin)
	* Fixed missing debug strings (debug strings don't really need to
	  be externalized, do they?)
	* Simplified header and footer
	* Added request variables debugging
	* Optimized users.inc and groups.inc

2004-07-13  zoidian  <zoidian@users.sourceforge.net> 1.49-cvs-b15

	* All strings are now in the language file (only the English file is
	complete for now).

2004-07-13  zoidian  <zoidian@users.sourceforge.net> 1.49-cvs-b14

	* Moved a few more strings out of the login.html, and made English
	the default language in the session.inc.

2004-07-12  paour  <ackertodo@paour.com> 1.49-cvs-b13

	* Added validation links
	* Fixed some broken HTML (lots more to go)
	* Initial support for list_users.

2004-07-12  paour  <ackertodo@paour.com> 1.49-cvs-b12

	* Rewrote group management: group membership is now based on a relational
	  table between groups and users. This new version needs updated tables
	  (todo.sql has been updated).
	* Enhanced debugging for DB results
	* Broke down admin_menu into separate bits and fixed HTML
	* Broke down funcs.inc into separate files

2004-07-11  zoidian  <zoidian@users.sourceforge.net> 1.49-cvs-b11

	* Fixed some of the strings to use the language file, and changed how
	the debugging information is displayed.

2004-07-10  paour  <ackertodo@paour.com> 1.49-cvs-b10

	* Tweaked styles

2004-07-10  paour  <ackertodo@paour.com> 1.49-cvs-b9

	* Tweaked group management

2004-07-09  zoidian  <zoidian@users.sourceforge.net> 1.49-cvs-b8

	* Add comment now works, but it doesn't display everything correctly,
	still needs some work.

2004-07-09  zoidian  <zoidian@users.sourceforge.net> 1.49-cvs-b7

	* Clean up a few more things, and add a Delete and Complete button to
	the view task page. Still needs redesigned to look a little better.

2004-07-09  zoidian  <zoidian@users.sourceforge.net> 1.49-cvs-b6

	* Tidy up some more HTML, and comment out the Search Menu.

2004-07-08  zoidian  <zoidian@users.sourceforge.net> 1.49-cvs-b5

	* Add the ability to filter just overdue tasks.

2004-07-08  zoidian  <zoidian@users.sourceforge.net> 1.49-cvs-b4

	* Cleaned up the admin_menu.html a little bit.

2004-07-08  paour  <ackertodo@paour.com> 1.49-cvs-b3

	* Added category management

2004-07-08  zoidian  <zoidian@users.sourceforge.net> 1.49-cvs-b2

	* Removed user_menu.html, because it wasn't needed!

2004-07-08  paour  <ackertodo@paour.com> 1.49-cvs-b1

	* Added license notice, VI mode setting, indentation

2004-07-08  zoidian  <zoidian@users.sourceforge.net>

	* Update the README.

2004-07-07  paour  <ackertodo@paour.com> 1.49

	* made tasks state and admin state independant.
	* merged user_menu and admin_menu.
	* made debug a bit more useful and added a master switch for debugging statements.
	* moved the various ways of showing the task list into a filter for show_task.

2004-07-07  zoidian  <zoidian@zoidian.com>

	* src/html/header.html, ChangeLog:
	When a non admin is logged it, instead of saying Admin Menu, it will now
	say User Menu.

	* src/html/user_menu.html:
	Add user_menu.html so non admin's have their own User Menu.

	* src/html/view_task.html:
	Add the start of the ability to view tasks...just needs some
	redesigning.

2004-07-07  paour  <paour@zoidian.com>

	* src/index.php: Fixed merge.

2004-07-07  zoidian  <zoidian@zoidian.com>

	* ChangeLog: !

	* ChangeLog: Hmm...

	* src/index.php: .

	* src/html/task_list.html, src/html/task_list_table.html, src/index.php:
	Weird.

2004-07-07  paour  <paour@zoidian.com>

	* src/includes/funcs.inc, src/includes/session.inc, src/index.php, src/html/header.html, src/html/task_list_table.html:
	Removed search form, replaced it with fields in the task_list.

2004-07-06  paour  <paour@zoidian.com>

	* src/html/calendar.html, src/includes/db.inc, src/index.php, src/loggedout.php, src/config/config.inc:
	Now using db_query rather than mysql_query for debug purposes.

	* src/html/footer.html: Small html update.

	* src/html/task_list.html, src/html/task_list_table.html:
	Changed .jpg to .gif

	* src/includes/funcs.inc:
	Added get_value_session_request() to support reading a value from request or session.
	Added redirect_on_post for a better way to handle redirects after posts.

	* src/includes/session.inc:
	Now tagging session with version number so it can be destroyed on code upgrade, to prevent incompatibilities.
	Using redirect_on_post after successful login.

	* src/includes/session.inc:
	Now tagging session with version number so it can be destroyed on code upgrade, to prevent incompatibilities.

	* src/themes/plain/images/daily.gif, src/themes/plain/images/daily.jpg, src/themes/plain/images/green.gif, src/themes/plain/images/green.jpg, src/themes/plain/images/overdue.gif, src/themes/plain/images/overdue.jpg, src/themes/plain/images/red.gif, src/themes/plain/images/red.jpg, src/themes/plain/images/yellow.gif, src/themes/plain/images/yellow.jpg, src/themes/default/images/daily.gif, src/themes/default/images/daily.jpg, src/themes/default/images/green.gif, src/themes/default/images/green.jpg, src/themes/default/images/overdue.gif, src/themes/default/images/overdue.jpg, src/themes/default/images/red.gif, src/themes/default/images/red.jpg, src/themes/default/images/yellow.gif, src/themes/default/images/yellow.jpg:
	Changed images to GIF, so they can have transparency.

2004-07-06  zoidian  <zoidian@zoidian.com>

	* src/html/task_list_table.html: Show just how overdue a task is.

	* src/html/calendar.html, src/html/footer.html, src/html/login.html, src/html/task_list.html, src/html/task_list_table.html:
	indent

	* src/themes/default/default.css, src/html/edit_task.html, src/html/new_task.html, src/html/task_list_table.html, src/includes/funcs.inc, src/index.php, ChangeLog:
	Update a few things, and an edit task HTML file for editing tasks.

	* src/index.php, src/themes/default/default.css, ChangeLog, TODO:
	Update all (I hope) of the messages and errors to display correctly.

	* ChangeLog, src/index.php:
	Update the loggedout.php and remove some debugging from index.php.

	* src/includes/funcs.inc, src/html/task_list_table.html, src/index.php, ChangeLog:
	Commit a few more things.

2004-07-05  zoidian  <zoidian@zoidian.com>

	* src/html/admin_menu.html, ChangeLog: One last commit.

	* ChangeLog, src/themes/default/images/arrow_down.gif, src/themes/default/images/arrow_down_grey.gif, src/themes/default/images/arrow_up.gif, src/themes/default/images/arrow_up_grey.gif, src/themes/default/images/yellow.jpg, src/themes/plain/images/arrow_down.gif, src/themes/plain/images/arrow_down_grey.gif, src/themes/plain/images/arrow_up.gif, src/themes/plain/images/arrow_up_grey.gif, src/themes/plain/images/yellow.jpg:
	Add a few images for the new themes.

	* src/index.php, ChangeLog: Update the index file.

	* src/themes/plain/plain.css: Update the plain theme.

	* src/themes/default/default.css: Update the default theme.

	* src/config/config.inc, src/includes/db.inc, src/includes/funcs.inc, src/includes/session.inc:
	Add some includes.

	* src/html/admin_menu.html, src/html/calendar.html, src/html/footer.html, src/html/header.html, src/html/login.html, src/html/new_task.html, src/html/task_list.html, src/html/task_list_table.html:
	Add all of the HTML files.

	* src/includes/languages/english.inc, src/includes/languages/french.inc, src/includes/languages/german.inc, src/includes/languages/spanish.inc:
	Update all of the language files.

	* ChangeLog, todo.sql: Update the todo.sql script.

2004-06-26  zoidian  <zoidian@zoidian.com>

	* CREDITS, ChangeLog: Add Pierre to the CREDITS file.

	* src/includes/languages/english.inc, src/includes/funcs.inc, src/index.php:
	Commit some patches from Pierre-Luc Paour to fix some register globals
	stuff. Thanks Pierre!

2004-06-16  zoidian  <zoidian@zoidian.com>

	* ChangeLog, src/includes/funcs.inc, todo.sql:
	- Bump the version number.
	- Add a new updated todo.sql for the database strcuture.
	- Prepare for a new release.

2004-06-14  zoidian  <zoidian@zoidian.com>

	* ChangeLog, src/includes/languages/french.inc:
	Add a French language file.

	* ChangeLog: Sync.

2004-06-12  zoidian  <zoidian@zoidian.com>

	* src/index.php: Just another cleanup.

	* src/includes/languages/spanish.inc:
	Small update to the Spanish language file.

	* ChangeLog, src/includes/languages/english.inc, src/includes/languages/german.inc:
	Add a German language file.

	* src/includes/languages/english.inc, src/includes/languages/spanish.inc, ChangeLog, src/includes/funcs.inc, src/index.php:
	Instead of making Change Theme and Change Language their own menus, just
	add them into the Edit User Information section. Much easier.

	* ChangeLog, src/includes/funcs.inc: *** empty log message ***

	* src/includes/funcs.inc, src/includes/languages/spanish.inc, ChangeLog, src/index.php, src/loggedout.php:
	Add the Spanish language file, and clean up a few more things.

	* src/includes/languages/english.inc, ChangeLog: Clean a few things up.

2004-06-10  zoidian  <zoidian@zoidian.com>

	* src/includes/languages/english.inc, ChangeLog, src/includes/funcs.inc, src/index.php:
	Add support for changing what language is used.

	* src/includes/languages/english.inc, src/scripts/email.php, src/email.php, src/funcs.inc, src/includes/funcs.inc, TODO, ChangeLog:
	Seperate all the strings out, and start language files. If anyone out
	there feels like translating, go for it and send me the language file.

	* src/loggedout.php, ChangeLog:
	Update the loggedout.php to look better, it now gets it looks from the
	theme.

	* src/themes/plain/images/daily.jpg, src/themes/plain/images/green.jpg, src/themes/plain/images/overdue.jpg, src/themes/plain/images/red.jpg, src/themes/plain/plain.css, src/themes/default/default.css, src/themes/default/images/daily.jpg, src/themes/default/images/green.jpg, src/themes/default/images/overdue.jpg, src/themes/default/images/red.jpg, src/images/daily.jpg, src/images/green.jpg, src/images/overdue.jpg, src/images/red.jpg, src/images/rule-blue-center.jpg, src/images/rule-blue-left.jpg, src/images/rule-blue-right.jpg, src/ackertodo.css, src/funcs.inc, src/index.php, src/loggedout.php, ChangeLog:
	Switch over from one default look to themes.

2004-06-09  zoidian  <zoidian@zoidian.com>

	* ChangeLog, TODO: One more thing on my TODO list.

	* ChangeLog: Hmm, what happened to my ChangeLog?

	* src/images/daily.jpg, src/images/green.jpg, src/images/overdue.jpg, src/images/red.jpg, src/ackertodo.css, src/funcs.inc, ChangeLog:
	Update the images for the new colors, and also finx a few more cosmetic
	bugs. I think this is going to be the layout I'm going to stick with for
	the most part, comments or suggestions?

2004-06-08  zoidian  <zoidian@zoidian.com>

	* ChangeLog, TODO, src/funcs.inc:
	Only show the "View" link in the Calendar if there is actually a task
	due on that day. Also update the TODO with a few things I'd like to look
	into.

	* ChangeLog, TODO: Update TODO.

	* src/ackertodo.css, src/funcs.inc, src/index.php, ChangeLog:
	Add support to View tasks for a certain day from the Calendar.

2004-06-07  zoidian  <zoidian@zoidian.com>

	* ChangeLog: Hmm, why does ackertodo.css ALWAYS want to be committed?!

	* src/funcs.inc, ChangeLog:
	Fix another bug where date's weren't being recognized correctly.

	* ChangeLog, TODO: Update the TODO.

	* src/funcs.inc, ChangeLog:
	Fix a very annoying bug that would cause tasks not to display their dat
	correctly.

2004-06-06  zoidian  <zoidian@zoidian.com>

	* ChangeLog, src/funcs.inc, src/index.php:
	You can now add new tasks from the Calendar!

	* ChangeLog, src/ackertodo.css, src/funcs.inc, src/index.php:
	Mess with some colors on the calendar a little bit.

	* src/funcs.inc, src/index.php, ChangeLog:
	Fix the last bug, I hope, with the calendar's functionality. Right now
	all it does as act as a calendar. Now to start on integrating it's
	functionality! :)

2004-06-05  zoidian  <zoidian@zoidian.com>

	* ChangeLog, CREDITS: Update the CREDITS file.

	* ChangeLog, src/ackertodo.css, src/funcs.inc:
	Playing with the CSS layout a bit more, I think I might just stick with
	what I've got pretty much, except for maybe the Search box.

	* src/ackertodo.css, src/funcs.inc, ChangeLog: A few more small fixes.

	* ChangeLog, src/funcs.inc: Center a few more things.

	* ChangeLog: Update the ChangeLog.

	* TODO, src/ackertodo.css, src/funcs.inc, src/index.php, src/loggedout.php, ChangeLog:
	Huge overhaul of the interface with this commit. There's a lot of CSS
	being used now instead of a bunch of nested tables, and useless HTML.
	I've also started work on a Calendar, it's nearing a working state for a
	calendar, but one day I hope it'll do a lot more. I'd love to hear
	comments on the colors/themes I"ve chosen, please check a demo out at
	http://zoidian.com/todo/ (login with: demo/demo), and send
	comments/suggestions to <hensleyrob at nku dot edu>. Thanks!

2004-06-03  zoidian  <zoidian@zoidian.com>

	* ChangeLog, TODO, todo.sql:
	Update the todo.sql for ackerTodo v1.0, and add some more to the TODO.

	* src/funcs.inc, ChangeLog: Time for a v1.0 release, w00t!

	* TODO, ChangeLog: Add to the TODO list.

2004-06-02  zoidian  <zoidian@zoidian.com>

	* src/funcs.inc, ChangeLog:
	Add a link to the homepage hosted by Source Forge.

	* src/funcs.inc, ChangeLog:
	One more cleanup, and bump the version a notch.

	* ChangeLog: Test the ChangeLog.

	* ChangeLog: Add a ChangeLog.

2004-06-01  zoidian  <zoidian@zoidian.com>

	* src/index.php, src/loggedout.php, TODO, src/funcs.inc:
	Just some minor code cleanups, and finish up things with the comments. I
	feel a v1.0 coming along sometime soon!

	* src/index.php, TODO:
	One more thing on the TODO for today, and make carriage returns actually
	work in comments/tasks!

	* TODO, src/funcs.inc, src/index.php:
	Write another function to format a timestamp so the AM/PM stuff works
	right. Now all that's left for cmoments is a Delete button, which should
	be completed tomorrow afternoon.

	* TODO: Add to my TODO list!

	* TODO, src/funcs.inc, src/index.php:
	Comments for tasks are complete. They can be added and viewed. Now all
	that's left is to fine tune the way the date's printed, and maybe add a
	delete button so a comment can be deleted if need be.

2004-05-31  zoidian  <zoidian@zoidian.com>

	* src/funcs.inc, src/index.php:
	Tidy up a few things and remove some debugging.

	* src/funcs.inc, src/index.php, TODO:
	Cleanup the comments code a little bit, and remove a few things from the
	TODO list.

	* src/funcs.inc, src/index.php:
	Comments for tasks are now complete. All that's left is to display them
	in their own table. Right now all they do is get stored in the table,
	there's no way to actually view them yet.

	* todo.sql:
	Sorry, but I had to update the database structure yet again. This one's
	at least an easier update. All I've added is a new table, nothing more.
	This table will store comments (a way to track progress/issues with a
	task).

	* TODO:
	Update TODO (remove the rewrite of disp_task(), because I'm now using
	disp_list() instead).

	* src/funcs.inc, src/index.php:
	Remove disp_task() from funcs.inc and just use disp_list()
	instead...much easier, and much less code. I've also committed the start
	of the Comments code. It'll hopefully get finished tomorrow morning.

	* TODO: More on the TODO list.

2004-05-30  zoidian  <zoidian@zoidian.com>

	* TODO:
	Go into more detail so I don't forget my thoughts about the Comments
	part of tasks.

	* TODO: Update!

	* TODO: Add something new to the TODO list.

2004-05-29  zoidian  <zoidian@zoidian.com>

	* src/funcs.inc:
	Add "(Group)" next to the groups in the list of users you can assign a
	task to. That way it's easier to tell the difference between users and
	groups.

2004-05-28  zoidian  <zoidian@zoidian.com>

	* src/funcs.inc, src/index.php:
	Cleanup some more code and reaarage things again.

	* README: Yes, I'm bored!

	* src/index.php:
	Remove the Change Password code from index.php and indent.

	* src/index.php, src/funcs.inc:
	Move the Change Password code into funcs.inc and out of index.php.

	* src/funcs.inc: Tidy up some HTML.

	* src/index.php, TODO:
	Fix a dumb mistake. I have no clue how this was actually working the
	other way, weird.

	* src/funcs.inc: Sync for the release of v0.95, woohoo!

2004-05-27  zoidian  <zoidian@zoidian.com>

	* src/funcs.inc:
	Bump the version number, and get ready for yet another release.

	* CREDITS:
	Add the CREDITS file as suggested by the slave driver, Mark J. Graham.

	* src/funcs.inc:
	Clean up the last few bugs (that I know about) in the groups code.

	* src/funcs.inc: More bug hunting.

	* src/funcs.inc, src/index.php:
	Big cleanup in index.php, more to come. Added a few more functions to
	func.inc to simplify things a bit. Some things are still broke I think,
	but it's coming around slowly.

	* src/index.php: One last commit to cleanup the This Week's Task query.
	Now it's time for bed!

	* src/funcs.inc, src/index.php:
	Add in the completed by and assignedby code. Also add a new function in
	funcs.in to help with the SQL queries and groups. All this stuff still
	needs testing, I'm sure not everything works like it's supposed to.

	* TODO:
	Update the TODO file, the assignedby and the completedby stuff works for
	the most part, just needs some testing.

	* README, todo.sql: Last commit for the night, I think!
	Update the README and the todo.sql script.

	* src/funcs.inc, src/index.php:
	Some things are a little out of balance right now, but I just wanted to
	get these changes into CVS for the night. I'll finish this stuff up
	tomorrow hopefully.

2004-05-26  zoidian  <zoidian@zoidian.com>

	* TODO: Remove and add some things to the TODO list.

	* src/index.php: Tidy up some more HTML.

	* src/funcs.inc: Cleaned up funcs.inc a bit.

	* src/funcs.inc, src/index.php:
	Add the capability to remove groups, and combine it with the Remove User
	section of the Admin Menu.

	* src/funcs.inc:
	Combine the Add User and Add Group function on the Admin Menu.

	* TODO:
	Add one more thing to my TODO list, should be able to knock it out later
	on today if not tonight.

2004-05-25  zoidian  <zoidian@zoidian.com>

	* src/index.php:
	Cleanup the SQL queries so they're a bit easier to read.

	* src/funcs.inc:
	Add some comments describing what each function does. More to come
	later.

2004-05-24  zoidian  <zoidian@zoidian.com>

	* src/funcs.inc: Bump the version number for the soon to be release.

	* TODO: Remove another task from the TODO list.

	* src/index.php:
	I finally got smart and figured out a much easier way to display group
	tasks! They should now be complete, so test away and report any bugs you
	find.

	* README: Oops forgot to add this.

	* README: Update README.

	* TODO: Add more to the TODO list.

	* TODO: Groups -> Finished, remove from the TODO list.

	* src/funcs.inc: Tidy up some HTML.

	* todo.sql: Cleanup the todo.sql script.

	* src/email.php: Update the email script a bit.

	* TODO: blah blah blah

	* TODO: a

	* TODO: Update TODO.

	* src/index.php:
	Well, groups seem to be somewhat complete, except for it's a VERY VERY
	VERY ugly hack, which I'll spend some time tomorrow working on
	rewriting/finding another way to do it, but I just thought I'd put this
	in here for kicks.

2004-05-23  zoidian  <zoidian@zoidian.com>

	* README: Update the README file.

	* src/funcs.inc, src/index.php: Some more work on the group tasks.

	* src/index.php, src/loggedout.php: blah!

	* src/funcs.inc:
	More cleanup. Fixed the List Groups, again, and started work on
	assigning tasks to groups!

	* src/funcs.inc:
	Fixed the "List Groups" section where it would still display a "Remove?"
	button even if there were no users in the group. Now it will say
	"Empty!" instead.

2004-05-22  zoidian  <zoidian@zoidian.com>

	* src/index.php: Strip some debugging.

	* README, src/email.php, src/funcs.inc, src/index.php, todo.sql:
	There's quite a few changes included in this. The new features you'll
	notice are in the admin section. I've now implemented a group system
	which seems to work pretty well, but could use some real testing too. A
	few bugs were cleaned up too.
	*** todo.sql has changed, as has the database structure, sorry ***

2004-05-17  zoidian  <zoidian@zoidian.com>

	* src/email.php, src/funcs.inc, src/index.php:
	Sync with my current version. Groups are currently broke, but on their
	way to being fixed. I plan to release v0.75 sometime towards the end of
	this month! Lots of new features in that release.

2004-04-07  zoidian  <zoidian@zoidian.com>

	* TODO: Woohoo, the rule-* image problem is gone! :)

	* TODO: Good, I think the rule-* image problem is gone!

	* src/images/rule-blue-center.jpg, src/images/rule-blue-left.jpg, src/images/rule-blue-right.jpg:
	Try again at cleaning up this rule-* image problem.

	* src/images/rule-blue-center.jpg, src/images/rule-blue-left.jpg, src/images/rule-blue-right.jpg:
	Try again at getting rid of this rule-* image problem.

	* TODO: Cleanup the TODO file.

	* README: Fixing the README.

	* README: Testing the commit mailing list.

	* src/funcs.inc: Finally finished with the transition to jpg...i hope!

	* src/images/daily.jpg, src/images/daily.png, src/images/green.jpg, src/images/green.png, src/images/overdue.jpg, src/images/overdue.png, src/images/red.jpg, src/images/red.png:
	blah blah blah

	* src/images/daily.png, src/index.php:
	Update the images so they don't look so bad in IE, damn non support for
	transparent PNG's!

2004-04-06  zoidian  <zoidian@zoidian.com>

	* src/funcs.inc, src/index.php:
	Clean up the group code a bit and add support to list/remove users in a
	group.

2004-04-05  zoidian  <zoidian@zoidian.com>

	* src/funcs.inc, src/index.php:
	More group code...now we can list all the memebers of all the groups.

	* src/index.php, src/funcs.inc:
	Woohoo, groups work...now just to finish up the task part for them!

	* src/email.php: Oops!

	* todo.sql: Update the sql script, again!

	* src/funcs.inc: Fix!

	* README: Update the README.

	* TODO:
	Add a TODO file with some basic things that have already been started,
	but aren't too stable as of now.

	* todo.sql: Update the sql script to setup the database.

	* src/funcs.inc, src/index.php:
	Add the ability to remove users, and also add options under the Edit
	Information section for the user to specify whether or not they want
	other people to be able to assign tasks to them, and let them turn email
	notifications on/off.

2004-04-04  zoidian  <zoidian@zoidian.com>

	* src/loggedout.php, src/funcs.inc, src/index.php, src/loggedout.html:
	Change from loggedout.html to loggedout.php.

	* README, src/.index.php.swp:
	Remove this file that got in here by accident.

	* src/email.php: Add the email notification script.

	* README:
	Update the README with information on how to setup/configure the new
	email notification.

2004-04-03  zoidian  <zoidian@zoidian.com>

	* src/funcs.inc, src/index.php:
	Added more to the add user and edit infor sections of the admin ui.

	* src/index.php: Added verification for the password change stuff.

	* src/html/footer.html, src/html/header.html, src/html/loggedout.html:
	Removing some files.

	* TODO, src/loggedout.html: *** empty log message ***

	* src/funcs.inc, src/index.php, todo.sql, README:
	A WHOLE LOT OF CHANGES, EEK

2004-03-22  zoidian  <zoidian@zoidian.com>

	* src/html/loggedout.html: One last fix, hopefully

	* src/html/header.html, src/html/loggedout.html, README, src/html/footer.html:
	Yet another fix

	* src/funcs.inc: Bah, another fix

	* src/funcs.inc: Fix

	* README, TODO: Update README.

	* src/funcs.inc, src/html/footer.html, src/html/header.html, src/html/loggedout.html, src/index.php:
	Added support to assign tasks to different users per request.

2004-03-19  zoidian  <zoidian@zoidian.com>

	* src/funcs.inc, src/html/footer.html, src/html/header.html, src/index.php:
	Update the connection variables to only need to be changed in one place, and fix a bug in the daily task code.

2004-03-17  zoidian  <zoidian@zoidian.com>

	* README: Fixing README

	* README: Testing CVS

	* README, src/images/daily.png, src/images/rule-blue-center.jpg, src/images/rule-blue-left.jpg, src/images/rule-blue-right.jpg:
	Initial import.

	* src/images/daily.png, src/images/rule-blue-center.jpg, src/images/rule-blue-left.jpg, src/images/rule-blue-right.jpg:
	New file.

	* README, TODO, src/.index.php.swp, src/funcs.inc, src/html/footer.html, src/html/header.html, src/html/loggedout.html, src/images/green.png, src/images/overdue.png, src/images/red.png, src/index.php, todo.sql:
	Initial import.

	* README, TODO, src/.index.php.swp, src/funcs.inc, src/html/footer.html, src/html/header.html, src/html/loggedout.html, src/images/green.png, src/images/overdue.png, src/images/red.png, src/index.php, todo.sql:
	New file.

