aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
Commit message (Expand)AuthorAgeFilesLines
* ok, i am an idiot...Meik Sievertsen2006-11-031-4/+4
* - make sure the sql layer for mysql always states mysql4 and get to mysql if ...Meik Sievertsen2006-11-031-5/+0
* - implemented the suggested html_entity_decode function made by davidMeik Sievertsen2006-11-031-6/+6
* some updates; and hopefully not completely breaking redirects (again). :D You...Meik Sievertsen2006-11-021-1/+7
* This was caused by the removal of DEFAULT on some TEXT columns (MySQL really ...David M2006-10-231-0/+1
* #4876Graham Eames2006-10-211-1/+1
* - adjust unread query a bit to cope with large topics (thanks bart!)Meik Sievertsen2006-10-201-0/+17
* Revised attachment categories a bitMeik Sievertsen2006-10-191-17/+41
* - store sql_layer directly within the layer itselfMeik Sievertsen2006-10-141-39/+15
* - introducing clean usernames, needs to be tested more, I'm not sure I didn't...Nils Adermann2006-10-131-7/+8
* he braces style is deprecated as of PHP 6Meik Sievertsen2006-10-071-2/+2
* tried to begin adjusting all string functions where applicable - still a *lot...Meik Sievertsen2006-10-071-9/+9
* - support re-caching of theme data if stylesheet.css changed and load_tplcomp...Meik Sievertsen2006-10-061-1/+1
* ha, the first one...Meik Sievertsen2006-10-031-1/+1
* - extend config checking to include check for writeable pathMeik Sievertsen2006-10-031-71/+74
* - added confirmation to removing bbcodesMeik Sievertsen2006-09-281-0/+12
* A reworking of how we handle inactive usersGraham Eames2006-09-231-2/+6
* some tiny fixes here and thereMeik Sievertsen2006-09-221-1/+2
* - Fix some bugsMeik Sievertsen2006-09-141-2/+66
* - fixed some bugsMeik Sievertsen2006-09-131-6/+19
* check file typeMeik Sievertsen2006-09-051-1/+19
* - fix security issue in download.phpMeik Sievertsen2006-09-041-1/+6
* - Fix warning removal, x - 0 = x ;-)Graham Eames2006-09-021-46/+35
* some changes/fixesMeik Sievertsen2006-09-021-2/+4
* fix some bugs - hopefully not breaking anything...Meik Sievertsen2006-09-011-0/+59
* some fixes.Meik Sievertsen2006-08-251-0/+24
* Phase 2 of the changesGraham Eames2006-08-221-1/+1
* sql_in_set changesMeik Sievertsen2006-08-121-55/+55
* - load tracking updates. Need to be tested on a clean installation too - at t...Meik Sievertsen2006-08-091-0/+6
* - finally making the age calculation work [Bug #3582]Nils Adermann2006-08-061-2/+2
* This should end some issues we have been having regarding the proper binary e...David M2006-08-061-198/+3
* - fixing some bugsMeik Sievertsen2006-08-021-1/+1
* - acm_file uses an index pointer to the current row instead of shifting the r...Nils Adermann2006-08-011-0/+10
* OK...David M2006-07-241-5/+202
* * Error handling on bansGraham Eames2006-07-211-0/+6
* hmm... This commit does not increase the number of BBCodes. However, this doe...David M2006-07-171-1/+1
* fix some bugs... again. :)Meik Sievertsen2006-07-101-1/+3
* - tackle some usability issuesMeik Sievertsen2006-07-091-5/+1
* Fix installation and user registration bugsGraham Eames2006-07-081-1/+1
* - display age in user profile and make it available on viewtopicNils Adermann2006-07-071-1/+9
* some bugfixesMeik Sievertsen2006-07-061-29/+4
* - CAPTCHA: removed the extra slashDavid M2006-07-041-0/+28
* - add additional auth check to the permission roles modulesMeik Sievertsen2006-07-011-1/+1
* ok, first attempt at solving some compatibility issues.Meik Sievertsen2006-06-241-0/+4
* 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-9/+16
* some bugfixesMeik Sievertsen2006-06-191-2/+31
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-131-4/+21
* use user_add function for bot addingMeik Sievertsen2006-06-131-1/+3
* re-allow registration. ;)Meik Sievertsen2006-06-121-1/+1