| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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
|
|\
| |
| |
| | |
[ticket/15751] Fix warning when update with CLI
|
| |
| |
| |
| | |
PHPBB3-15751
|
|\ \
| | |
| | |
| | | |
[ticket/15541] Explicitly explain how to add lang files in core.user_…
|
| |/
| |
| |
| | |
PHPBB3-15541
|
|\ \
| | |
| | |
| | | |
[ticket/11453] Improve performance of notification.method.messenger_base
|
| |/
| |
| |
| | |
PHPBB3-11453
|
|\ \
| | |
| | |
| | | |
Ticket/15726 Implement selective purge in APCu cache driver
|
| | |
| | |
| | |
| | |
| | |
| | | |
fix indentation of comment
PHPBB3-15726
|
| | |
| | |
| | |
| | |
| | |
| | | |
Edit comment
PHPBB3-15726
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fix whitespace
PHPBB3-15726
|
| | |
| | |
| | |
| | |
| | |
| | | |
Correcting code formatting and whitespace
PHPBB3-15726
|
| | |
| | |
| | |
| | |
| | |
| | | |
fix file permissions
PHPBB3-15726
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fix whitespace
PHPBB3-15726
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|