Commit graph

33667 commits

Author SHA1 Message Date
Oliver Schramm
3d2c1b8f97 [ticket/15544] Delete cache through module manager
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
2018-09-24 02:56:07 +02:00
kinerity
eb867fc623 [ticket/15803] Global $phpbb_dispatcher
PHPBB3-15803
2018-09-23 00:33:58 -04:00
kinerity
8ed759545e [ticket/15803] Fix since version
PHPBB3-15803
2018-09-23 00:33:58 -04:00
kinerity
78732fd7c2 [ticket/15803] Add events on ucp_pm_compose for additional message list actions
Event added for the handle_message_list_actions() function in ucp_pm_compose
so that extensions can perform additional actions.

PHPBB3-15803
2018-09-22 21:28:02 -04:00
Marc Alexander
9929ff1fef
[ticket/15772] Remove not needed check for IN_INSTALL
PHPBB3-15772
2018-09-22 22:20:30 +02:00
Marc Alexander
4fbf1a5b5c
Merge pull request #5356 from rubencm/ticket/15772
[ticket/15772] Hide warning in acp when allow_install_dir is true
2018-09-22 12:55:30 +02:00
Marc Alexander
1fd304b564
[ticket/15772] Make sure to not run install extensions in ui test case
PHPBB3-15772
2018-09-22 12:08:38 +02:00
rubencm
f3a2c99a14
[ticket/15772] Hide warning in acp when allow_install_dir is true
PHPBB3-15772
2018-09-22 12:08:32 +02:00
kasimi
71ae82fbef
[ticket/15799] Find correct poll for voting animation
PHPBB3-15799
2018-09-21 17:50:55 +02:00
Marc Alexander
cbb56a9e3d
Merge pull request #5364 from VSEphpbb/ticket/15795
[ticket/15795] Fix broken migration, $config is not a method
2018-09-19 09:52:17 +02:00
Matt Friedman
f644cc4ba0 [ticket/15795] Fix broken migration, $config is not a method
PHPBB3-15795
2018-09-18 09:18:58 -07:00
Marc Alexander
fa6a6a8fcf
Merge pull request #5328 from rubencm/ticket/15255
[ticket/15255] Move language strings from acp/common to common
2018-09-18 08:57:21 +02:00
Marc Alexander
fbe3fbeb75
Merge branch '3.2.x' 2018-09-17 21:10:46 +02:00
Marc Alexander
2769ab701a
Merge pull request #5319 from rubencm/ticket/15751
[ticket/15751] Fix warning when update with CLI
2018-09-17 21:10:41 +02:00
Marc Alexander
ca04dca6e9
Merge branch '3.2.x' 2018-09-17 21:01:51 +02:00
Marc Alexander
9000936926
Merge pull request #5292 from rubencm/ticket/15723
[ticket/15723] Rewrite gen_rand_string() and gen_rand_string_friendly()
2018-09-17 21:01:45 +02:00
MikelAlejoBR
4396bfba65 [ticket/15622] Rename function to avoid potential future conflicts
PHPBB3-15622
2018-09-16 19:23:30 +02:00
MikelAlejoBR
e17f00fb6b [ticket/15622] Remove "since" tag as it belongs to events
PHPBB3-15622
2018-09-16 19:23:16 +02:00
Marc Alexander
36ef12aa03
Merge branch '3.2.x' 2018-09-16 17:29:53 +02:00
Marc Alexander
9503996441
Merge pull request #5312 from senky/ticket/15541
[ticket/15541] Explicitly explain how to add lang files in core.user_…
2018-09-16 17:29:47 +02:00
Marc Alexander
d2c5c65682
Merge branch '3.2.x' 2018-09-16 17:15:29 +02:00
Marc Alexander
a505a3adf9
Merge pull request #5309 from Zoddo/ticket/15737
[ticket/15737] Add $user_rows to core.delete_user_before
2018-09-16 17:15:24 +02:00
Marc Alexander
94f377a75e
Merge branch '3.2.x' 2018-09-16 17:08:02 +02:00
Marc Alexander
3bcc779e81
Merge pull request #5307 from Zoddo/ticket/15735
[ticket/15735] Add *_content_after template event
2018-09-16 17:07:56 +02:00
Marc Alexander
cacbf36509
Merge branch '3.2.x' 2018-09-16 16:55:55 +02:00
Marc Alexander
d3633c7f30
Merge pull request #5300 from senky/ticket/11453
[ticket/11453] Improve performance of notification.method.messenger_base
2018-09-16 16:55:49 +02:00
Marc Alexander
58dd39f781
Merge branch '3.2.x' 2018-09-16 16:19:59 +02:00
Marc Alexander
f08d18c99c
Merge pull request #5295 from v12mike/ticket/15726
Ticket/15726 Implement selective purge in APCu cache driver
2018-09-16 16:10:25 +02:00
v12mike
5edb330366
[ticket/15726] Implement selective purge in APCu
fix indentation of comment

PHPBB3-15726
2018-09-16 16:06:00 +02:00
v12mike
33268e5a72
[ticket/15726] Implement selective purge in APCu cache driver
Edit comment

PHPBB3-15726
2018-09-16 16:05:55 +02:00
v12mike
7f1f64b1dc
[ticket/15726] Implement selective purge in APCu cache driver
Fix whitespace

PHPBB3-15726
2018-09-16 16:05:51 +02:00
v12mike
bf9af92220
[ticket/15726] Implement selective purge in APCu cache driver
Correcting code formatting and whitespace

PHPBB3-15726
2018-09-16 16:05:46 +02:00
v12mike
7d4d9770cf
[ticket/15726] Implement selective purge in APCu cache driver
fix file permissions

PHPBB3-15726
2018-09-16 16:05:40 +02:00
v12mike
63a3033f15
[ticket/15726] Implement selective purge in APCu cache driver
Fix whitespace

PHPBB3-15726
2018-09-16 16:05:33 +02:00
v12mike
02234783c6
[ticket/15726] Implement selective purge in APCu cache driver
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
2018-09-16 16:05:22 +02:00
Jakub Senko
1a284ebe8d
[ticket/15579] Add ucp_front events
PHPBB3-15579
2018-09-16 14:20:49 +02:00
Jakub Senko
fbd1741107
[ticket/15661] Add core.viewtopic_modify_poll_ajax_data
PHPBB3-15661
2018-09-16 14:20:02 +02:00
Jakub Senko
0725723813
[ticket/15662] Add template
PHPBB3-15662
2018-09-16 14:19:13 +02:00
Marc Alexander
d80b208a4b
Merge pull request #5303 from senky/ticket/11838
[ticket/11838] OAuth registration from ucp_register
2018-09-16 13:26:19 +02:00
Marc Alexander
ca408a899c
Merge branch '3.2.x' 2018-09-16 13:15:05 +02:00
Marc Alexander
3e85190798
Merge pull request #5305 from MikelAlejoBR/ticket/15733
[ticket/15733] Remove unused code related to deprecated flood control
2018-09-16 13:14:59 +02:00
Derky
796dde0428 Merge branch '3.2.x' 2018-09-16 13:08:39 +02:00
Derky
18dd250f52 Merge pull request #5362 from hubaishan/ticket/15791
[ticket/15791] fix php 7.2 count() bug in memory cache driver
2018-09-16 13:08:12 +02:00
Marc Alexander
e7b7c66c77
Merge pull request #5248 from rubencm/ticket/15692
[ticket/15692] Move checks if file exists from adapter to storage
2018-09-16 13:05:35 +02:00
Oliver Schramm
101681070b [ticket/14656] Add List-Unsubscribe header to emails
PHPBB3-14656
2018-09-16 12:28:34 +02:00
Marc Alexander
d93c87861e
Merge pull request #5289 from rubencm/ticket/15720
[ticket/15720] Don't escape ampersands on redirections
2018-09-16 11:40:39 +02:00
Marc Alexander
9ab4e3b958
Merge pull request #5288 from rubencm/ticket/15413
[ticket/15413] Login redirect to previous page
2018-09-16 11:36:51 +02:00
Marc Alexander
62e191826d
Merge branch '3.2.x' 2018-09-16 11:27:11 +02:00
Marc Alexander
eb5d61044c
Merge pull request #5160 from kasimi/ticket/15590
[ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_after
2018-09-16 11:27:03 +02:00
Rubén Calvo
212882fe70 [ticket/15692] Don't try to track files that don't exist
PHPBB3-15692
2018-09-16 08:57:01 +00:00