[phpMP-CVS] CVS: phpMP/docs Changelog,1.29,1.30
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-05-02 04:54:07
|
Update of /cvsroot/phpmp/phpMP/docs In directory sc8-pr-cvs1:/tmp/cvs-serv10803/docs Modified Files: Changelog Log Message: Fixed a few things. Removed redudant lines in template.php (redundant if initialized by Core). Config.php should always remain empty in CVS. Started work on debug interface. Lastly, autologin will now work as I want it to. Index: Changelog =================================================================== RCS file: /cvsroot/phpmp/phpMP/docs/Changelog,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -r1.29 -r1.30 *** Changelog 1 May 2003 21:59:30 -0000 1.29 --- Changelog 2 May 2003 04:52:57 -0000 1.30 *************** *** 1,2 **** --- 1,13 ---- + 2003-05-01 [Heimidal] + * includes/debug.php + * includes/core.php + Began work on debug/error handling. + * includes/session.php + * includes/session.php + * login_test.php + * includes/user.php + Autologin now works as I expect it to. + Cleanup of sessions is more reliable. + 2003-05-01 [AnthonyWhite] * includes/mpcode.php *************** *** 9,16 **** * session.php Added support for decoding our hexed IPs. ! * mysql_structure.sql ! * mysql_default_vals.sql Updated the table definitions. ! 2003-04-23 * index.php * login_test.php --- 20,28 ---- * session.php Added support for decoding our hexed IPs. ! * dba/sql/mysql_structure.sql ! * dba/sql/mysql_default_vals.sql Updated the table definitions. ! ! 2003-04-23 [Heimidal] * index.php * login_test.php *************** *** 28,36 **** User class. ! 2003-02-18 * includes/admin.php Changed some tabs because of my new editor ! 2003-02-14 [AnthonyWhite] * dba/mssql.dba **NEW** Added support for Microsoft SQL databases --- 40,48 ---- User class. ! 2003-02-18 [AnthonyWhite] * includes/admin.php Changed some tabs because of my new editor ! 2003-02-14 [AnthonyWhite] * dba/mssql.dba **NEW** Added support for Microsoft SQL databases *************** *** 43,47 **** Having a few problems, but I will fix them soon ! 2003-02-10 [AnthonyWhite] * includes/admin.php Started on User Management --- 55,59 ---- Having a few problems, but I will fix them soon ! 2003-02-10 [AnthonyWhite] * includes/admin.php Started on User Management *************** *** 50,59 **** * admin/index.php ! 2003-02-09 [AnthonyWhite] * includes/admin.php Added timezone dropdown Doesnt select timezone, it is displayed beside box ! 2003-02-09 [AnthonyWhite] * includes/admin.php Minor changes with site config form --- 62,71 ---- * admin/index.php ! 2003-02-09 [AnthonyWhite] * includes/admin.php Added timezone dropdown Doesnt select timezone, it is displayed beside box ! 2003-02-09 [AnthonyWhite] * includes/admin.php Minor changes with site config form |