Share

IPM (Incyte Project Manager)

File Release Notes and Changelog

Release Name: 0.6

Notes:
Current Version: 0.6

Welcome to IPM!

ATTENTION UPGRADERS!!
if you are upgrading from 0.5, just copy all of the new files into the old
directory. Then edit the 'users' table to match the new IPM.sql file.

Also there is a new admin section of IPM. This is where you can add new users
which can be added to tasks. Just login to admin.php in the IPM root directory.
When you just want to use IPM, login to index.php in the IPM root directory.

The response to my little hack has been extremely encouraging, I want to thank
all of you for your feedback, and for giving it a chance. IPM continues to grow
into a slick, useful project manager.  

This code is beta, and documentation has not been completed. However,
you will find the code fairly easy to read (hopefully). 


Changes: 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-downs * 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