aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
* - 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
* fix redirect if we are within the admin directory (not /ucp.php but /{admin_d...Meik Sievertsen2006-08-231-2/+9
* some updates. Also adjusted the utf tools and normalizer more to our coding g...Meik Sievertsen2006-08-221-2/+3
* *** empty log message ***David M2006-08-181-1/+1
* - getcwd replacementDavid M2006-08-171-38/+165
* If i could force you all to use PHP 5.1.0+, then i could just use the count p...David M2006-08-151-1/+1
* sql_in_set changesMeik Sievertsen2006-08-121-6/+6
* so.... what does this thing do?David M2006-08-111-1/+6
* - load tracking updates. Need to be tested on a clean installation too - at t...Meik Sievertsen2006-08-091-5/+111
* - finally making the age calculation work [Bug #3582]Nils Adermann2006-08-061-1/+1
* - fixing some bugsMeik Sievertsen2006-08-011-10/+43
* OK...David M2006-07-241-1/+95
* hmm... This commit does not increase the number of BBCodes. However, this doe...David M2006-07-171-20/+6
* add not applied sql_escape in memberlistMeik Sievertsen2006-07-141-1/+0
* - renamed the following columns:Meik Sievertsen2006-07-131-1/+1
* - tackle some usability issuesMeik Sievertsen2006-07-091-1/+7
* some bugfixesMeik Sievertsen2006-07-061-16/+8
* re-check cookie_secure value within generate_board_url() for those users havi...Meik Sievertsen2006-07-051-2/+6