[phpMP-CVS] CVS: phpMP/docs Changelog,1.14,1.15
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-02-08 10:58:20
|
Update of /cvsroot/phpmp/phpMP/docs In directory sc8-pr-cvs1:/tmp/cvs-serv28728 Modified Files: Changelog Log Message: Updated the Changelog. Index: Changelog =================================================================== RCS file: /cvsroot/phpmp/phpMP/docs/Changelog,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** Changelog 6 Feb 2003 01:46:49 -0000 1.14 --- Changelog 8 Feb 2003 10:58:16 -0000 1.15 *************** *** 1,9 **** ! 2002-02-05 [Heimidal] * Most included files. Changed DB table to carry a DB_ prefix. Fixed a mistake I made in constants.php. ! 2002-02-03 [Heimidal] * Every file I can think of. --- 1,17 ---- ! 2003-02-08 [Heimidal] ! * A LOT of files. ! Dreamweaver changed \r\n to \r. That's fixed. ! Started moving includes around in core.php. ! Making the loading structure of files logical. ! constant.php actually contains 'constants' now. ! Began serious work on sessions.php. ! Auth will be called by sessions.php henceforth. + 2003-02-05 [Heimidal] * Most included files. Changed DB table to carry a DB_ prefix. Fixed a mistake I made in constants.php. ! 2003-02-03 [Heimidal] * Every file I can think of. |