aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
* | | [feature/prune-users] Use a map instead of performing array scans.Oleg Pudeyev2012-04-191-2/+4
* | | [feature/prune-users] Fix incorrect condition when deleting log entries.Oleg Pudeyev2012-04-191-1/+1
* | | [feature/prune-users] Non-cosmetic changes per bantu's review.Oleg Pudeyev2012-04-191-6/+5
* | | [feature/prune-users] Cosmetic changes per bantu's review.Oleg Pudeyev2012-03-251-5/+4
* | | [feature/prune_users] Moved set_config_count out of user loop.Oleg Pudeyev2011-05-081-1/+8
* | | [feature/prune-users] Fixed user id check in undelivered users loop.Oleg Pudeyev2011-05-081-1/+1
* | | [feature/prune-users] Call sql_is_set once for author ids in user_delete.Oleg Pudeyev2011-05-081-4/+6
* | | [feature/prune-users] Replaced missed occurrences of $user_id with $user_ids.Oleg Pudeyev2011-05-081-2/+2
* | | [feature/prune-users] Call sql_is_set for user ids once in user_delete.Oleg Pudeyev2011-05-081-7/+9
* | | Merge branch 'develop' into feature/prune-usersOleg Pudeyev2011-05-081-20/+114
|\ \ \ | |/ /
| * | Merge branch 'develop-olympus' into developOleg Pudeyev2011-04-101-6/+6
| |\ \ | | |/
| | * [ticket/10128] Pass E_USER_WARNING to trigger_error() calls from user_ban().Andreas Fischer2011-04-111-6/+6
| * | Merge branch 'develop-olympus' into developAndreas Fischer2011-04-011-14/+12
| |\ \ | | |/
| | * [ticket/9751] Add shortcut logic for pass_complex == PASS_TYPE_ANY.Andreas Fischer2011-04-011-4/+2
| | * [ticket/9751] Compare $password with empty string instead of casting it to boolAndreas Fischer2011-04-011-1/+1
| | * [ticket/9751] Use a switch/case block without break for password complexity.Andreas Fischer2011-04-011-11/+13
| | * [ticket/9751] Password requirement "Must contain letters and numbers" failsrxu2011-04-011-4/+2
| * | Merge branch 'develop-olympus' into developOleg Pudeyev2011-03-111-0/+25
| |\ \ | | |/
| | * [ticket/9970] Rename validate_language() to validate_language_iso_name().Andreas Fischer2011-03-071-6/+6
| | * [ticket/9970] Check whether language pack is installed.Andreas Fischer2011-03-071-19/+14
| | * [ticket/9970] User language input is checked for existanceJosh Woody2011-03-071-0/+30
| * | Merge branch 'ticket/9549' into developOleg Pudeyev2011-03-011-0/+71
| |\ \
| | * | [ticket/9549] Only add group to legend/teampage when the checkbox is checked.Joas Schilling2011-02-171-2/+2
| | * | [ticket/9549] Make the class non static and extend delete_group function.Joas Schilling2011-02-161-15/+19
| | * | [ticket/9549] Add the module and files for the ACP.Joas Schilling2011-02-161-0/+67
| * | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-02-241-38/+0
| |\ \ \ | | |/ / | |/| / | | |/
| | * [ticket/9872] Removed some useless code that broke delete_postsCallum Macrae2011-02-241-38/+0
* | | [feature/prune-users] Apply e6ed55a9c1ceb07ab2e87d4a53f9e688fda319c5.Oleg Pudeyev2011-05-081-40/+1
* | | [feature/prune-users] Rework user_delete() functions_user.phpJosh Woody2011-05-081-118/+147
|/ /
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-01-101-1/+1
|\ \ | |/
| * [ticket/9764] Allow $config['mime_triggers'] to be an empty string.Andreas Fischer2010-10-281-1/+1