ChangeLog - S8Forum
--------------------------------
09 September, 2001 (Kelli Shaver)
	- Fixed the $usrdir/$userdir bug in register.php
	- Added support for personal photos
	- Fixed the bug that wasn't allowing logged in users to post
	  when guest posting was turned off.
	- Fixed the bug that wasn't displaying the "Logged in as..."
	  in the right color.
	- Fixed some form and table issues with Netscape.
	- Replaced text links for New Topic, Forum Index, & Add Reply
	  with images.
	- Password fields in add topic/reply pages are now *'d out.
	- After you post a new topic/reply you are automatically redirected
	  to the index page.
	- After editing a post, you are now automatically redirected to the
	  edited post.
	- Add/Reply error pages now link back to the form using history.go(-1)
	  to retain form data.
	- The topic index is now split up - 50 topics/page.
	- Added support for custom signatures.
	- Fixed the send password bug.

30 June, 2001 (Kelli Shaver)
	- Fixed the add topic and reply pages so that users now have to
	  enter a password if they want to use a regustered name when
	  guest posting is on and they're not logged in.

	- Fixed the but in editing posts that wasn't putting smilies
	  back like they were supposed to be in the form field.	

12 June, 2001 (Kelli Shaver)
	- Changed the way the user informatino was stored when logging in.
	  It no longer sets cookies, since they were expiring after each
	  visit anyway. -- I'll look into reinstating them later, to retain
	  login information permenantly.
	- Changed the email link when viewing threads to an image. I plan
	  to also add bio, homepage, and ICQ status here as well.
	- Changed the parsing of the [IMG] tag so that it would work properly
	  and added a closingn [/IMG] tag.
	- URL's are now parsed automatically, eliminating the need for the
	  (previously unfunctioning) [URL] tag.
	- Total number of users, posts, and topics now listed on the forum
	  index page.
	- Updated codes_def and smiles_def to reflect these changes.
	- Fixed a big security loop-hole in view.php which allowed people
	  to use ../ style path-traversing in the URL to view other files
	  on the system. - Thanks, ph3wl.
	- FINALLY got the delete functions working properly for threads
	  with replies to them. -- Frankly, I'm surprised Bryan let me
	  live long enough.
	- Better handling of admin assignment (will add a web-based form to
	  upgrade users to admins later).
	- Functions for viewing and retrieving user settings (e-mail, username,
	  encrypted/decrypted password, home page, icq) added.
	- Buttons and links added to view.php to reflect those changes.
	- Fixed a bug in the reply page that was screwing up the forms when
	  ' and " were used in the subject line.
	- Registering now logs you in automatically.
	- Admins can now edit posts and users can edit their own posts.
	- Got rid of some leftover cookie crumbs that were interfering with
	  the proper handling of email addresses.
	- Added the ability to allow unregistered guests to post.
	- Profile viewing now works.
	- Users can now set/change their preferences (email, password, homepage
	  ICQ, and bio).

09 March, 2001 (Kelli Shaver)
	- Contents for the top of each page is now contained in a
	  header include file, so you can add custom inages, text, etc.
	  without having to edit each page.
	- Your login status, as well as the username you are logged in
	  under now appears at the bottom of the forum.
	- The table in the footer now uses $FontColor instead of just
	  'black' so you can it will match any color scheme you set.

03 March, 2001 (Kelli Shaver)
	- FINALLY got the user authentication working properly
	  (it would bug out if there was more than 1 user registered)
	- Added UBB-style codes for links and images
	- Made codes definition page
	- Altered footer to link to codes and show status of $AllowHTML
	- Added the ability to set the background color in the theme file
	- If you log into a different account from the same computer, your
	  user info is now automatically changed in the form fields (AKA
	  you get a new cookie).
	- You can't simply type in a different username in the form field
	  and pretend to be someone else anymore. -- can stil change email
	- Users can now log out of the forum
	- Fixed a bug that was setting the wrong email when logging in/sending
	  password. -- Try settng the email _after_ you pick the correct user
	  file. -- Works *much* better. ;)

02 March, 2001 (Kelli Shaver)
	- Added ability to disable HTML via the theme file
	- User authentication added
	- Users can now register/login
	- Changed some cookie stuff
	- Edited footer to link to login/register/pref's pages
	- Added function for password retrieval

01 March, 2001 (Kelli Shaver)
	- Admins can now log in.
	- Passwords are encrypted.
	- User info now stored via cookies.
	- Support for smilies added, including a popup with definitions and
	  6 basic faces.
	- Topic is automatically filled in on replies now.
	- Time/date now displayed using "d-m-Y, H:i" format, as opposed to
	  "d-m-Y, G:i" used previously.

21 February, 2001 (Kelli Shaver)
	- Threads now sorted by order of activity.
	- Number of replies now listed in the topic index.
	- Support added for customizable themes.

20 February, 2001 (Kelli Shaver)
	- Basic structure for adding/replying/listing and viewing posts created
	  and functioning.
	- Basic layout completed.



ToDoList - S8Forum	Priority: 1 - low, 10 - high
---------------------------------------------------------------------
	* All those handy admin functions. (4) (Edit/Delete are finished)
	* Preview function for adding/replying to topics (3)
	* Auto Log-in if you post under a registered name using guest
	  posting. (1)
	* Show who replied last to a post (4)
	* Cookies to save login info (7)
