aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15544] Delete cache through module managerOliver Schramm2018-09-241-2/+2
| | | | | | | | This might fix issues with migrations since the sql cache will be purged as well. In general, this puts all the logic in one place, so that's good. PHPBB3-15544
* 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 #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 #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-161-1/+5
|\ \ | | | | | | | | | 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-161-3/+4
| | | | | | | | | | | | | | | | | | Correcting code formatting and whitespace PHPBB3-15726
| * | [ticket/15726] Implement selective purge in APCu cache driverv12mike2018-09-161-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-161-1/+5
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | [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 #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 #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 branch 'prep-release-3.2.3' into 3.2.xMarc Alexander2018-09-091-0/+37
|\ \ \ | |/ / |/| |
| * | [prep-release-3.2.3] Add 3.2.3 migrationMarc Alexander2018-08-261-0/+37
| | |
* | | Merge branch 'prep-release-3.2.3' into 3.2.xMarc Alexander2018-08-021-0/+36
|\ \ \ | |/ /
| * | [prep-release-3.2.3] Add migration for 3.2.3-RC2Marc Alexander2018-07-301-0/+36
| | |
* | | Merge branch 'prep-release-3.2.3' into 3.2.xMarc Alexander2018-07-301-0/+5
|\ \ \ | |/ / | | / | |/ |/|
| * [ticket/11847] Add depends_on() to auth_provider_oauthJakub Senko2018-07-301-0/+5
| | | | | | | | PHPBB3-11847
* | Merge pull request #5244 from OxCom/ticket/15678Tristan Darricau2018-07-081-0/+7
|\ \ | | | | | | | | | | | | | | | | | | [ticket/15678] Fix build and cache flow for container * github.com:/phpbb/phpbb: [ticket/15678] Fix build and cache flow for container
| * | [ticket/15678] Fix build and cache flow for containerAndrii Afanasiev2018-06-152-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. During procedure of building container we have to check both required files in cache: container_* and autoload_*. This files should be "fresh" and if one of the does not exist then we have to build it and put into a cache one more time. 2. Fix typo 'posic_getuid' does not exist, so $php_uid is alwasy was false. PHPBB3-15678
* | | Merge pull request #5249 from senky/ticket/15659Tristan Darricau2018-07-081-0/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15659] Fix retrieve_block_vars() * github.com:/phpbb/phpbb: [ticket/15659] Fix retrieve_block_vars()
| * | | [ticket/15659] Fix retrieve_block_vars()Jakub Senko2018-07-071-0/+10
| | | | | | | | | | | | | | | | PHPBB3-15659
* | | | Merge pull request #5250 from senky/ticket/15666Tristan Darricau2018-07-081-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15666] Language system is not fully supported in Twig * github.com:/phpbb/phpbb: [ticket/15666] Fix array key in twig lang() call
| * | | | [ticket/15666] Fix array key in twig lang() callJakub Senko2018-06-181-1/+1
| |/ / / | | | | | | | | | | | | PHPBB3-15666
* | | | Merge pull request #5254 from senky/ticket/15620Tristan Darricau2018-07-081-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15620] Use separate local avatar cache file for every lang * github.com:/phpbb/phpbb: [ticket/15620] Use separate local avatar cache file for every lang
| * | | | [ticket/15620] Use separate local avatar cache file for every langJakub Senko2018-06-181-2/+2
| |/ / / | | | | | | | | | | | | PHPBB3-15620
* | | | Merge pull request #5257 from senky/ticket/15651Tristan Darricau2018-07-081-4/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15651] Remove unnecessary condition * github.com:/phpbb/phpbb: [ticket/15651] Remove unnecessary condition
| * | | | [ticket/15651] Remove unnecessary conditionJakub Senko2018-06-181-4/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | module.remove internally check if the module exists PHPBB3-15651
* | | | Merge pull request #5260 from senky/ticket/15696Tristan Darricau2018-07-081-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15696] 'if' module tool should support calling other tools * github.com:/phpbb/phpbb: [ticket/15696] Add tests [ticket/15696] Add support of other tools to 'if'
| * | | | [ticket/15696] Add support of other tools to 'if'Jakub Senko2018-06-191-1/+1
| |/ / / | | | | | | | | | | | | PHPBB3-15696
* | | | Merge pull request #5198 from kasimi/ticket/15637Tristan Darricau2018-07-081-1/+24
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15637] Extract multi-line PHP event descriptions * github.com:/phpbb/phpbb: [ticket/15637] Remove trailing space from description [ticket/15637] Preserve line breaks in event descriptions [ticket/15637] Updated test fixture to include complete event description [ticket/15637] Remove trailing space from description [ticket/15637] Fixed removing white-spaces from description line [ticket/15637] Extract all lines before the first @tag [ticket/15637] Extract multi-line PHP event descriptions
| * | | | [ticket/15637] Remove trailing space from descriptionkasimi2018-07-071-0/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-15637
| * | | | [ticket/15637] Preserve line breaks in event descriptionskasimi2018-07-071-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-15637
| * | | | [ticket/15637] Remove trailing space from descriptionkasimi2018-07-071-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-15637
| * | | | [ticket/15637] Fixed removing white-spaces from description linekasimi2018-07-071-1/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-15637
| * | | | [ticket/15637] Extract all lines before the first @tagkasimi2018-07-071-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-15637
| * | | | [ticket/15637] Extract multi-line PHP event descriptionskasimi2018-04-151-1/+17
| | | | | | | | | | | | | | | | | | | | PHPBB3-15637
* | | | | Merge pull request #5157 from kasimi/ticket/15583Tristan Darricau2018-07-081-3/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15583] Update session time in AJAX request only once a minute * github.com:/phpbb/phpbb: [ticket/15583] Update session time in AJAX request only once a minute [ticket/15583] Update session time in AJAX request only once a minute
| * | | | [ticket/15583] Update session time in AJAX request only once a minutekasimi2018-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-15583
| * | | | [ticket/15583] Update session time in AJAX request only once a minutekasimi2018-03-091-3/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-15583