[phpMP-CVS] CVS: phpMP/docs Changelog,1.26,1.27
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-04-23 07:31:59
|
Update of /cvsroot/phpmp/phpMP/docs In directory sc8-pr-cvs1:/tmp/cvs-serv8572 Modified Files: Changelog Log Message: Updated Changelog. Index: Changelog =================================================================== RCS file: /cvsroot/phpmp/phpMP/docs/Changelog,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** Changelog 18 Feb 2003 22:46:35 -0000 1.26 --- Changelog 23 Apr 2003 07:31:53 -0000 1.27 *************** *** 1,2 **** --- 1,18 ---- + 2003-04-23 + * index.php + * login_test.php + * includes/sessions.php **REMOVED** + * includes/session.php **NEW** + * includes/user.php + * includes/core.php + * includes/functions.php + * includes/language.php + * includes/auth.php **REMOVED** + The session/login system now works as I expect it to. + All config settings are now housed in $Config. + You MUST globalize $Config in each new class. + The Auth class has bee removed, in favor of the + User class. + 2003-02-18 * includes/admin.php *************** *** 5,20 **** 2003-02-14 [AnthonyWhite] * dba/mssql.dba **NEW** ! Added support for Microsoft SQL databases 2003-02-11 [AnthonyWhite] * admin/main.php ! Fixed a few issues regarding parsing multiple forms * includes/admin.php ! Added support for complete user management ! Having a few problems, but I will fix them soon 2003-02-10 [AnthonyWhite] * includes/admin.php ! Started on User Management * admin/main.php * admin/nav.php --- 21,36 ---- 2003-02-14 [AnthonyWhite] * dba/mssql.dba **NEW** ! Added support for Microsoft SQL databases 2003-02-11 [AnthonyWhite] * admin/main.php ! Fixed a few issues regarding parsing multiple forms * includes/admin.php ! Added support for complete user management ! Having a few problems, but I will fix them soon 2003-02-10 [AnthonyWhite] * includes/admin.php ! Started on User Management * admin/main.php * admin/nav.php *************** *** 22,32 **** 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 2003-02-09 [Heimidal] --- 38,48 ---- 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 2003-02-09 [Heimidal] |