aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15803] Change 'object' to 'bool'Kailey Truscott2018-09-251-4/+4
| | | | PHPBB3-15803
* [ticket/15803] Global $phpbb_dispatcherkinerity2018-09-231-1/+1
| | | | PHPBB3-15803
* [ticket/15803] Fix since versionkinerity2018-09-231-1/+1
| | | | PHPBB3-15803
* [ticket/15803] Add events on ucp_pm_compose for additional message list actionskinerity2018-09-221-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/15751Marc Alexander2018-09-171-2/+5
|\ | | | | | | [ticket/15751] Fix warning when update with CLI
| * [ticket/15751] Fix warning when update with CLIRubén Calvo2018-08-091-2/+5
| | | | | | | | PHPBB3-15751
* | Merge pull request #5292 from rubencm/ticket/15723Marc Alexander2018-09-171-8/+21
|\ \ | | | | | | | | | [ticket/15723] Rewrite gen_rand_string() and gen_rand_string_friendly()
| * | [ticket/15723] Rewrite unique_id tooRubén Calvo2018-08-081-1/+1
| | | | | | | | | | | | PHPBB3-15723
| * | [ticket/15723] Rewrite gen_rand_string() and gen_rand_string_friendly()Rubén Calvo2018-07-141-7/+20
| |/ | | | | | | PHPBB3-15723
* | Merge pull request #5312 from senky/ticket/15541Marc Alexander2018-09-161-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_setupJakub Senko2018-08-011-0/+3
| |/ | | | | | | PHPBB3-15541
* | Merge pull request #5309 from Zoddo/ticket/15737Marc Alexander2018-09-161-1/+3
|\ \ | | | | | | | | | [ticket/15737] Add $user_rows to core.delete_user_before
| * | [ticket/15737] Add $user_rows to core.delete_user_beforeZoddo2018-07-301-1/+3
| | | | | | | | | | | | | | | | | | It was added to core.delete_user_after in GH-4905 PHPBB3-15737
* | | Merge pull request #5307 from Zoddo/ticket/15735Marc Alexander2018-09-165-0/+35
|\ \ \ | | | | | | | | | | | | [ticket/15735] Add *_content_after template event
| * | | [ticket/15735] Add viewtopic_body_postrow_content_after template eventZoddo2018-07-302-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 eventZoddo2018-07-302-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 eventZoddo2018-07-302-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 eventZoddo2018-07-292-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/11453Marc Alexander2018-09-162-4/+6
|\ \ \ | | | | | | | | | | | | [ticket/11453] Improve performance of notification.method.messenger_base
| * | | [ticket/11453] Improve performance of notification.method.messenger_baseJakub Senko2018-07-272-4/+6
| | |/ | |/| | | | | | | PHPBB3-11453
* | | Merge pull request #5295 from v12mike/ticket/15726Marc Alexander2018-09-162-1/+22
|\ \ \ | | | | | | | | | | | | Ticket/15726 Implement selective purge in APCu cache driver
| * | | [ticket/15726] Implement selective purge in APCuv12mike2018-09-161-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | fix indentation of comment PHPBB3-15726
| * | | [ticket/15726] Implement selective purge in APCu cache driverv12mike2018-09-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Edit comment PHPBB3-15726
| * | | [ticket/15726] Implement selective purge in APCu cache driverv12mike2018-09-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Fix whitespace PHPBB3-15726
| * | | [ticket/15726] Implement selective purge in APCu cache driverv12mike2018-09-162-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | Correcting code formatting and whitespace PHPBB3-15726
| * | | [ticket/15726] Implement selective purge in APCu cache driverv12mike2018-09-162-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | fix file permissions PHPBB3-15726
| * | | [ticket/15726] Implement selective purge in APCu cache driverv12mike2018-09-161-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | Fix whitespace PHPBB3-15726
| * | | [ticket/15726] Implement selective purge in APCu cache driverv12mike2018-09-162-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/15733Marc Alexander2018-09-164-15/+4
|\ \ \ | | | | | | | | | | | | [ticket/15733] Remove unused code related to deprecated flood control
| * | | [ticket/15733] Fix undeclared variable concatenationMikelAlejoBR2018-07-291-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15733
| * | | [ticket/15733] Correct "changed" tag version to 3.2.4-RC1MikelAlejoBR2018-07-291-2/+2
| | | | | | | | | | | | | | | | PHPBB3-15733
| * | | [ticket/15733] Merge related ticket PHPBB3-15697Mikel Alejo2018-07-291-3/+1
| |\ \ \ | | | | | | | | | | | | | | | PHPBB3-15733
| | * | | [ticket/15697] Remove unused variable and corresponding input fieldMikelAlejoBR2018-07-281-2/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-15697
| | * | | [ticket/15697] Remove hard coded time check when sending PMsMikelAlejoBR2018-07-231-1/+1
| | |/ / | | | | | | | | | | | | PHPBB3-15697
| * | | [ticket/15733] Add "changed" tag to the corresponding comment blocksMikelAlejoBR2018-07-281-0/+2
| | | | | | | | | | | | | | | | PHPBB3-15733
| * | | [ticket/15733] Remove unused code related to deprecated flood controlMikelAlejoBR2018-07-283-11/+0
| |/ / | | | | | | | | | PHPBB3-15733
* | | Merge pull request #5362 from hubaishan/ticket/15791Derky2018-09-161-2/+3
|\ \ \ | | | | | | | | | | | | [ticket/15791] fix php 7.2 count() bug in memory cache driver
| * | | [ticket/15791] php 7.2 count() bug in memory cache driverhubaishan2018-09-161-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/15590Marc Alexander2018-09-161-1/+35
|\ \ \ \ | |/ / / |/| | | | | | | [ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_after
| * | | [ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_afterkasimi2018-07-081-2/+2
| | | | | | | | | | | | | | | | PHPBB3-15590
| * | | [ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_afterkasimi2018-03-161-1/+35
| | | | | | | | | | | | | | | | PHPBB3-15590
* | | | Merge pull request #5325 from hubaishan/ticket/15612Marc Alexander2018-09-151-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15612] Fix PHP7.2 count() bug in MSSQL driver
| * | | | [ticket/15612] Fix PHP7.2 count() bug in MSSQL driverhubaishan2018-08-251-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/15721Tristan Darricau2018-09-151-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15721] Make plupload more versatile
| * | | | | [ticket/15721] Make plupload more versatileJakub Senko2018-09-061-1/+1
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-15721
* | | | | Merge pull request #5350 from Elsensee/ticket/15767Tristan Darricau2018-09-151-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15767] Fix effictively_installed condition for oauth_tokens
| * | | | | [ticket/15767] Fix effictively_installed condition for oauth_tokensOliver Schramm2018-09-131-1/+1
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-15767
* | | | | Merge pull request #5352 from senky/ticket/15744-2Derky2018-09-151-4/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15744] Remove useless sql_freeresults
| * | | | | [ticket/15744] Remove useless sql_freeresultsJakub Senko2018-09-131-4/+2
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-15744
* | | | | Merge pull request #5339 from senky/ticket/15748Derky2018-09-151-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15748] Fix toggle alt text