1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-21 17:11:53 +02:00
Commit Graph

4216 Commits

Author SHA1 Message Date
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
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
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
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
Derky
796dde0428 Merge branch '3.2.x' 2018-09-16 13:08:39 +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
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
hubaishan
c7631635fa [ticket/15791] 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
2018-09-16 06:38:58 +03:00
Marc Alexander
fd6aaf17a4 Merge branch '3.2.x' 2018-09-15 17:22:42 +02:00
Marc Alexander
b0d55a69c7 Merge pull request #5325 from hubaishan/ticket/15612
[ticket/15612] Fix PHP7.2 count() bug in MSSQL driver
2018-09-15 17:22:37 +02:00
Tristan Darricau
7d12b757c0 Merge branch '3.2.x' 2018-09-15 17:05:17 +02:00
Tristan Darricau
88f897bc86 Merge pull request #5350 from Elsensee/ticket/15767
[ticket/15767] Fix effictively_installed condition for oauth_tokens
2018-09-15 17:05:09 +02:00
Derk
b0497a613c Merge pull request #5340 from senky/ticket/15744
[ticket/15744] Remove useless sql_freeresults
2018-09-15 13:04:14 +02:00
Derky
29e1e26180 Merge branch '3.2.x' 2018-09-15 13:00:28 +02:00
Derky
bb20a88748 Merge pull request #5352 from senky/ticket/15744-2
[ticket/15744] Remove useless sql_freeresults
2018-09-15 12:59:57 +02:00
Marc Alexander
7f0ed0a575 Merge pull request #5114 from Nicofuma/ticket/15536
[ticket/15536] Catalog: adds satis.phpbb.com to repositories
2018-09-14 12:27:59 +02:00
Marc Alexander
bf071ffac3 Merge pull request #5324 from rubencm/ticket/15760
[ticket/15760] Fix write_stream
2018-09-13 19:10:14 +02:00
Marc Alexander
9c55100c82 Merge pull request #5330 from rubencm/ticket/12623
[ticket/12623] Add allow_install_dir
2018-09-13 19:08:09 +02:00
Jakub Senko
271c9d34dc [ticket/15744] Remove useless sql_freeresults
PHPBB3-15744
2018-09-13 17:49:24 +02:00
Oliver Schramm
9090ddcfb6 [ticket/15767] Fix effictively_installed condition for oauth_tokens
PHPBB3-15767
2018-09-13 15:19:11 +02:00
rubencm
4734e56b5b [ticket/15692] Update comments
PHPBB3-15692
2018-09-13 12:39:16 +00:00
Marc Alexander
6fc311f2e1 [ticket/15746] Update symfony to latest on master
Also fixed incorrect creation of dumped container (Container instead of
ContainerBuilder).

PHPBB3-15746
2018-09-12 13:57:34 +02:00
Marc Alexander
2c6a4cd670 Merge branch '3.2.x' 2018-09-09 12:04:19 +01:00
Marc Alexander
2c9d49bf09 Merge branch 'prep-release-3.2.3' into 3.2.x 2018-09-09 12:00:28 +01:00
Jakub Senko
bae561be22 [ticket/15744] Remove useless sql_freeresults
PHPBB3-15744
2018-09-06 14:11:51 +02:00
Rubén Calvo
5dd9c251e7 [ticket/12623] Add allow_install_dir
PHPBB3-12623
2018-09-01 01:09:22 +02:00
Rubén Calvo
da77d04dd9 [ticket/15255] Move language strings from acp/common to common
PHPBB3-15255
2018-08-30 21:18:16 +02:00
Rubén Calvo
8d89f20b81 [ticket/15692] Append / to board url
PHPBB3-15692
2018-08-28 00:32:06 +02:00
Marc Alexander
ecfd067f37 [prep-release-3.2.3] Add 3.2.3 migration 2018-08-26 14:47:24 +02:00
hubaishan
b0b70589a2 [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
2018-08-25 16:17:55 +03:00
Rubén Calvo
f225d85acf [ticket/15760] Remove comment
PHPBB3-15760
2018-08-21 03:50:09 +02:00
Rubén Calvo
00938c2589 [ticket/15760] Fix write_stream
PHPBB3-15760
2018-08-21 03:49:12 +02:00
Rubén Calvo
252bb7704c [ticket/15692] Add comment
PHPBB3-15692
2018-08-20 23:58:24 +02:00
Rubén Calvo
0c1bf3c561 [ticket/15692] Fix full_check in exist method
PHPBB3-15692
2018-08-20 12:08:15 +02:00
Rubén Calvo
d5df62597b [ticket/15692] Remove duplicated checks
PHPBB3-15692
2018-08-20 12:08:15 +02:00
Rubén Calvo
115749a9ec [ticket/15692] Update docblock
PHPBB3-15692
2018-08-20 12:05:29 +02:00
Rubén Calvo
5fbe929a1d [ticket/15692] Check if argument is a valid resource
PHPBB3-15692
2018-08-20 12:05:29 +02:00