aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
...
* arrgghhhhh I hate regexpPaul S. Owen2002-01-271-5/+5
* alphaNUMERICS Paul, ... dohPaul S. Owen2002-01-271-5/+5
* Check for allowed chars in [url] submissions ... could use some double checkingPaul S. Owen2002-01-271-5/+5
* Fix various bugs; password length warning, proper warnings for username/email...Paul S. Owen2002-01-271-62/+30
* Uncomment and 'complete' browsing in forum online listPaul S. Owen2002-01-271-11/+13
* Removed INSERT code into separate routine, this separated update should be ad...Paul S. Owen2002-01-251-23/+3
* Oops, why do I always screw up in the first checkin?Bart van Bragt2002-01-251-4/+4
* Implemented Record of online usersBart van Bragt2002-01-251-0/+43
* Error with adding search matches, wrong variable being used for insert ... se...Paul S. Owen2002-01-251-4/+2
* doh, brain fartPaul S. Owen2002-01-251-1/+1
* Set a user_id of ANONYMOUS on logoutPaul S. Owen2002-01-251-1/+1
* Various updates to fix problems with large result sets ... code is quite mess...Paul S. Owen2002-01-251-23/+18
* Fix defines for warningsPaul S. Owen2002-01-251-82/+82
* Fix lack of starttime in emoticons page causing huge page gen timePaul S. Owen2002-01-241-1/+1
* Fix HTML span color bug #507545Paul S. Owen2002-01-241-2/+2
* Fixed bug #505838, debug messages didn't show SQL errorsBart van Bragt2002-01-221-19/+26
* Add TRANSLATION_INFO for _footerPaul S. Owen2002-01-161-1/+3
* Removed fixed language stringBart van Bragt2002-01-161-0/+1
* Simplified routines somewhat and introduced title searchingPaul S. Owen2002-01-141-280/+153
* yoik, that could've been an interesting security hole ...Paul S. Owen2002-01-131-1/+1
* Add MOD user_level ... not terribly 'clean' with the permissions setup but al...Paul S. Owen2002-01-131-0/+2
* Highlight admin/mods update to whos onlinePaul S. Owen2002-01-131-3/+20
* Minor update to flag adminsPaul S. Owen2002-01-121-4/+10
* Dropped 'GROUP BY' from whosonline query for compatibility with non-MySQL DB'sBart van Bragt2002-01-111-16/+22
* Cleaned up the viewonline code, wasnt giving correct output if you where adminBart van Bragt2002-01-111-24/+13
* Cosmetic error in language_select() (related to #499989)Bart van Bragt2002-01-111-2/+2
* @!!$@## gotta stop testing on one machine and commiting changes on another......the_systech2002-01-091-1/+1
* trimmed down the quote bug fix in second pass to one preg_replace rather than...the_systech2002-01-081-4/+3
* Fix for bug #496944 "quotes with usernames containing "]"the_systech2002-01-081-1/+17
* Added / to dirname . file for is_file/links for language selector ...Paul S. Owen2002-01-071-1/+1
* Minor changesPaul S. Owen2002-01-061-2/+3
* fix for mass mail bug, plus some cleanups for php3 compatibility..CC and BCC ...the_systech2002-01-041-5/+44
* Removed windows carriage returns and newline at end of file ...Paul S. Owen2002-01-031-1/+1
* Ok that was stupid.. Better version of a fix for 497077... Somebody hand me a...the_systech2002-01-031-25/+1
* Updated validate_username function for use with mysql4 Bug #497077the_systech2002-01-031-0/+25
* Moved all search functions to includes/search.php Paul; please reviewBart van Bragt2002-01-031-0/+523
* Clean up display of languages, limit to directory names onlyPaul S. Owen2002-01-021-3/+3
* Likely fix for bug #497163Paul S. Owen2001-12-291-4/+4
* Fixed bug #496954Paul S. Owen2001-12-291-10/+11
* Fixed 'bug' #495108, introduced a further string for fields with plural and s...Paul S. Owen2001-12-241-4/+58
* Introduced code for cleaning up search_wordmatch and search_wordlist tables u...Paul S. Owen2001-12-241-13/+105
* Added URL constant for categoriesPaul S. Owen2001-12-241-1/+1
* SighBart van Bragt2001-12-221-1/+0
* Fixed small problem with translation of imgsBart van Bragt2001-12-221-2/+3
* Yep, more \' stuffPaul S. Owen2001-12-211-2/+2
* More \' updatesPaul S. Owen2001-12-211-19/+10
* Made smileys case-sensitive (i.e. :o != :O )Bart van Bragt2001-12-191-2/+2
* Moved generate_smilies() into includes/post.php, use smileypath in config tableBart van Bragt2001-12-181-1/+108
* Oops, another file I forgot to commit, perhaps I should commit myself ...Paul S. Owen2001-12-171-7/+17
* Changed way moderator lang is output on viewforum and indexPaul S. Owen2001-12-162-41/+27