aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* *** empty log message ***David M2006-11-121-1/+1
* consistant obtain_* functionsMeik Sievertsen2006-11-121-6/+2
* messageNils Adermann2006-11-121-2/+2
* - some fixesMeik Sievertsen2006-11-101-1/+1
* - use the $var_ary for settings in a more logical way (hopefully removes the ...Meik Sievertsen2006-11-041-1/+1
* - compress is nicer (fixed a bug :P)David M2006-11-031-0/+8
* ok, i am an idiot...Meik Sievertsen2006-11-031-3/+3
* - implemented the suggested html_entity_decode function made by davidMeik Sievertsen2006-11-031-1/+1
* some updates; and hopefully not completely breaking redirects (again). :D You...Meik Sievertsen2006-11-021-3/+3
* Changing regeneration of the rand seedGraham Eames2006-10-311-1/+2
* Add an optional flag to allow the disabling of generating the cron image for ...Graham Eames2006-10-221-2/+2
* ENT_COMPAT is the default, with ENT_QUOTES a few features will no longer work.Meik Sievertsen2006-10-221-1/+1
* - now username changes should work as desiredMeik Sievertsen2006-10-221-3/+3
* Revised attachment categories a bitMeik Sievertsen2006-10-191-0/+1
* - typo in functions.phpDavid M2006-10-181-1/+1
* let the forum link work againMeik Sievertsen2006-10-181-1/+1
* looks like nobody ever found this bug :DDavid M2006-10-151-5/+19
* if we want a string, don't close the DB and cacheDavid M2006-10-141-1/+4
* - store sql_layer directly within the layer itselfMeik Sievertsen2006-10-141-19/+2
* - introducing clean usernames, needs to be tested more, I'm not sure I didn't...Nils Adermann2006-10-131-3/+3
* some test code, hopefully working for all occassions where we are using the f...Meik Sievertsen2006-10-121-1/+14
* - make sure all sort keys are valid and selectable.Meik Sievertsen2006-10-111-0/+20
* do not use parse_str because it could lead to "unexpected" output which could...Meik Sievertsen2006-10-111-2/+13
* Changes to language functionality.Graham Eames2006-10-081-1/+1
* he braces style is deprecated as of PHP 6Meik Sievertsen2006-10-071-3/+3
* better not. ;)Meik Sievertsen2006-10-071-1/+1