[phpMP-CVS] CVS: phpMP/docs Changelog,NONE,1.1
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-12-03 12:16:25
|
Update of /cvsroot/phpmp/phpMP/docs In directory sc8-pr-cvs1:/tmp/cvs-serv3041/docs Added Files: Changelog Log Message: Moved the Changelog into the docs folder. It just makes more sense there. --- NEW FILE: Changelog --- 2002-12-02 [Heimidal] * languages/english/lang_main.php Altered the way in which the lang array is defined. * includes/core.php * includes/functions.php * includes/constants.php Begin arranging and declaring constants. * includes/template.php * includes/user.php To be logical, U_ will now prefix user vars. User variables will not be defined if empty. Anonymous user now carries a User ID of -1. 2002-12-02 [Heimidal] * includes/core.php Added an 's' to SESSIONS_TABLE. * includes/user.php Keep work up on the auth system. * dba/sql/mysql_default_vals.sql Changed a few defaults to reflect typical setups. 2002-12-02 [Heimidal] * index.php * includes/core.php Attempt to comply with coding standards. * includes/language.php Fixed inclusion of main language file. 2002-12-02 [Heimidal] * templates/TealMP/compile/ **NEW** * templates/TealMP/configs/ **NEW** 2002-12-02 [TopherCoS] * languages/french/lang_main.php **NEW** Added French language support 2002-12-02 [Heimidal] * includes/auth.php * includes/user.php Started work on the Auth system. * includes/language.php Changed the way language class works. * languages/english/lang_main.php Reformatted the language file for better use. * includes/debug.php **NEW** Just laying stuff out. 2002-12-02 [TopherCoS] * languages/english/lang_main.php Fix another minor typo I missed earlier 2002-12-02 [TopherCoS] * languages/english/lang_main.php Fix a minor typo 2002-12-02 [TopherCoS] * Changelog **NEW** Added Changelog to help keep track of changes * Format Entries begin with date in YYYY-MM-DD One <TAB> after the date followed by the SF username in brackets Optionally the software version number seperated by one <TAB> One empty line One <TAB> followed by "* dir/filename.php" One <TAB> then "**NEW** if a new file Next line is two <TAB>s followed by a concise description of the changes. Text should not wrap, nor should it extend beyond 80 characters on a single line. Entries seperated by an empty line Added a couple of extra entries to help illustrate format 2002-12-02 [heimidal] * includes/core.php Ugh. Stupid mistake 2002-12-02 [heimidal] * includes/core.php Fixed a few small errors 2002-12-02 [heimidal] * index.php * includes/auth.php * includes/core.php * includes/user.php **NEW** Made use of files within hierarchy much easier. Seperated User and Auth so we aren't forced into loading Auth. Started writing a basic auth system (though the parts written are contained in User) |