aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* These are formed from breaking up functions ... modified functions is not yet...Paul S. Owen2002-03-105-0/+1779
* Localise days/months, fix bug in validate_username ... this doesn't see funct...Paul S. Owen2002-03-061-2/+18
* mssql-odbc doesn't seem to like ignoring the duplicate index (even though MSS...Paul S. Owen2002-03-051-2/+1
* preg_quote badword ... don't use # in your bad word list(!)Paul S. Owen2002-03-041-1/+1
* oops, forgot to change version setting ...Paul S. Owen2002-03-041-1/+1
* Change to count method in word_common ... problem seemed to exist on older PH...Paul S. Owen2002-03-031-1/+1
* Changed way subject is sent to email ... handled by templates where necessaryPaul S. Owen2002-03-021-2/+2
* Ignore duplicate IP's for guest counts ... keep in mind this swings 100% the ...Paul S. Owen2002-03-011-3/+9
* Move subject preg_ to after parseing ... in case subject needs to contain any...Paul S. Owen2002-03-011-5/+11
* Add ability to specify subject within email, format is Subject: (localised su...Paul S. Owen2002-03-011-2/+6
* Slight mod to language selector to handle double underscored lang filesPaul S. Owen2002-02-281-2/+3
* Added false for the optional replace parameter of the header for Cache-Contro...the_systech2002-02-261-2/+2
* 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