Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15803] Change 'object' to 'bool' | Kailey Truscott | 2018-09-25 | 1 | -4/+4 |
| | | | | PHPBB3-15803 | ||||
* | [ticket/15803] Global $phpbb_dispatcher | kinerity | 2018-09-23 | 1 | -1/+1 |
| | | | | PHPBB3-15803 | ||||
* | [ticket/15803] Fix since version | kinerity | 2018-09-23 | 1 | -1/+1 |
| | | | | PHPBB3-15803 | ||||
* | [ticket/15803] Add events on ucp_pm_compose for additional message list actions | kinerity | 2018-09-22 | 1 | -0/+15 |
| | | | | | | | Event added for the handle_message_list_actions() function in ucp_pm_compose so that extensions can perform additional actions. PHPBB3-15803 | ||||
* | Merge pull request #5319 from rubencm/ticket/15751 | Marc Alexander | 2018-09-17 | 1 | -2/+5 |
|\ | | | | | | | [ticket/15751] Fix warning when update with CLI | ||||
| * | [ticket/15751] Fix warning when update with CLI | Rubén Calvo | 2018-08-09 | 1 | -2/+5 |
| | | | | | | | | PHPBB3-15751 | ||||
* | | Merge pull request #5292 from rubencm/ticket/15723 | Marc Alexander | 2018-09-17 | 1 | -8/+21 |
|\ \ | | | | | | | | | | [ticket/15723] Rewrite gen_rand_string() and gen_rand_string_friendly() | ||||
| * | | [ticket/15723] Rewrite unique_id too | Rubén Calvo | 2018-08-08 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-15723 | ||||
| * | | [ticket/15723] Rewrite gen_rand_string() and gen_rand_string_friendly() | Rubén Calvo | 2018-07-14 | 1 | -7/+20 |
| |/ | | | | | | | PHPBB3-15723 | ||||
* | | Merge pull request #5312 from senky/ticket/15541 | Marc Alexander | 2018-09-16 | 1 | -0/+3 |
|\ \ | | | | | | | | | | [ticket/15541] Explicitly explain how to add lang files in core.user_… | ||||
| * | | [ticket/15541] Explicitly explain how to add lang files in core.user_setup | Jakub Senko | 2018-08-01 | 1 | -0/+3 |
| |/ | | | | | | | PHPBB3-15541 | ||||
* | | Merge pull request #5309 from Zoddo/ticket/15737 | Marc Alexander | 2018-09-16 | 1 | -1/+3 |
|\ \ | | | | | | | | | | [ticket/15737] Add $user_rows to core.delete_user_before | ||||
| * | | [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 | ||||
* | | | Merge pull request #5307 from Zoddo/ticket/15735 | Marc Alexander | 2018-09-16 | 5 | -0/+35 |
|\ \ \ | | | | | | | | | | | | | [ticket/15735] Add *_content_after template event | ||||
| * | | | [ticket/15735] Add viewtopic_body_postrow_content_after template event | Zoddo | 2018-07-30 | 2 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for extensions who adds information at the end of the message (such as moderator messages). PHPBB3-15735 | ||||
| * | | | [ticket/15735] Add search_results_content_after template event | Zoddo | 2018-07-30 | 2 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for extensions who adds information at the end of the message (such as moderator messages). PHPBB3-15735 | ||||
| * | | | [ticket/15735] Add posting_topic_review_row_content_after template event | Zoddo | 2018-07-30 | 2 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for extensions who adds information at the end of the message (such as moderator messages). PHPBB3-15735 | ||||
| * | | | [ticket/15735] Add posting_preview_content_after template event | Zoddo | 2018-07-29 | 2 | -0/+9 |
| |/ / | | | | | | | | | | | | | | | | | | | Needed for extensions who adds information at the end of the message (such as moderator messages). PHPBB3-15735 | ||||
* | | | Merge pull request #5300 from senky/ticket/11453 | Marc Alexander | 2018-09-16 | 2 | -4/+6 |
|\ \ \ | | | | | | | | | | | | | [ticket/11453] Improve performance of notification.method.messenger_base | ||||
| * | | | [ticket/11453] Improve performance of notification.method.messenger_base | Jakub Senko | 2018-07-27 | 2 | -4/+6 |
| | |/ | |/| | | | | | | | PHPBB3-11453 | ||||
* | | | Merge pull request #5295 from v12mike/ticket/15726 | Marc Alexander | 2018-09-16 | 2 | -1/+22 |
|\ \ \ | | | | | | | | | | | | | Ticket/15726 Implement selective purge in APCu cache driver | ||||
| * | | | [ticket/15726] Implement selective purge in APCu | v12mike | 2018-09-16 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | fix indentation of comment PHPBB3-15726 | ||||
| * | | | [ticket/15726] Implement selective purge in APCu cache driver | v12mike | 2018-09-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Edit comment PHPBB3-15726 | ||||
| * | | | [ticket/15726] Implement selective purge in APCu cache driver | v12mike | 2018-09-16 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fix whitespace PHPBB3-15726 | ||||
| * | | | [ticket/15726] Implement selective purge in APCu cache driver | v12mike | 2018-09-16 | 2 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Correcting code formatting and whitespace PHPBB3-15726 | ||||
| * | | | [ticket/15726] Implement selective purge in APCu cache driver | v12mike | 2018-09-16 | 2 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | fix file permissions PHPBB3-15726 | ||||
| * | | | [ticket/15726] Implement selective purge in APCu cache driver | v12mike | 2018-09-16 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fix whitespace PHPBB3-15726 | ||||
| * | | | [ticket/15726] Implement selective purge in APCu cache driver | v12mike | 2018-09-16 | 2 | -1/+22 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current APCu cache driver implements a global clearing of the APCu when the phpBB cache is purged. This is inappropriate if there are other phpBB boards, or other php applications sharing the APCu cache. This patch changes the behviour so that only cache entries matching the key_prefix of this board are cleared by a phpBB cache purge. The APCu unit test script has been updated to test this behaviour. It has also been updated so that the test case can be run individually previously it relied on initialisations made in other test scripts. PHPBB3-15726 | ||||
* | | | Merge pull request #5305 from MikelAlejoBR/ticket/15733 | Marc Alexander | 2018-09-16 | 4 | -15/+4 |
|\ \ \ | | | | | | | | | | | | | [ticket/15733] Remove unused code related to deprecated flood control | ||||
| * | | | [ticket/15733] Fix undeclared variable concatenation | MikelAlejoBR | 2018-07-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-15733 | ||||
| * | | | [ticket/15733] Correct "changed" tag version to 3.2.4-RC1 | MikelAlejoBR | 2018-07-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-15733 | ||||
| * | | | [ticket/15733] Merge related ticket PHPBB3-15697 | Mikel Alejo | 2018-07-29 | 1 | -3/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | PHPBB3-15733 | ||||
| | * | | | [ticket/15697] Remove unused variable and corresponding input field | MikelAlejoBR | 2018-07-28 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-15697 | ||||
| | * | | | [ticket/15697] Remove hard coded time check when sending PMs | MikelAlejoBR | 2018-07-23 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | | | | PHPBB3-15697 | ||||
| * | | | [ticket/15733] Add "changed" tag to the corresponding comment blocks | MikelAlejoBR | 2018-07-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-15733 | ||||
| * | | | [ticket/15733] Remove unused code related to deprecated flood control | MikelAlejoBR | 2018-07-28 | 3 | -11/+0 |
| |/ / | | | | | | | | | | PHPBB3-15733 | ||||
* | | | Merge pull request #5362 from hubaishan/ticket/15791 | Derky | 2018-09-16 | 1 | -2/+3 |
|\ \ \ | | | | | | | | | | | | | [ticket/15791] fix php 7.2 count() bug in memory cache driver | ||||
| * | | | [ticket/15791] php 7.2 count() bug in memory cache driver | hubaishan | 2018-09-16 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | function `_read` in classes inherted from `memory` may returns `false` but `$vars` must be an array PHPBB3-15791 | ||||
* | | | | Merge pull request #5160 from kasimi/ticket/15590 | Marc Alexander | 2018-09-16 | 1 | -1/+35 |
|\ \ \ \ | |/ / / |/| | | | | | | | [ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_after | ||||
| * | | | [ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_after | kasimi | 2018-07-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-15590 | ||||
| * | | | [ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_after | kasimi | 2018-03-16 | 1 | -1/+35 |
| | | | | | | | | | | | | | | | | PHPBB3-15590 | ||||
* | | | | Merge pull request #5325 from hubaishan/ticket/15612 | Marc Alexander | 2018-09-15 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15612] Fix PHP7.2 count() bug in MSSQL driver | ||||
| * | | | | [ticket/15612] Fix PHP7.2 count() bug in MSSQL driver | hubaishan | 2018-08-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sqlsrv_fetch_array() function returns an array when data found, null when no data or false on error. So we need to change null to false only. PHPBB3-15612 | ||||
* | | | | | Merge pull request #5342 from senky/ticket/15721 | Tristan Darricau | 2018-09-15 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15721] Make plupload more versatile | ||||
| * | | | | | [ticket/15721] Make plupload more versatile | Jakub Senko | 2018-09-06 | 1 | -1/+1 |
| |/ / / / | | | | | | | | | | | | | | | | PHPBB3-15721 | ||||
* | | | | | Merge pull request #5350 from Elsensee/ticket/15767 | Tristan Darricau | 2018-09-15 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15767] Fix effictively_installed condition for oauth_tokens | ||||
| * | | | | | [ticket/15767] Fix effictively_installed condition for oauth_tokens | Oliver Schramm | 2018-09-13 | 1 | -1/+1 |
| |/ / / / | | | | | | | | | | | | | | | | PHPBB3-15767 | ||||
* | | | | | Merge pull request #5352 from senky/ticket/15744-2 | Derky | 2018-09-15 | 1 | -4/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15744] Remove useless sql_freeresults | ||||
| * | | | | | [ticket/15744] Remove useless sql_freeresults | Jakub Senko | 2018-09-13 | 1 | -4/+2 |
| |/ / / / | | | | | | | | | | | | | | | | PHPBB3-15744 | ||||
* | | | | | Merge pull request #5339 from senky/ticket/15748 | Derky | 2018-09-15 | 1 | -3/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15748] Fix toggle alt text |