aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | [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
* | | | | | Merge pull request #5233 from rxu/ticket/15678Marc Alexander2018-06-201-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | [ticket/15678] Fix PHP warning in filesystem.php
| * | | | | [ticket/15678] Fix PHP warning in filesystem.phprxu2018-06-011-1/+1
| | |_|_|/ | |/| | | | | | | | | | | | | PHPBB3-15678
* | | | | Merge pull request #5158 from kasimi/ticket/15586Marc Alexander2018-06-171-6/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | [ticket/15586] Fixed adding module the automatic way without specifying modes
| * | | | [ticket/15586] Fixed adding module the automatic way without specifying modeskasimi2018-03-111-6/+0
| | |/ / | |/| | | | | | | | | | PHPBB3-15586
* | | | [ticket/15504] Fix warning messageRubén Calvo2018-05-251-2/+2
| |/ / |/| | | | | | | | PHPBB3-15504
* | | Merge pull request #5163 from VSEphpbb/ticket/15595Marc Alexander2018-03-261-2/+7
|\ \ \ | | | | | | | | | | | | [ticket/15595] Fix module exists tool when ignoring parent check
| * | | [ticket/15595] Fix module exists tool when parent is falseMatt Friedman2018-03-191-2/+7
| | |/ | |/| | | | | | | PHPBB3-15595
* | | [prep-release-3.2.3] Add migration for 3.2.3-RC1Marc Alexander2018-02-281-0/+36
|/ /
* | Merge pull request #5146 from kasimi/ticket/15570Marc Alexander2018-02-281-1/+1
|\ \ | | | | | | | | | [ticket/15570] Allow file downloader to use TLS greater than 1.0
| * | [ticket/15570] Allow file downloader to use TLS greater than 1.0kasimi2018-02-251-1/+1
| |/ | | | | | | PHPBB3-15570
* | Merge pull request #5131 from kasimi/ticket/15561Marc Alexander2018-02-223-17/+129
|\ \ | | | | | | | | | [ticket/15561] Add events for adding columns to search index
| * | [ticket/15561] Add events for adding columns to search indexkasimi2018-02-163-17/+129
| |/ | | | | | | PHPBB3-15561
* | Merge pull request #5133 from rubencm/ticket/15563Marc Alexander2018-02-221-1/+1
|\ \ | | | | | | | | | [ticket/15563] Check if database file is writable only if exists
| * | [ticket/15563] Check if database file is writable only if existsRubén Calvo2018-02-171-1/+1
| | | | | | | | | | | | PHPBB3-15563