aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* Failed to switch to English images default if prefered language doesn't exist...Paul S. Owen2002-02-251-5/+4
* Move activation key stuff to profile, search_username stuff to search, re-add...Paul S. Owen2002-02-251-100/+1
* Fix issues with view posts since last visit, errors on next page, re-introduc...Paul S. Owen2002-02-251-17/+106
* Fixed updating of user post count on deletionPaul S. Owen2002-02-231-0/+8
* Wasn't updating search match table ... fudged solutionPaul S. Owen2002-02-181-10/+19
* test after test after test after test and yet these things still appear ...Paul S. Owen2002-02-181-2/+2
* this is getting very very very very boring ...Paul S. Owen2002-02-181-2/+2
* sigh ....Paul S. Owen2002-02-181-2/+5
* Somewhat overhauled posting, fixed various bugs, completed new way of handlin...Paul S. Owen2002-02-181-48/+633
* Some updates on the smiley display code, also fixed :\ smileys (#518428)Bart van Bragt2002-02-171-6/+12
* Fixed #506066, [img] didn't work with multiple instances directly following e...Bart van Bragt2002-02-171-2/+2
* Further privmsg constantPaul S. Owen2002-02-161-0/+1
* Fix bug #518159Paul S. Owen2002-02-151-1/+1
* Should fix error with DB != MSSQL || MySQL bug #517151Paul S. Owen2002-02-141-3/+2
* Use default style if user doesn't have a theme set (shouldn't happen)Bart van Bragt2002-02-141-2/+2
* Fixed error in make_forum_select box generation outputPaul S. Owen2002-02-131-2/+2
* Split from postingPaul S. Owen2002-02-131-0/+197
* dohPaul S. Owen2002-02-121-2/+2
* Minor change to email matchPaul S. Owen2002-02-121-4/+3
* Change way error is returned to validate email/username, fixes problem with l...Paul S. Owen2002-02-121-142/+105
* Minor update to template vars.Paul S. Owen2002-02-121-2/+0
* Various updates and changesPaul S. Owen2002-02-121-158/+54
* Fix error in common word updatePaul S. Owen2002-02-121-2/+5
* Further updates to decrease queries/increase speed ... under MySQL and MSSQL ...Paul S. Owen2002-02-111-99/+107
* Fix bug #515510 prevent autologin of inactive usersPaul S. Owen2002-02-111-2/+2
* Speed up insertion of new words in mssql and mysql ... lets see what this bre...Paul S. Owen2002-02-111-140/+120
* doh, left existing HELO in place ...Paul S. Owen2002-02-101-4/+0
* Updated ESMTP AUTH as indicated by SirSirPaul S. Owen2002-02-091-35/+39
* Fixed 404 for header (#51499)Bart van Bragt2002-02-092-4/+4
* Fixed missing " bug #514823Paul S. Owen2002-02-081-1/+1
* hmmm, doh ... of course removing the preg_quote here is no doubt going to cau...Paul S. Owen2002-02-081-9/+7
* Various updates, mods, changes to several functions, moved smilies stuff to b...Paul S. Owen2002-02-082-240/+188
* 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