| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
function `_read` in classes inherted from `memory`
may returns `false` but `$vars` must be an array
PHPBB3-15791
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/15612] Fix PHP7.2 count() bug in MSSQL driver
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | |
| | | | | | |
[ticket/15767] Fix effictively_installed condition for oauth_tokens
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-15767
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | | |
[ticket/15744] Remove useless sql_freeresults
|
| |/ / /
| | | |
| | | |
| | | | |
PHPBB3-15744
|
|\ \ \ \
| |/ / /
|/| | | |
|
| | | | |
|
|\ \ \ \
| |/ / / |
|
| | | | |
|
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| | |
| | |
| | |
| | | |
PHPBB3-11847
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/15678] Fix build and cache flow for container
* github.com:/phpbb/phpbb:
[ticket/15678] Fix build and cache flow for container
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/15659] Fix retrieve_block_vars()
* github.com:/phpbb/phpbb:
[ticket/15659] Fix retrieve_block_vars()
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15659
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/15666] Language system is not fully supported in Twig
* github.com:/phpbb/phpbb:
[ticket/15666] Fix array key in twig lang() call
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-15666
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[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
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-15620
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/15651] Remove unnecessary condition
* github.com:/phpbb/phpbb:
[ticket/15651] Remove unnecessary condition
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
module.remove internally check if the module exists
PHPBB3-15651
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[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'
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-15696
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[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
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15637
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15637
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15637
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15637
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15637
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15637
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[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
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15583
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15583
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | |
| | | | | | |
[ticket/15678] Fix PHP warning in filesystem.php
|
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
PHPBB3-15678
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | | |
[ticket/15586] Fixed adding module the automatic way without specifying modes
|
| | |/ /
| |/| |
| | | |
| | | | |
PHPBB3-15586
|
| |/ /
|/| |
| | |
| | | |
PHPBB3-15504
|
|\ \ \
| | | |
| | | |
| | | | |
[ticket/15595] Fix module exists tool when ignoring parent check
|
| | |/
| |/|
| | |
| | | |
PHPBB3-15595
|
|/ / |
|
|\ \
| | |
| | |
| | | |
[ticket/15570] Allow file downloader to use TLS greater than 1.0
|
| |/
| |
| |
| | |
PHPBB3-15570
|
|\ \
| | |
| | |
| | | |
[ticket/15561] Add events for adding columns to search index
|
| |/
| |
| |
| | |
PHPBB3-15561
|
|\ \
| | |
| | |
| | | |
[ticket/15563] Check if database file is writable only if exists
|
| | |
| | |
| | |
| | | |
PHPBB3-15563
|