aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix bad word cockup ... oh look the censor failed and let cockup through, ↵Paul S. Owen2002-03-251-2/+2
| | | | | | oh, and again ... geez sourceforge needs better censors for its CVS system git-svn-id: file:///svn/phpbb/trunk@2426 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some extra comments and removed a redundant ifBart van Bragt2002-03-241-10/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@2424 89ea8834-ac86-4346-8a33-228a782c2dd0
* Wrong constant URL used in redirect upon deletion of single post, bug #533823Paul S. Owen2002-03-241-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2421 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move $error=FALSE out of conditional to top of scriptPaul S. Owen2002-03-241-2/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2420 89ea8834-ac86-4346-8a33-228a782c2dd0
* timezone setup should be isset not !empty ... GMT is 0 after all .. oopsPaul S. Owen2002-03-231-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2417 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix issues with quotes in profile fields and avatarsPaul S. Owen2002-03-232-51/+36
| | | | git-svn-id: file:///svn/phpbb/trunk@2412 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix hide online when returning from gallery bugPaul S. Owen2002-03-221-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2409 89ea8834-ac86-4346-8a33-228a782c2dd0
* Alter way variables are substituted ... was causing problems when a [] ↵Paul S. Owen2002-03-221-7/+4
| | | | | | followed a {VAR} in the email ... git-svn-id: file:///svn/phpbb/trunk@2407 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor change ... don't strip_tags ... I don't think this is a security issue ↵Paul S. Owen2002-03-221-2/+2
| | | | | | but it could use checking ... everyone be aware of my being unsure before using this! git-svn-id: file:///svn/phpbb/trunk@2406 89ea8834-ac86-4346-8a33-228a782c2dd0
* Suggested alteration of cache control header by NathanPaul S. Owen2002-03-221-157/+148
| | | | git-svn-id: file:///svn/phpbb/trunk@2405 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change a few quotesPaul S. Owen2002-03-221-26/+24
| | | | git-svn-id: file:///svn/phpbb/trunk@2402 89ea8834-ac86-4346-8a33-228a782c2dd0
* preg_quote stopwordsPaul S. Owen2002-03-221-67/+67
| | | | git-svn-id: file:///svn/phpbb/trunk@2401 89ea8834-ac86-4346-8a33-228a782c2dd0
* damn it damn it ... engage brain before commiting the thing you were going ↵Paul S. Owen2002-03-211-6/+1
| | | | | | to change but didn't ... again, thanks acydburn git-svn-id: file:///svn/phpbb/trunk@2393 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change lang output upon no passwords entered to Fields_empty ... thanks ↵Paul S. Owen2002-03-211-1/+6
| | | | | | acydburn ... completely forgot about that :D git-svn-id: file:///svn/phpbb/trunk@2392 89ea8834-ac86-4346-8a33-228a782c2dd0
* Wasn't checking for wildcards in disallowed usernames during validation ... ↵Paul S. Owen2002-03-211-4/+6
| | | | | | how we missed this for months is beyond me ... thanks to the anonymous bug track adder ... git-svn-id: file:///svn/phpbb/trunk@2391 89ea8834-ac86-4346-8a33-228a782c2dd0
* This one has the added benefit of working ...Paul S. Owen2002-03-211-6/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2389 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix missing global var causing failure of include for username validationPaul S. Owen2002-03-211-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2388 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix blank error when not submitting any passwords during registration and ↵Paul S. Owen2002-03-211-59/+17
| | | | | | alter error when no username is input git-svn-id: file:///svn/phpbb/trunk@2387 89ea8834-ac86-4346-8a33-228a782c2dd0
* Replace space with + in AIM namesPaul S. Owen2002-03-201-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@2382 89ea8834-ac86-4346-8a33-228a782c2dd0
* add hack checkthe_systech2002-03-201-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@2381 89ea8834-ac86-4346-8a33-228a782c2dd0
* Wrong function name for cleaning up search tables ... I did change this but ↵Paul S. Owen2002-03-201-1/+1
| | | | | | looks like I didn't commit it ... @!#%# hell git-svn-id: file:///svn/phpbb/trunk@2377 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix issue where nothing is reported for avatars larger than max filesize, ↵Paul S. Owen2002-03-201-33/+32
| | | | | | bug #526880 git-svn-id: file:///svn/phpbb/trunk@2373 89ea8834-ac86-4346-8a33-228a782c2dd0
* Missed a width/height check for uploaded avatarsPaul S. Owen2002-03-201-2/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@2372 89ea8834-ac86-4346-8a33-228a782c2dd0
* Just me nitpicking... Thought the file header name should match the filename...the_systech2002-03-194-7/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@2361 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for AOL browser issues as well as some IE blank Gzip pages..the_systech2002-03-191-3/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2358 89ea8834-ac86-4346-8a33-228a782c2dd0
* Well.... I hope this is right... It works at least. Can't seem to reach ↵the_systech2002-03-191-147/+84
| | | | | | Paul currently, and I don't want this to slip through for RC-4, so for now I copied the old stuff from a previous revision of profile, and pasted it in here... Tested to work on my local machine... (if you had something else in mind Paul feel free to overwrite my version) git-svn-id: file:///svn/phpbb/trunk@2357 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove stripslashes from pagestart and begin session_id ...Paul S. Owen2002-03-191-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2345 89ea8834-ac86-4346-8a33-228a782c2dd0
* One more error and this computer gets to see the Ionosphere close up ...Paul S. Owen2002-03-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2343 89ea8834-ac86-4346-8a33-228a782c2dd0
* Me getting irritated now ...Paul S. Owen2002-03-191-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2342 89ea8834-ac86-4346-8a33-228a782c2dd0
* bahPaul S. Owen2002-03-191-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2338 89ea8834-ac86-4346-8a33-228a782c2dd0
* Allow a a comma delimited set of post id's to be sent to remove words ↵Paul S. Owen2002-03-191-4/+6
| | | | | | function ... for modcp et al git-svn-id: file:///svn/phpbb/trunk@2336 89ea8834-ac86-4346-8a33-228a782c2dd0
* Stuff that phpbb_preg ... not including bbcode and can't be bothered to move ↵Paul S. Owen2002-03-191-1/+1
| | | | | | phpbb_preg out ... git-svn-id: file:///svn/phpbb/trunk@2335 89ea8834-ac86-4346-8a33-228a782c2dd0
* phpbb_preg_quote that bad word replace ... just in case ...Paul S. Owen2002-03-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2331 89ea8834-ac86-4346-8a33-228a782c2dd0
* Non-authed user could potentially utilise topic_review to read denied forums ↵Paul S. Owen2002-03-181-0/+5
| | | | | | .... thanks Ashe git-svn-id: file:///svn/phpbb/trunk@2330 89ea8834-ac86-4346-8a33-228a782c2dd0
* Stop being too paranoid about hacking of includes containing only fully ↵Paul S. Owen2002-03-1819-91/+21
| | | | | | inclusive functions git-svn-id: file:///svn/phpbb/trunk@2328 89ea8834-ac86-4346-8a33-228a782c2dd0
* a "fix" for #529920... Now banned emails can appear in *user*@domain.comthe_systech2002-03-181-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2325 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved to a nicer area of townPaul S. Owen2002-03-182-1289/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2324 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for typo that wouldn't allow user registration line 487 should have ↵the_systech2002-03-181-2/+2
| | | | | | checked for query to *NOT* be successful :D... But hey it was a Paul soooo... :D git-svn-id: file:///svn/phpbb/trunk@2321 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #528267James Atkinson2002-03-181-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2320 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed little bug that made the smilies image tags not XHTML compatibleJames Atkinson2002-03-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2318 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for bug #529642... Tabs should end parsing for magic urls as well as ↵the_systech2002-03-181-3/+3
| | | | | | spaces or newlines... git-svn-id: file:///svn/phpbb/trunk@2317 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for avatar gallery cancel appearing to delete avatarPaul S. Owen2002-03-181-2/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@2313 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok, I guess Paul took care of this for us... :)dougk_ff72002-03-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2311 89ea8834-ac86-4346-8a33-228a782c2dd0
* includes/sessions.phpdougk_ff72002-03-181-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2308 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates to overcome security issue + updates of various functions, initial ↵Paul S. Owen2002-03-1825-409/+1199
| | | | | | version of profile registration include ... not completed but should be functional for obvious reasons(!) git-svn-id: file:///svn/phpbb/trunk@2304 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove extra select query when creating new session during page setupPaul S. Owen2002-03-171-151/+96
| | | | git-svn-id: file:///svn/phpbb/trunk@2303 89ea8834-ac86-4346-8a33-228a782c2dd0
* First splits of profilePaul S. Owen2002-03-175-0/+1073
| | | | git-svn-id: file:///svn/phpbb/trunk@2302 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2002-03-172-40/+58
| | | | git-svn-id: file:///svn/phpbb/trunk@2301 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for various smtp issues reported in bugtrackerthe_systech2002-03-121-8/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@2295 89ea8834-ac86-4346-8a33-228a782c2dd0
* These are formed from breaking up functions ... modified functions is not ↵Paul S. Owen2002-03-105-0/+1779
| | | | | | yet in CVS and these do nothing right now git-svn-id: file:///svn/phpbb/trunk@2286 89ea8834-ac86-4346-8a33-228a782c2dd0