aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* Another change to the way {LANG} is handled for images ... last one, ... hope...Paul S. Owen2002-02-041-28/+28
* Added AUTH LOGIN support for smtp ... requires smtp_username and smtp_passwor...Paul S. Owen2002-02-041-6/+18
* Fixed bug #507473James Atkinson2002-02-031-3/+17
* Increased the length of return codes allowed from smtp server to 256..the_systech2002-01-311-1/+1
* Changed selection of localised images ... new {LANG} replace formatPaul S. Owen2002-01-311-3/+3
* This should fix bug #500134 and adds some additional error checking on smtp e...the_systech2002-01-281-6/+27
* This should fix Bug #498451.. Keep it from including smtp.php more than once..the_systech2002-01-282-2/+6
* Another warning fix ...Paul S. Owen2002-01-281-2/+4
* Fix a couple of warning 'generators'Paul S. Owen2002-01-281-4/+8
* Another warning related fixPaul S. Owen2002-01-281-3/+3
* Fix various var not set warnings ... many thanks go to The Horta for pointing...Paul S. Owen2002-01-282-7/+6
* Fix various var not set warnings ... many thanks go to The Horta for pointing...Paul S. Owen2002-01-282-9/+12
* Add a ; to URI validation rexPaul S. Owen2002-01-281-5/+5
* Fix bug #509513Paul S. Owen2002-01-281-2/+2
* And another ...Paul S. Owen2002-01-281-2/+2
* Couple more updates to URL 'fixes'Paul S. Owen2002-01-281-2/+2
* preg_quote lines for /* comment parsed SQL ... was causing failure on install...Paul S. Owen2002-01-281-11/+13
* Fixed use of date instead of create_date for most users online ...Paul S. Owen2002-01-271-1/+1
* arrgghhhhh I hate regexpPaul S. Owen2002-01-271-5/+5
* alphaNUMERICS Paul, ... dohPaul S. Owen2002-01-271-5/+5
* Check for allowed chars in [url] submissions ... could use some double checkingPaul S. Owen2002-01-271-5/+5
* Fix various bugs; password length warning, proper warnings for username/email...Paul S. Owen2002-01-271-62/+30
* Uncomment and 'complete' browsing in forum online listPaul S. Owen2002-01-271-11/+13
* Removed INSERT code into separate routine, this separated update should be ad...Paul S. Owen2002-01-251-23/+3
* Oops, why do I always screw up in the first checkin?Bart van Bragt2002-01-251-4/+4
* Implemented Record of online usersBart van Bragt2002-01-251-0/+43
* Error with adding search matches, wrong variable being used for insert ... se...Paul S. Owen2002-01-251-4/+2
* doh, brain fartPaul S. Owen2002-01-251-1/+1
* Set a user_id of ANONYMOUS on logoutPaul S. Owen2002-01-251-1/+1
* Various updates to fix problems with large result sets ... code is quite mess...Paul S. Owen2002-01-251-23/+18
* Fix defines for warningsPaul S. Owen2002-01-251-82/+82
* Fix lack of starttime in emoticons page causing huge page gen timePaul S. Owen2002-01-241-1/+1
* Fix HTML span color bug #507545Paul S. Owen2002-01-241-2/+2
* Fixed bug #505838, debug messages didn't show SQL errorsBart van Bragt2002-01-221-19/+26
* Add TRANSLATION_INFO for _footerPaul S. Owen2002-01-161-1/+3
* Removed fixed language stringBart van Bragt2002-01-161-0/+1
* Simplified routines somewhat and introduced title searchingPaul S. Owen2002-01-141-280/+153
* yoik, that could've been an interesting security hole ...Paul S. Owen2002-01-131-1/+1
* Add MOD user_level ... not terribly 'clean' with the permissions setup but al...Paul S. Owen2002-01-131-0/+2
* Highlight admin/mods update to whos onlinePaul S. Owen2002-01-131-3/+20
* Minor update to flag adminsPaul S. Owen2002-01-121-4/+10
* Dropped 'GROUP BY' from whosonline query for compatibility with non-MySQL DB'sBart van Bragt2002-01-111-16/+22
* Cleaned up the viewonline code, wasnt giving correct output if you where adminBart van Bragt2002-01-111-24/+13
* Cosmetic error in language_select() (related to #499989)Bart van Bragt2002-01-111-2/+2
* @!!$@## gotta stop testing on one machine and commiting changes on another......the_systech2002-01-091-1/+1
* trimmed down the quote bug fix in second pass to one preg_replace rather than...the_systech2002-01-081-4/+3
* Fix for bug #496944 "quotes with usernames containing "]"the_systech2002-01-081-1/+17
* Added / to dirname . file for is_file/links for language selector ...Paul S. Owen2002-01-071-1/+1
* Minor changesPaul S. Owen2002-01-061-2/+3
* fix for mass mail bug, plus some cleanups for php3 compatibility..CC and BCC ...the_systech2002-01-041-5/+44