Newer
Older
ubixos-web / docroot / taskmanager / docs / CHANGELOG
@reddawg reddawg on 29 Jun 2004 3 KB UbixOS Web Site
2002/10/14 phlux <phlux@udpviper.com>
 *--IPM 0.9.1 PATCH--*
 * Fixed setcookie() for new versions of PHP (4.1.0+)

2002/04/06 phlux <phlux@udpviper.com>
 *--IPM 0.9 RELEASE--*
 * Added Recursive task dependencies. (SUBTASKS)
 * Added a commenting system
 * Removed the HTTP authentication
 * Added form-based authentication (Windows compatability?)
 * Added md5 encryption of passwords.
 * Lots of minor fixes.
 * Fixed some major error checking bugs in admin.php
 * Files added:
 	autotest.php (it doesn't do anything yet)
 * Files removed:
 	none
 
2002/01/16 phlux <phlux@udpviper.com>
 *--IPM 0.8.2 PATCH--*
 * default.css replaced to add NETSCAPE & OPERA support
 * NEW-INSTALL.sql from 0.8.1 included in package

2001/12/06 phlux <phlux@udpviper.com>
 *--IPM 0.8.1 PATCH--*
 * NEW-INSTALL.sql replaced with working INSERTS

2001/12/02 phlux <phlux@udpviper.com>
 *--IPM 0.8 RELEASE--*
 * good news: shitty theme system has been replaced by CSS
 * enabled fractional hours for more acurate time keeping
 * enabled a billable option for tasks
 * built a "MyTasks" option that shows only the user's tasks
   and projects (It's awesome)
 * upgraded the admin interface to make user tracking and
   modifying nicer.
 * Email now runs on the php mail() function. 
 * made a cool little progress meter that doesn't need any
   external libraries.
 * several changes were made to the database to provide more
 	 details on users and tasks
 * files added:
 	 /style/default.css
	 /sql/NEW-INSTALL.sql
	 /sql/UPGRADE.sql
 * files removed:
 	 /themes/default.inc.php
	 /sql/IPM.sql
				 				 
2001/08/26 phlux <phlux@udpviper.com>
 *--IPM 0.7 RELEASE--*
 * good news: themes directory added to the distribution
 * bad news: only comes with one theme
 * Added user summary to admin section
 * Fixed date related functions to use php date() function
 	 instead of unix date command (should work on windows now)
 * Email notification has been added (see README.email)
 * Projects can now be completed and reactivated 
 	 (change to project table in database)
 
2001/06/02 phlux <phlux@udpviper.com>
 *--IPM 0.6 RELEASE--*
 * admin.php			    added to the distribution
 * admin-header.php 	added to the distribution
 * Database table 'users' has been updated
 * Rewrote Javascript for the popup windows
 * Added an admin section to add/edit/delete users
 * Made the available users on a task come from the database
 * Fixed many bugs concerning task descriptions
 * Changed all of the default colors.
 * Themes coming soon!
 * The edit link has been taken off the task lists 
 	 (just click on the task name to edit)
 * New settings in the config.php file

2001/05/11 phlux <phlux@udpviper.com>
 *--IPM 0.5 RELEASE (first SourceForge release)--*
 * cleaned up all code
 * made date-entry into drop-down select's
 * color coded deadlines
 * added comments to every function
 
2001/05/06 phlux <phlux@udpviper.com>
 *--IPM 0.4 RELEASE--*
 * Made tasks and projects sortable
 * added usernames to tasks
 * Authentication now looks for passwords in
 	 a database instead of the script.

2001/05/01 phlux <phlux@udpviper.com>
 *--IPM 0.3 RELEASE--*
 * config.php		  added to the distribution
 * IPM.sql				added to the distribution
 * function "main" rendered obsolete
 * made colors and fonts configurable from
 	 config.php

2001/04/28 phlux <phlux@udpviper.com>
 *--IPM 0.2 RELEASE(first release)--*
 * index.php			added to the distribution
 * header.php			added to the distribution
 * footer.php			added to the distribution
 First working version of index.php is made