[phpMP-CVS] CVS: phpMP/docs Changelog,1.40,1.41
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-09-14 09:34:43
|
Update of /cvsroot/phpmp/phpMP/docs In directory sc8-pr-cvs1:/tmp/cvs-serv6383/docs Modified Files: Changelog Log Message: Updated Changelog. Index: Changelog =================================================================== RCS file: /cvsroot/phpmp/phpMP/docs/Changelog,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -r1.40 -r1.41 *** Changelog 30 Jun 2003 02:42:46 -0000 1.40 --- Changelog 14 Sep 2003 09:34:39 -0000 1.41 *************** *** 1,2 **** --- 1,25 ---- + 2003-09-14 [Heimidal] + * entire file structure + * includes/ **REMOVED** + * core/ **NEW** + All contents of includes/ has been moved + to core/. + * install/ **NEW** + * modules/ **NEW** + * templates_cache/ **NEW** + * core/dba/sql/ **REMOVED** + * docs/sql/ **NEW** + * core/core.php **REMOVED** + * core/main.php **NEW** + Contents of core.php moved here. + Core class renamed to Portal. + * core/config.init.php **REMOVED** + Consolidated into Portal class. + * core/dba/mysql.php **NEW** + Refresh of DBA. + * languages/ **REMOVED** + * language/ **NEW** + * language/en/ **NEW** + 2003-06-29 [Heimidal] * almost all files (so check them all) |