aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11305] Retrieve cache driver from container rather than cache service.Oleg Pudeyev2013-01-021-2/+2
* [ticket/10758] Dependency inject parameters into update_foes.Oleg Pudeyev2012-12-151-2/+2
* [ticket/10758] Dependency inject parameters into cache_moderators.Oleg Pudeyev2012-12-151-6/+6
* Merge remote-tracking branch 'Fyorl/ticket/10939' into developAndreas Fischer2012-11-101-4/+6
|\
| * [ticket/10939] Modified functions_user.php to not use $_FILESFyorl2012-08-151-4/+6
* | [feature/prune-users] $author_id_sql is no longer needed here.Oleg Pudeyev2012-11-061-2/+0
* | Merge remote-tracking branch 'upstream/develop' into feature/prune-usersOleg Pudeyev2012-11-061-76/+224
|\ \
| * | [feature/add_events] Globalize event dispatcher object in some functionsDavid King2012-08-221-0/+1
| * | [feature/add_events] Event to modify the data array for when a user is addedDavid King2012-08-211-0/+10
| * | [feature/php-events] Fix doc of core.user_set_default_groupJoas Schilling2012-08-201-1/+1
| * | [feature/php-events] Fix doc of core.delete_user_afterJoas Schilling2012-08-201-1/+1
| * | [feature/php-events] Fix doc of core.delete_user_beforeJoas Schilling2012-08-201-1/+1
| * | [feature/php-events] Fix doc of core.update_usernameJoas Schilling2012-08-201-1/+1
| * | [feature/php-events] Fix docs and naming of core.user_set_default_groupJoas Schilling2012-08-011-1/+12
| * | [feature/php-events] Fix docs and naming of core.group_delete_user_beforeJoas Schilling2012-08-011-2/+12
| * | [feature/php-events] Fix docs and naming of core.delete_group_afterJoas Schilling2012-08-011-3/+11
| * | [feature/php-events] Fix docs and naming of core.delete_user_beforeJoas Schilling2012-08-011-0/+12
| * | [feature/php-events] Fix docs and naming of core.delete_user_afterJoas Schilling2012-08-011-1/+10
| * | [feature/php-events] Fix docs and naming of core.update_usernameJoas Schilling2012-08-011-1/+9
| * | [feature/events] Removing the third trigger_event parameterMichael Cullum2012-08-011-5/+5
| * | [feature/events] Change to use the new method of adding eventsMichael Cullum2012-08-011-15/+5
| * | [feature/events] Adding ledge group_set_user_defaultJoas Schilling2012-08-011-1/+6
| * | [feature/events] Adding ledge group_user_delJoas Schilling2012-08-011-1/+6
| * | [feature/events] Adding ledge group_deleteJoas Schilling2012-08-011-1/+6
| * | [feature/events] Adding ledges user_deleteJoas Schilling2012-08-011-1/+6
| * | [feature/events] Adding ledge user_update_nameJoas Schilling2012-08-011-1/+6
| |/
| * [feature/new-tz-handling] Add previous selected value to validation if validJoas Schilling2012-07-191-1/+1
| * [feature/new-tz-handling] Rename $user->tz back to $user->timezoneJoas Schilling2012-07-181-1/+1
| * [feature/new-tz-handling] Allow phpbb prefix for user data validation functionsJoas Schilling2012-07-161-4/+15
| * [feature/new-tz-handling] Replace gmmktime() and mktime() with phpbb_datetimeJoas Schilling2012-06-181-3/+4
| * [feature/new-tz-handling] Fix selecting and validating of timezone in UCPJoas Schilling2012-06-181-0/+16
| * Merge branch 'develop-olympus' into developAndreas Fischer2012-05-141-54/+4
| |\
| | * Merge branch 'ticket/10605' into develop-olympusAndreas Fischer2012-05-141-54/+4
| | |\
| | | * [ticket/10605] Prefix function with phpbb_ and use true instead of 1Joas Schilling2012-03-121-2/+2
| | | * [ticket/10605] Check for orphan privmsgs when deleting a userJoas Schilling2012-02-181-54/+4
| * | | Merge branch 'develop-olympus' into developAndreas Fischer2012-04-081-0/+21
| |\ \ \ | | |/ /
| | * | [ticket/10561] Added function desc for phpbb_style_is_active()Hari Sankar R2012-04-091-0/+2
| | * | [ticket/10561] Reverted to phpbb_style_is_active()Hari Sankar R2012-04-071-1/+1
| | * | [ticket/10561] Moved and renamed the funtion validate_style().Hari Sankar R2012-04-051-0/+19
| * | | Merge branch 'develop-olympus' into developAndreas Fischer2012-03-221-0/+33
| |\ \ \ | | |/ /
| | * | [ticket/10684] Adjust function and parameter name, minor changes.rxu2012-03-221-5/+5
| | * | [ticket/10684] Rename function phpbb_get_banned_users_ids() parameterrxu2012-03-121-4/+4
| | * | [ticket/10684] Adjust pm_notifications() to handle stale bansrxu2012-03-121-5/+9
| | * | [ticket/10684] Fix 2 typos in comment lines.rxu2012-03-091-1/+1
| | * | [ticket/10684] Send notifications for users with stale bansrxu2012-03-081-0/+29
| | |/
| * | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
| * | [ticket/10345] Add documentation and phpbb_ prefix to the new avatar functionsJoas Schilling2011-11-301-6/+18
| * | [ticket/10345] Use the plural function in some more places.Joas Schilling2011-11-251-4/+27
| * | [ticket/10329] Add phpbb_ prefix to new pcre_utf8_support() function.Andreas Fischer2011-08-211-2/+2
* | | [feature/prune-users] Use empty for checking array size.Oleg Pudeyev2012-04-191-1/+1