phpbb/phpBB/includes
Paul S. Owen 12863932df Fix HTML span color bug #507545
git-svn-id: file:///svn/phpbb/trunk@1929 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-24 02:59:21 +00:00
..
auth.php Changed way moderator lang is output on viewforum and index 2001-12-16 18:58:05 +00:00
bbcode.php @!!$@## gotta stop testing on one machine and commiting changes on another... I mistyped one word, and broke quotes completely. :( Somebody please get me a beer 2002-01-09 01:39:23 +00:00
constants.php Add MOD user_level ... not terribly 'clean' with the permissions setup but allows simple implementation of 'global' mod needs 2002-01-13 15:30:03 +00:00
db.php Updated for improved use with ODBC setups + introduced a re-install feature ... the schema updates _only_ remove foreign key and drop table clauses 2001-11-30 23:22:56 +00:00
emailer.php Fixed bug 481943. Regexp that normalized linebreaks to \r\n was fucked, so it was changing (char)\n to \r\n and dropping (char). Hence we lost the char before every single linebreak in every email sent thru SMTP. yay. ALso fixed so it gets the FROM address from the right place. 2001-11-26 00:50:03 +00:00
functions.php Fixed bug #505838, debug messages didn't show SQL errors 2002-01-22 18:13:59 +00:00
index.htm Add blank indexes to stop nosey people being, erm, nosey 2001-11-21 13:06:56 +00:00
page_header.php Fix HTML span color bug #507545 2002-01-24 02:59:21 +00:00
page_tail.php Add TRANSLATION_INFO for _footer 2002-01-16 17:56:46 +00:00
post.php Fixed bug #496954 2001-12-29 15:18:34 +00:00
prune.php Introduced code for cleaning up search_wordmatch and search_wordlist tables upon prune. 2001-12-24 14:04:00 +00:00
search.php Simplified routines somewhat and introduced title searching 2002-01-14 14:17:18 +00:00
sessions.php Yep, more \' stuff 2001-12-21 16:02:15 +00:00
smtp.php fix for mass mail bug, plus some cleanups for php3 compatibility..CC and BCC headers are now handled properly, and there is no longer any foreach statments used. 2002-01-04 17:25:54 +00:00
sql_parse.php fix for /* */ style comments... 2001-10-01 21:19:02 +00:00
template.php Fix for Paul's Polling problem.. 2001-08-31 20:59:12 +00:00