aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* Fix issues with quotes in profile fields and avatarsPaul S. Owen2002-03-232-51/+36
* Fix hide online when returning from gallery bugPaul S. Owen2002-03-221-2/+2
* Alter way variables are substituted ... was causing problems when a [] follow...Paul S. Owen2002-03-221-7/+4
* Minor change ... don't strip_tags ... I don't think this is a security issue ...Paul S. Owen2002-03-221-2/+2
* Suggested alteration of cache control header by NathanPaul S. Owen2002-03-221-157/+148
* Change a few quotesPaul S. Owen2002-03-221-26/+24
* preg_quote stopwordsPaul S. Owen2002-03-221-67/+67
* damn it damn it ... engage brain before commiting the thing you were going to...Paul S. Owen2002-03-211-6/+1
* Change lang output upon no passwords entered to Fields_empty ... thanks acydb...Paul S. Owen2002-03-211-1/+6
* Wasn't checking for wildcards in disallowed usernames during validation ... h...Paul S. Owen2002-03-211-4/+6
* This one has the added benefit of working ...Paul S. Owen2002-03-211-6/+1
* Fix missing global var causing failure of include for username validationPaul S. Owen2002-03-211-1/+1
* Fix blank error when not submitting any passwords during registration and alt...Paul S. Owen2002-03-211-59/+17
* Replace space with + in AIM namesPaul S. Owen2002-03-201-4/+4
* add hack checkthe_systech2002-03-201-1/+5
* Wrong function name for cleaning up search tables ... I did change this but l...Paul S. Owen2002-03-201-1/+1
* Fix issue where nothing is reported for avatars larger than max filesize, bug...Paul S. Owen2002-03-201-33/+32
* Missed a width/height check for uploaded avatarsPaul S. Owen2002-03-201-2/+4
* Just me nitpicking... Thought the file header name should match the filename...the_systech2002-03-194-7/+7
* Fix for AOL browser issues as well as some IE blank Gzip pages..the_systech2002-03-191-3/+2
* Well.... I hope this is right... It works at least. Can't seem to reach Paul...the_systech2002-03-191-147/+84
* Remove stripslashes from pagestart and begin session_id ...Paul S. Owen2002-03-191-2/+2
* One more error and this computer gets to see the Ionosphere close up ...Paul S. Owen2002-03-191-1/+1
* Me getting irritated now ...Paul S. Owen2002-03-191-2/+2
* bahPaul S. Owen2002-03-191-2/+2
* Allow a a comma delimited set of post id's to be sent to remove words functio...Paul S. Owen2002-03-191-4/+6
* Stuff that phpbb_preg ... not including bbcode and can't be bothered to move ...Paul S. Owen2002-03-191-1/+1
* phpbb_preg_quote that bad word replace ... just in case ...Paul S. Owen2002-03-191-1/+1
* Non-authed user could potentially utilise topic_review to read denied forums ...Paul S. Owen2002-03-181-0/+5
* Stop being too paranoid about hacking of includes containing only fully inclu...Paul S. Owen2002-03-1819-91/+21
* a "fix" for #529920... Now banned emails can appear in *user*@domain.comthe_systech2002-03-181-2/+2
* Moved to a nicer area of townPaul S. Owen2002-03-182-1289/+0
* Fix for typo that wouldn't allow user registration line 487 should have check...the_systech2002-03-181-2/+2
* Fixed bug #528267James Atkinson2002-03-181-0/+2
* Fixed little bug that made the smilies image tags not XHTML compatibleJames Atkinson2002-03-181-1/+1
* Fix for bug #529642... Tabs should end parsing for magic urls as well as spac...the_systech2002-03-181-3/+3
* Fix for avatar gallery cancel appearing to delete avatarPaul S. Owen2002-03-181-2/+6
* Ok, I guess Paul took care of this for us... :)dougk_ff72002-03-181-1/+1
* includes/sessions.phpdougk_ff72002-03-181-2/+2
* Updates to overcome security issue + updates of various functions, initial ve...Paul S. Owen2002-03-1825-409/+1199
* Remove extra select query when creating new session during page setupPaul S. Owen2002-03-171-151/+96
* First splits of profilePaul S. Owen2002-03-175-0/+1073
* Various updatesPaul S. Owen2002-03-172-40/+58
* Fix for various smtp issues reported in bugtrackerthe_systech2002-03-121-8/+8
* 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