aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
* - 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
* strpos...Meik Sievertsen2006-10-071-1/+1
* tried to begin adjusting all string functions where applicable - still a *lot...Meik Sievertsen2006-10-071-18/+4
* - support re-caching of theme data if stylesheet.css changed and load_tplcomp...Meik Sievertsen2006-10-061-0/+2
* - extend config checking to include check for writeable pathMeik Sievertsen2006-10-031-1/+1
* consistent acp layout regarding backlinks and messages.Meik Sievertsen2006-10-021-5/+17
* Prevent cookies from other applications interfering with our formsGraham Eames2006-10-011-1/+10
* of course $host instead of $domainMeik Sievertsen2006-09-291-1/+1
* err, no, from the php manual actually... the zend function has some security ...Meik Sievertsen2006-09-281-2/+3
* - added confirmation to removing bbcodesMeik Sievertsen2006-09-281-1/+47
* some tiny fixes here and thereMeik Sievertsen2006-09-221-2/+1
* - no more encoding mixture, say hello to UTF-8 (I'll add a validation solutio...Nils Adermann2006-09-171-9/+27
* implement bare-bone validation for config variables...Meik Sievertsen2006-09-151-2/+6
* - fixed some bugsMeik Sievertsen2006-09-131-42/+31
* - fix security issue in download.phpMeik Sievertsen2006-09-041-1/+2
* - fixing profile bugMeik Sievertsen2006-09-041-1/+1
* some changes/fixesMeik Sievertsen2006-09-021-0/+1
* fix some bugs - hopefully not breaking anything...Meik Sievertsen2006-09-011-1/+4
* - birthdays/age in user's timezone and not server's local timeNils Adermann2006-08-281-2/+141
* - some bugfixesMeik Sievertsen2006-08-281-6/+25