Update of /cvsroot/phpmp/phpMP
In directory sc8-pr-cvs1:/tmp/cvs-serv3376
Added Files:
Changelog
Log Message:
Added a Changelog to help keep track of changes to phpMP.
Established some standards for the Changelog to help maintain readability
and consistency.
--- NEW FILE: Changelog ---
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 desscription
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)
|