Rewrote every file for readability,
commit78a9beaa18233f77f77aecf4993c5a7989521208
authorAnthony Parsons <ant@specialops.ath.cx>
Sun, 6 Nov 2005 03:38:17 +0000 (6 03:38 +0000)
committerAnthony Parsons <ant@specialops.ath.cx>
Sun, 6 Nov 2005 03:38:17 +0000 (6 03:38 +0000)
tree1c6b29dbbdad10eb90d7cefc8d73c9c11697e55a
parentecdf58e2bdd87306c7b1ec116a2d971982ec3b47
Rewrote every file for readability,
Added proper HTTP error codes in error pages
Reduced repeated code in options/theme.php to functions
Added a new function to the html select class for the above
Replaced several divs with ps
Fixed the br-inside-pre problem in message class
Added stuff to default layout css
Changed database name to a define
Removed the pagenav board list link hack in index.php (see below)
Added checks for valid board/topiclist layout
Removed a few leftover gettext functions
Optimised a bunch of SQL stuff
Removed banned user list ability
Removed account activation code in user.php
Sig/quote in user.php can now be html-formatted
Added a lot more info in debug mode
Added descriptive comments for a few things
Optimised out the recursive group/board SQL in the boardlist classes
Set the board list link in page class only if PHP_SELF isn't the index
Added a debug option to show the HTML source as plaintext in page class
Fix debug mode error display so it doesn't mess up with html_errors=false
Remove userlevel crap in messagelist_irc
Deleted the short-lived servererror.php file
Register.php will now prompt for code/userid if no url parameters given
33 files changed:
README
admin.php
con.php
css/core-layout.css
index.php
invite.php
invites.php
lib/class.anonuser.php
lib/class.authuser.php
lib/class.boardlist_default.php
lib/class.boardlist_so1.php
lib/class.debugmysqli.php
lib/class.form_select.php
lib/class.message.php
lib/class.messagelist_flat.php
lib/class.messagelist_irc.php
lib/class.messagelist_threaded.php
lib/class.page.php
lib/class.reguser.php
lib/class.topiclist_default.php
lib/class.topiclist_tl.php
messagelist.php
options.php
passwd.php
post.php
register.php
res/mysql_ident.example
servererror.php [deleted file]
stuff.php
theme.php
topiclist.php
user.php
userlist.php