aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
* no h2Meik Sievertsen2007-02-241-2/+3
* do not rely on admin style for E_USER_ERROR messagesMeik Sievertsen2007-02-241-12/+18
* #8254David M2007-02-211-1/+1
* fixing some bugsMeik Sievertsen2007-02-181-1/+1
* - Pruning doesn't lower user post counts anymore [Bug #7676]Nils Adermann2007-02-081-1/+1
* adjust text for getting image dimensions as well as not suppressing warnings ...Meik Sievertsen2007-02-071-2/+2
* only some minor fixesMeik Sievertsen2007-02-051-2/+3
* SEPARATOR, not SEPERATOR... also "neutralised" variable naming as it's used e...Jonathan Stanley2007-01-271-1/+1
* #7424Meik Sievertsen2007-01-271-1/+12
* - fix some oddities (doubled spaces for example)Meik Sievertsen2007-01-261-3/+3
* fixing some bugs, most being submitted grammatical/spelling errors.Meik Sievertsen2007-01-211-1/+1
* fixing some bugsMeik Sievertsen2007-01-181-2/+0
* ok, handled some bugs... the most important being validate_username (the vari...Meik Sievertsen2007-01-171-7/+7
* - solved a problem with magic urls inside brackets, and with bbcodes being tr...Nils Adermann2007-01-131-7/+13
* - new homographs or IDN confusables ( http://www.unicode.org/reports/tr39/dat...Nils Adermann2007-01-081-1/+1
* - use constants no weird numbers ;-)Nils Adermann2007-01-051-1/+1
* - allow login with redirect parameterNils Adermann2007-01-031-2/+2
* - removed download mode selection (the column info and constants will not be ...Meik Sievertsen2007-01-031-4/+4
* - do not allow setting the parent to currently assigned childs [Bug #6708]Meik Sievertsen2007-01-021-0/+11
* Unused Code inside function update_forum_data [Bug #6606]Meik Sievertsen2006-12-271-30/+17
* - display search type as page title for premade searches [Bug #6508]Nils Adermann2006-12-271-1/+0
* some fixes todayMeik Sievertsen2006-12-241-10/+286
* regex man strikes again!David M2006-12-231-4/+4
* #6462, not a bug unless you run a version of PHP 5 that is less than 5.0.4...David M2006-12-211-18/+14
* #6436, thanks ToonArmy for the patch :DDavid M2006-12-191-2/+2
* - Optimize acl_getf_global a bitNils Adermann2006-12-161-6/+20
* proper solution to #6114, guarantees $seed lies below 0x7FFFFFFFDavid M2006-12-091-4/+2
* - re-add script_path for "strange configurations" to let them force the gener...Meik Sievertsen2006-12-081-3/+11
* #6076David M2006-12-081-5/+9
* minor bugfixingMeik Sievertsen2006-12-061-1/+1
* oops :DDavid M2006-12-051-1/+1
* #5734David M2006-12-031-1/+3
* some tiny bugfixes.Meik Sievertsen2006-12-031-1/+1
* - a bunch of fixesMeik Sievertsen2006-12-021-1/+1
* better layed out...Meik Sievertsen2006-11-271-3/+20
* #5610Meik Sievertsen2006-11-271-1/+1
* Using a different approach for the data updates (same as the schema updates)Meik Sievertsen2006-11-271-1/+1
* blah ..Dominik Dröscher2006-11-271-1/+1
* #4892Dominik Dröscher2006-11-271-3/+14
* - bug fixes for #5618, #5588 and #5584Meik Sievertsen2006-11-261-3/+3
* rather large update, most important things done:Meik Sievertsen2006-11-241-6/+8
* decrease the barrier for E_ALL error reporting and email traces from DEBUG_EX...Meik Sievertsen2006-11-211-11/+8
* - fixing a bunch of bugsMeik Sievertsen2006-11-211-3/+3
* some tiny fixes.Meik Sievertsen2006-11-191-4/+1
* #5446David M2006-11-191-4/+4
* - a handful of mcp fixed, the most important one is the change for check_ids(...Meik Sievertsen2006-11-181-2/+2
* #5376David M2006-11-171-2/+2
* adjust some comments to work with phpdocumentor. :)Meik Sievertsen2006-11-171-3/+3
* ok, change from doing the same logic all over again we call a function to do ...Meik Sievertsen2006-11-161-0/+59
* - fixes for the following bugs:Meik Sievertsen2006-11-151-8/+31