Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -12/+7 | |
| | | | | | | | | | | | | This is part 5 and there is more to come. PHPBB3-13454 | |||||
* | | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | This is the first part of the changes. More to come. PHPBB3-13454 | |||||
* | | [ticket/14350] Remove duplicate semi-colon in functions_user | Marc Alexander | 2015-12-08 | 1 | -1/+1 | |
| | | | | | | | | PHPBB3-14350 | |||||
* | | Merge branch '3.1.x' | Tristan Darricau | 2015-12-08 | 1 | -1/+21 | |
|\ \ | |/ | | | | | | | | | | | | | | | * 3.1.x: [ticket/14213] Add pending to core.group_add_user_after [ticket/14213] Mv event group_add_user_after after cache cleaning [ticket/14213] Fix version number [ticket/14213] Adding missing reference to event dispatcher [ticket/14213] Adding event after users have been added to a group | |||||
| * | [ticket/14213] Add pending to core.group_add_user_after | Marc Alexander | 2015-12-08 | 1 | -1/+8 | |
| | | | | | | | | PHPBB3-14213 | |||||
| * | [ticket/14213] Mv event group_add_user_after after cache cleaning | Wardormeur | 2015-12-07 | 1 | -12/+13 | |
| | | | | | | | | | | | | In order to match with the rest of the event and to have appropriate info state PHPBB3-14213 | |||||
| * | [ticket/14213] Fix version number | Wardormeur | 2015-12-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | for core.group_add_user_after event PHPBB3-14213 | |||||
| * | [ticket/14213] Adding missing reference to event dispatcher | Wardormeur | 2015-12-07 | 1 | -2/+2 | |
| | | | | | | | | | | | | Required to dispatch event, wasn't included into global PHPBB3-14213 | |||||
| * | [ticket/14213] Adding event after users have been added to a group | Wardormeur | 2015-12-07 | 1 | -0/+12 | |
| | | | | | | | | | | | | Allow mapping with others CMS by exposing user configuration & changes PHPBB3-14213 | |||||
* | | Merge branch '3.1.x' | Tristan Darricau | 2015-10-12 | 1 | -0/+13 | |
|\ \ | |/ | | | | | | | | | * 3.1.x: [ticket/14212] Fix version number [ticket/14212] Adding event after users have been removed to a group | |||||
| * | [ticket/14212] Fix version number | Wardormeur | 2015-10-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | for core.group_delete_user_after event PHPBB-14212 | |||||
| * | [ticket/14212] Adding event after users have been removed to a group | Wardormeur | 2015-10-04 | 1 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | | | The idea is to be able to map with others CMS by exposing most commons user configuration & changes. Difference between the event before and after group belonging removal is that users belongs to multiple groups, so that the belonging into a group also depends on the others groups (and not only the deleted one), which is not reflected before as the user is not yet deleted PHPBB-14212 | |||||
* | | [ticket/12143] Avoid no output from get_group_name() | Oliver Schramm | 2015-08-05 | 1 | -1/+1 | |
| | | | | | | | | PHPBB3-12143 | |||||
* | | [ticket/12143] Replace group name output | Oliver Schramm | 2015-08-05 | 1 | -4/+10 | |
| | | | | | | | | | | | | So now we can use translated group names for non-special groups PHPBB3-12143 | |||||
* | | Merge branch '3.1.x' | Andreas Fischer | 2015-06-21 | 1 | -1/+1 | |
|\ \ | |/ | | | | | | | * 3.1.x: [ticket/13948] Correctly forwarding to the RIR for whois feature | |||||
| * | [ticket/13948] Correctly forwarding to the RIR for whois feature | rxu | 2015-06-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | Allow any space count in the ReferralServer string for whois services response. PHPBB3-13948 | |||||
* | | Merge branch '3.1.x' | Joas Schilling | 2015-06-04 | 1 | -0/+35 | |
|\ \ | |/ | ||||||
| * | [ticket/13564] Try to unlink user account for every auth provider | Marc Alexander | 2015-03-24 | 1 | -0/+35 | |
| | | | | | | | | PHPBB3-13564 | |||||
* | | [ticket/13614] Removed code that relies on phpbb_pcre_utf8_support() | JoshyPHP | 2015-05-11 | 1 | -101/+11 | |
| | | | | | | | | | | | | Removed all calls to phpbb_pcre_utf8_support() as well as unreachable code. PHPBB3-13614 | |||||
* | | [ticket/13762] Moving language related functionality into a separate class | MateBartus | 2015-05-02 | 1 | -1/+1 | |
| | | | | | | | | PHPBB3-13762 | |||||
* | | Merge branch '3.1.x' | Joas Schilling | 2015-02-20 | 1 | -1/+4 | |
|\ \ | |/ | ||||||
| * | Merge pull request #3277 from dhruvgoel92/ticket/13472 | Joas Schilling | 2015-02-20 | 1 | -1/+4 | |
| |\ | | | | | | | | | | [ticket/13472] Delete admin activation notification when deleting user | |||||
| | * | [ticket/13472] Delete admin activation notification when deleting user | Dhruv | 2015-01-11 | 1 | -1/+4 | |
| | | | | | | | | | | | | PHPBB3-13472 | |||||
* | | | Merge branch 'develop-ascraeus' into develop | Andreas Fischer | 2015-02-11 | 1 | -4/+4 | |
|\ \ \ | |/ / | | | | | | | | | | * develop-ascraeus: [ticket/13597] Modify variable-variable syntax to be compatible with PHP7 | |||||
| * | | [ticket/13597] Modify variable-variable syntax to be compatible with PHP7 | Marc Alexander | 2015-02-11 | 1 | -4/+4 | |
| | | | | | | | | | | | | PHPBB3-13597 | |||||
* | | | Merge pull request #3281 from MGaetan89/ticket/13496 | Andreas Fischer | 2015-02-03 | 1 | -4/+4 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13496] Change set_config_count() calls with $config->increment() * MGaetan89/ticket/13496: [ticket/13496] Update calls to `set_config_count()` | |||||
| * | | | [ticket/13496] Update calls to `set_config_count()` | Gaëtan Muller | 2015-02-02 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | PHPBB3-13496 | |||||
* | | | | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2015-02-02 | 1 | -1/+31 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | ||||||
| * | | [ticket/13336] Add core events to the function user_active_flip() | rxu | 2015-01-23 | 1 | -1/+31 | |
| |/ | | | | | | | | | | | | | | | Add core events to the function user_active_flip() in includes/functions_user.php to allow checking/modifying data while activating/deactivating users. PHPBB3-13336 | |||||
* | | [ticket/13494] Update calls to `set_config()` | Gaëtan Muller | 2015-02-02 | 1 | -13/+11 | |
| | | | | | | | | PHPBB3-13494 | |||||
* | | [ticket/13468] Update calls to `add_log()` | Gaëtan Muller | 2015-01-27 | 1 | -19/+35 | |
| | | | | | | | | PHPBB3-13468 | |||||
* | | [ticket/13450] Type-hint return value of $phpbb_container->get() | Gaëtan Muller | 2015-01-12 | 1 | -0/+11 | |
|/ | | | | PHPBB3-13450 | |||||
* | [ticket/13207] Move default user notifications settings to user_add() | Marc Alexander | 2014-10-25 | 1 | -2/+17 | |
| | | | | PHPBB3-13207 | |||||
* | [ticket/13207] Add default subscription options for newly registered users | Marc Alexander | 2014-10-25 | 1 | -1/+12 | |
| | | | | PHPBB3-13207 | |||||
* | Merge pull request #2984 from nickvergessen/ticket/10729-asc | Marc Alexander | 2014-09-23 | 1 | -9/+32 | |
|\ | | | | | | | [3.1][ticket/10729] Update editor information when user being deleted | |||||
| * | Merge branch 'ticket/10729' into ticket/10729-asc | Joas Schilling | 2014-09-23 | 1 | -4/+8 | |
| |\ | | | | | | | | | | | | | Conflicts: phpBB/includes/functions_user.php | |||||
| | * | [ticket/10729] Fix doc block for user_delete | Joas Schilling | 2014-09-22 | 1 | -3/+8 | |
| | | | | | | | | | | | | PHPBB3-10729 | |||||
| * | | [ticket/10729] Update *_delete_user when user being deleted | Oliver Schramm | 2014-07-18 | 1 | -0/+12 | |
| | | | | | | | | | | | | PHPBB3-10729 | |||||
| * | | Merge branch 'ticket/10729' into ticket/10729-2 | Oliver Schramm | 2014-07-18 | 1 | -5/+12 | |
| |\ \ | | |/ | | | | | | | | | | Conflicts: phpBB/includes/functions_user.php | |||||
| | * | [ticket/10729] Update message_edit_user when user being deleted | Oliver Schramm | 2014-07-18 | 1 | -0/+6 | |
| | | | | | | | | | | | | PHPBB3-10729 | |||||
| | * | [ticket/10729] Update post_edit_user when user being deleted | Oliver Schramm | 2014-07-17 | 1 | -5/+6 | |
| | | | | | | | | | | | | PHPBB3-10729 | |||||
* | | | [ticket/12990] Use the full services name for the notification's types | Tristan Darricau | 2014-08-16 | 1 | -4/+4 | |
|/ / | | | | | | | PHPBB3-12990 | |||||
* | | Merge pull request #2697 from n-aleha/ticket/12816 | Andreas Fischer | 2014-07-07 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | | | | | | | | | | [ticket/12816] Fix comment about logs in user_ban function * n-aleha/ticket/12816: [ticket/12816] Fix comment about logs in user_ban function | |||||
| * | | [ticket/12816] Fix comment about logs in user_ban function | n-aleha | 2014-07-05 | 1 | -1/+1 | |
| |/ | | | | | | | PHPBB3-12816 | |||||
* | | [ticket/12612] Prefix custom UCP module function with phpbb_ | Joas Schilling | 2014-06-23 | 1 | -1/+1 | |
| | | | | | | | | PHPBB3-12612 | |||||
* | | Merge remote-tracking branch 'github-nickvergessen/ticket/12612-ascraeus' ↵ | Nils Adermann | 2014-06-23 | 1 | -0/+20 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into develop-ascraeus * github-nickvergessen/ticket/12612-ascraeus: [ticket/12612] Move functions from mcp.php to functions_mcp.php [ticket/12612] Move function from ucp.php to functions_user.php [ticket/12612] Move functions from memberlist.php to functions_display.php [ticket/12612] Move functions from posting.php to functions_posting.php | |||||
| * | | [ticket/12612] Move function from ucp.php to functions_user.php | Joas Schilling | 2014-06-18 | 1 | -0/+20 | |
| | | | | | | | | | | | | PHPBB3-12612 | |||||
* | | | [ticket/12761] Remove the execute bit from functions_user.php | n-aleha | 2014-06-23 | 1 | -0/+0 | |
| | | | | | | | | | | | | PHPBB3-12761 | |||||
* | | | [ticket/12701] Add change | Stanislav Atanasov | 2014-06-22 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | Change back to since Add change PHPBB3-12701 | |||||
* | | | [ticket/12701] Rmove before event and expand modify_data | Stanislav Atanasov | 2014-06-22 | 1 | -13/+4 | |
| | | | | | | | | | | | | | | | | | | | | | Removing core.user_add_before Adding $user_row and $cp_data to core.user_add_modify_data PHPBB3-12701 |