aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* Failed to switch to English images default if prefered language doesn't ↵Paul S. Owen2002-02-251-5/+4
| | | | | | exist ... git-svn-id: file:///svn/phpbb/trunk@2212 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move activation key stuff to profile, search_username stuff to search, ↵Paul S. Owen2002-02-251-100/+1
| | | | | | re-add @ to create_date git-svn-id: file:///svn/phpbb/trunk@2208 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix issues with view posts since last visit, errors on next page, ↵Paul S. Owen2002-02-251-17/+106
| | | | | | re-introduce external stopword list, examine feasibility of stemmer, tidy ups ... git-svn-id: file:///svn/phpbb/trunk@2205 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed updating of user post count on deletionPaul S. Owen2002-02-231-0/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@2203 89ea8834-ac86-4346-8a33-228a782c2dd0
* Wasn't updating search match table ... fudged solutionPaul S. Owen2002-02-181-10/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@2190 89ea8834-ac86-4346-8a33-228a782c2dd0
* test after test after test after test and yet these things still appear ...Paul S. Owen2002-02-181-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2189 89ea8834-ac86-4346-8a33-228a782c2dd0
* this is getting very very very very boring ...Paul S. Owen2002-02-181-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2188 89ea8834-ac86-4346-8a33-228a782c2dd0
* sigh ....Paul S. Owen2002-02-181-2/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@2187 89ea8834-ac86-4346-8a33-228a782c2dd0
* Somewhat overhauled posting, fixed various bugs, completed new way of ↵Paul S. Owen2002-02-181-48/+633
| | | | | | handling URIs in emails, blah blah git-svn-id: file:///svn/phpbb/trunk@2183 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some updates on the smiley display code, also fixed :\ smileys (#518428)Bart van Bragt2002-02-171-6/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@2179 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed #506066, [img] didn't work with multiple instances directly following ↵Bart van Bragt2002-02-171-2/+2
| | | | | | each other git-svn-id: file:///svn/phpbb/trunk@2175 89ea8834-ac86-4346-8a33-228a782c2dd0
* Further privmsg constantPaul S. Owen2002-02-161-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2172 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #518159Paul S. Owen2002-02-151-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2164 89ea8834-ac86-4346-8a33-228a782c2dd0
* Should fix error with DB != MSSQL || MySQL bug #517151Paul S. Owen2002-02-141-3/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2146 89ea8834-ac86-4346-8a33-228a782c2dd0
* Use default style if user doesn't have a theme set (shouldn't happen)Bart van Bragt2002-02-141-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2145 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed error in make_forum_select box generation outputPaul S. Owen2002-02-131-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2128 89ea8834-ac86-4346-8a33-228a782c2dd0
* Split from postingPaul S. Owen2002-02-131-0/+197
| | | | git-svn-id: file:///svn/phpbb/trunk@2121 89ea8834-ac86-4346-8a33-228a782c2dd0
* dohPaul S. Owen2002-02-121-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2115 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor change to email matchPaul S. Owen2002-02-121-4/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@2114 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change way error is returned to validate email/username, fixes problem with ↵Paul S. Owen2002-02-121-142/+105
| | | | | | lack of language support for error output and subsequent doubled username, etc. issues + remove get_userdata_from_id and use get_userdata instead + other minor changes git-svn-id: file:///svn/phpbb/trunk@2113 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor update to template vars.Paul S. Owen2002-02-121-2/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2098 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates and changesPaul S. Owen2002-02-121-158/+54
| | | | git-svn-id: file:///svn/phpbb/trunk@2095 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix error in common word updatePaul S. Owen2002-02-121-2/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@2092 89ea8834-ac86-4346-8a33-228a782c2dd0
* Further updates to decrease queries/increase speed ... under MySQL and MSSQL ↵Paul S. Owen2002-02-111-99/+107
| | | | | | ... haven't checked compatibility with other DB's yet ... git-svn-id: file:///svn/phpbb/trunk@2091 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #515510 prevent autologin of inactive usersPaul S. Owen2002-02-111-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2083 89ea8834-ac86-4346-8a33-228a782c2dd0
* Speed up insertion of new words in mssql and mysql ... lets see what this ↵Paul S. Owen2002-02-111-140/+120
| | | | | | breaks since the new post/posting isn't commited yet :) git-svn-id: file:///svn/phpbb/trunk@2076 89ea8834-ac86-4346-8a33-228a782c2dd0
* doh, left existing HELO in place ...Paul S. Owen2002-02-101-4/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2074 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated ESMTP AUTH as indicated by SirSirPaul S. Owen2002-02-091-35/+39
| | | | git-svn-id: file:///svn/phpbb/trunk@2073 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed 404 for header (#51499)Bart van Bragt2002-02-092-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@2070 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed missing " bug #514823Paul S. Owen2002-02-081-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2067 89ea8834-ac86-4346-8a33-228a782c2dd0
* hmmm, doh ... of course removing the preg_quote here is no doubt going to ↵Paul S. Owen2002-02-081-9/+7
| | | | | | cause bug reports of "I can't censor xyz@asd" ... git-svn-id: file:///svn/phpbb/trunk@2065 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates, mods, changes to several functions, moved smilies stuff to ↵Paul S. Owen2002-02-082-240/+188
| | | | | | bbcode.php ... nathan may kill me ... good bye all in advance git-svn-id: file:///svn/phpbb/trunk@2063 89ea8834-ac86-4346-8a33-228a782c2dd0
* Another change to the way {LANG} is handled for images ... last one, ... ↵Paul S. Owen2002-02-041-28/+28
| | | | | | hopefully :) git-svn-id: file:///svn/phpbb/trunk@2054 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added AUTH LOGIN support for smtp ... requires smtp_username and ↵Paul S. Owen2002-02-041-6/+18
| | | | | | smtp_password fields in config ... this DOESN'T support CRAM-MD5 or ODMR type authentication git-svn-id: file:///svn/phpbb/trunk@2053 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #507473James Atkinson2002-02-031-3/+17
| | | | git-svn-id: file:///svn/phpbb/trunk@2049 89ea8834-ac86-4346-8a33-228a782c2dd0
* Increased the length of return codes allowed from smtp server to 256..the_systech2002-01-311-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2030 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed selection of localised images ... new {LANG} replace formatPaul S. Owen2002-01-311-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@2019 89ea8834-ac86-4346-8a33-228a782c2dd0
* This should fix bug #500134 and adds some additional error checking on smtp ↵the_systech2002-01-281-6/+27
| | | | | | email sends... git-svn-id: file:///svn/phpbb/trunk@2008 89ea8834-ac86-4346-8a33-228a782c2dd0
* This should fix Bug #498451.. Keep it from including smtp.php more than once..the_systech2002-01-282-2/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@2007 89ea8834-ac86-4346-8a33-228a782c2dd0
* Another warning fix ...Paul S. Owen2002-01-281-2/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@2006 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix a couple of warning 'generators'Paul S. Owen2002-01-281-4/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@2004 89ea8834-ac86-4346-8a33-228a782c2dd0
* Another warning related fixPaul S. Owen2002-01-281-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@2001 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix various var not set warnings ... many thanks go to The Horta for ↵Paul S. Owen2002-01-282-7/+6
| | | | | | pointing out and offering fixes for many of these git-svn-id: file:///svn/phpbb/trunk@1998 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix various var not set warnings ... many thanks go to The Horta for ↵Paul S. Owen2002-01-282-9/+12
| | | | | | pointing out and offering fixes for many of these git-svn-id: file:///svn/phpbb/trunk@1997 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add a ; to URI validation rexPaul S. Owen2002-01-281-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@1989 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #509513Paul S. Owen2002-01-281-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1988 89ea8834-ac86-4346-8a33-228a782c2dd0
* And another ...Paul S. Owen2002-01-281-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1983 89ea8834-ac86-4346-8a33-228a782c2dd0
* Couple more updates to URL 'fixes'Paul S. Owen2002-01-281-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1982 89ea8834-ac86-4346-8a33-228a782c2dd0
* preg_quote lines for /* comment parsed SQL ... was causing failure on ↵Paul S. Owen2002-01-281-11/+13
| | | | | | install for mssql ... git-svn-id: file:///svn/phpbb/trunk@1977 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed use of date instead of create_date for most users online ...Paul S. Owen2002-01-271-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1971 89ea8834-ac86-4346-8a33-228a782c2dd0