| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-15832
|
| |
|
|
|
|
|
|
| |
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/15723] Rewrite gen_rand_string() and gen_rand_string_friendly()
|
| | | |
| | |
| | |
| | | |
PHPBB3-15723
|
| | |/
| |
| |
| | |
PHPBB3-15723
|
| |\ \
| | |
| | |
| | | |
[ticket/15541] Explicitly explain how to add lang files in core.user_…
|
| | |/
| |
| |
| | |
PHPBB3-15541
|
| |\ \
| | |
| | |
| | | |
[ticket/15737] Add $user_rows to core.delete_user_before
|
| | | |
| | |
| | |
| | |
| | |
| | | |
It was added to core.delete_user_after in GH-4905
PHPBB3-15737
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/15735] Add *_content_after template event
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Needed for extensions who adds information at the end of the message
(such as moderator messages).
PHPBB3-15735
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Needed for extensions who adds information at the end of the message
(such as moderator messages).
PHPBB3-15735
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Needed for extensions who adds information at the end of the message
(such as moderator messages).
PHPBB3-15735
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Needed for extensions who adds information at the end of the message
(such as moderator messages).
PHPBB3-15735
|
| |\ \ \
| | | |
| | | |
| | | | |
[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
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/15733] Remove unused code related to deprecated flood control
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-15733
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-15733
|
| | |\ \ \
| | | | |
| | | | |
| | | | | |
PHPBB3-15733
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15697
|
| | | |/ /
| | | |
| | | |
| | | | |
PHPBB3-15697
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-15733
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-15733
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/15791] fix php 7.2 count() bug in memory cache driver
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
function `_read` in classes inherted from `memory`
may returns `false` but `$vars` must be an array
PHPBB3-15791
|
| |\ \ \ \
| |/ / /
|/| | |
| | | | |
[ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_after
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-15590
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-15590
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[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/15721] Make plupload more versatile
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-15721
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/15767] Fix effictively_installed condition for oauth_tokens
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-15767
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/15744] Remove useless sql_freeresults
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-15744
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/15748] Fix toggle alt text
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15748
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-15748
|