Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15737] Add $user_rows to core.delete_user_before | Zoddo | 2018-07-30 | 1 | -1/+3 |
| | | | | | | It was added to core.delete_user_after in GH-4905 PHPBB3-15737 | ||||
* | [ticket/14972] Fix sizeof calls | rxu | 2018-01-01 | 1 | -34/+34 |
| | | | | | | | | | | As of PHP 7.2, only arrays and objects implementing the Countable interface should be passed as a count() or sizeof() parameter. See https://github.com/php/php-src/blob/php-7.2.0alpha2/UPGRADING#L197-L198 Also, sizeof() seems to be sheduled for deprecation, see https://wiki.php.net/rfc/deprecations_php_7_2#suggested_deprecations PHPBB3-14972 | ||||
* | [ticket/15486] Add core event to the user_add() to modify notifications data | rxu | 2017-12-19 | 1 | -6/+19 |
| | | | | | | Additionally, fix some typos in two other events docblocks. PHPBB3-15486 | ||||
* | [ticket/15324] Add more core and template events | rxu | 2017-08-16 | 1 | -1/+3 |
| | | | | PHPBB3-15324 | ||||
* | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2017-02-22 | 1 | -4/+6 |
|\ | |||||
| * | [ticket/14927] Put vars on one line | Marc Alexander | 2017-02-21 | 1 | -5/+1 |
| | | | | | | | | PHPBB3-14927 | ||||
| * | [ticket/14927] Corrected order in docblock of event & target version | david63 | 2017-02-21 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-14927 | ||||
| * | [ticket/14927] Add items to core.user_add_modify_data | david63 | 2017-02-21 | 1 | -4/+10 |
| | | | | | | | | PHPBB3-14927 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2017-02-11 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge pull request #4523 from senky/ticket/13429 | Marc Alexander | 2017-02-11 | 1 | -1/+1 |
| |\ | | | | | | | | | | [ticket/13429] Replace @change with @changed in event docblocks | ||||
| | * | [ticket/13429] Replace @change with @changed | Jakub Senko | 2017-01-23 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13429 | ||||
| | * | [ticket/13429] Fix @change tags without description | Jakub Senko | 2016-11-20 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13429 | ||||
* | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-12-28 | 1 | -1/+15 |
|\ \ \ | |/ / | |||||
| * | | [ticket/14119] Add core.user_unban | Jakub Senko | 2016-12-17 | 1 | -1/+15 |
| |/ | | | | | | | PHPBB3-14119 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-11-20 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | [ticket/14842] Don't display filesize limit if there is none | Jakub Senko | 2016-11-15 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14842 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-09-18 | 1 | -1/+23 |
|\ \ | |/ | |||||
| * | [ticket/14781] Add core event to the function group_user_attributes() | rxu | 2016-09-12 | 1 | -1/+23 |
| | | | | | | | | PHPBB3-14781 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-08-01 | 1 | -7/+17 |
|\ \ | |/ | |||||
| * | [ticket/14721] Avoid renaming deleted users | Oliver Schramm | 2016-08-01 | 1 | -7/+17 |
| | | | | | | | | PHPBB3-14721 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Joas Schilling | 2016-02-13 | 1 | -10/+13 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/docs/CHANGELOG.html phpBB/includes/constants.php phpBB/includes/functions_user.php phpBB/install/convertors/convert_phpbb20.php phpBB/install/schemas/schema_data.sql phpBB/styles/prosilver/style.cfg phpBB/styles/subsilver2/style.cfg | ||||
| * | [ticket/14475] Do not log removal of users from newly registered group | Marc Alexander | 2016-02-13 | 1 | -10/+13 |
| | | | | | | | | PHPBB3-14475 | ||||
* | | [ticket/13454] Remove more unused variables | Marc Alexander | 2016-01-06 | 1 | -1/+1 |
| | | | | | | | | | | | | This should be the last part. Off to checking if the changes were correct. PHPBB3-13454 | ||||
* | | [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 |