aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* - fixed language pack management a bit (supporting backslashes)Meik Sievertsen2006-07-021-12/+27
* - add additional auth check to the permission roles modulesMeik Sievertsen2006-07-011-9/+29
* Show message to those browsing whilst board is disabledGraham Eames2006-06-241-0/+1
* ok, first attempt at solving some compatibility issues.Meik Sievertsen2006-06-241-5/+70
* make sure set_config is called with the correct is_dynamic valueMeik Sievertsen2006-06-231-1/+1
* time to squash some bugsMeik Sievertsen2006-06-221-1/+1
* some bugfixesMeik Sievertsen2006-06-191-1/+6
* - removed db cache (might re-appear, but for now we do not see the need for it)Meik Sievertsen2006-06-161-1/+1
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-131-1/+1
* - added class="radio" to all radio- and checkboxesMeik Sievertsen2006-06-131-2/+13
* - get swatch converted into new acp formatMeik Sievertsen2006-06-121-2/+3