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
rubencm
0898c4c1cc
[ticket/15566] Set category to none if extension don't exist
...
PHPBB3-15566
2018-09-13 11:55:05 +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
db71ca7db1
Merge branch 'prep-release-3.2.3' into 3.2.x
2018-09-10 16:11:32 +01:00
Marc Alexander
d64b9e7038
[ticket/15746] Update to Symfony 2.8.45
...
PHPBB3-15746
2018-09-09 23:16:43 +01: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
Marc Alexander
ab17c854cd
[prep-release-3.2.3] Update changelog with changes after 3.2.3-RC2
2018-09-09 11:03:58 +01:00
Jakub Senko
0f10c6ff6f
[ticket/15716] Remove OAuth data upon user deletion
...
PHPBB3-15716
2018-09-06 21:34:19 +02:00
Jakub Senko
8eb48e2812
[ticket/15742] Remove get_magic_quotes_gpc() call
...
PHPBB3-15742
2018-09-06 14:52:35 +02:00
Jakub Senko
f2c53bfffd
[ticket/15721] Make plupload more versatile
...
PHPBB3-15721
2018-09-06 14:26:06 +02:00
Jakub Senko
bae561be22
[ticket/15744] Remove useless sql_freeresults
...
PHPBB3-15744
2018-09-06 14:11:51 +02:00
Jakub Senko
367f884d01
[ticket/15748] Fix toggle alt text
...
PHPBB3-15748
2018-09-04 14:41:00 +02:00
Jakub Senko
4a30818e12
[ticket/15420] Only update quote notification with original author
...
PHPBB3-15420
2018-09-04 14:30:19 +02:00
Rubén Calvo
0268f9a0d6
[ticket/12623] Add install dir during tests
...
PHPBB3-12623
2018-09-01 04:29:17 +02:00
Rubén Calvo
43141a0d92
[ticket/12629] Add debug.errors_show
...
PHPBB3-12629
2018-09-01 01:47:10 +02:00
Rubén Calvo
f93ddcb382
[ticket/12636] Add log.session_errors
...
PHPBB3-12636
2018-09-01 01:16:57 +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
9719d5a3d5
[ticket/15762] Update type for forum_topics_per_page in acp_forums
...
PHPBB3-15762
2018-08-30 19:05:12 +02:00
Rubén Calvo
b79aa3e147
[ticket/15762] Update type for forum_topics_per_page
...
PHPBB3-15762
2018-08-30 07:06:18 +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
Marc Alexander
4d7b16f439
[prep-release-3.2.3] Update version numbers for 3.2.3 release
2018-08-26 14:45:59 +02:00
Marc Alexander
35bfec5ebe
[ticket/15746] Add missing symfony/polyfill-ctype to lock file
...
PHPBB3-15746
2018-08-26 10:00:15 +02:00
Marc Alexander
1f0df30484
Merge branch '3.2.x' into ticket/15746-master
2018-08-26 09:43:33 +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
Marc Alexander
7545cb24a0
Merge branch 'prep-release-3.2.3' into 3.2.x
2018-08-21 21:28:44 +02: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
Rubén Calvo
071d5fe997
[ticket/15692] Remove useless code
...
PHPBB3-15692
2018-08-20 12:05:29 +02:00
Rubén Calvo
69c1f5713c
[ticket/15692] Modify variable
...
PHPBB3-15692
2018-08-20 12:05:29 +02:00
Rubén Calvo
d40bda0e08
[ticket/15692] Modify condition
...
PHPBB3-15692
2018-08-20 12:05:29 +02:00
Rubén Calvo
d65e60d1a6
[ticket/15692] Fix exists condition and add more checks if file exists
...
PHPBB3-15692
2018-08-20 12:05:29 +02:00
Rubén Calvo
9650763a19
[ticket/15692] Allow to check if file exists using adapter too
...
PHPBB3-15692
2018-08-20 12:05:29 +02:00
Rubén Calvo
5934bdaaf1
[ticket/15692] Close db connection after use storage
...
PHPBB3-15692
2018-08-20 12:05:29 +02:00
Rubén Calvo
3ebbb8b837
[ticket/15692] Add missing import
...
PHPBB3-15692
2018-08-20 12:05:29 +02:00
Rubén Calvo
4fed285779
[ticket/15692] Reduce storage api calls
...
PHPBB3-15692
2018-08-20 12:05:29 +02:00
Rubén Calvo
1d43e15c60
[ticket/15692] Move checks if file exist from adapter to storage
...
PHPBB3-15692
2018-08-20 12:05:29 +02:00
Rubén Calvo
b2d7406381
[ticket/15747] Add test
...
PHPBB3-15747
2018-08-15 01:01:43 +02:00
Rubén Calvo
225a6e2cbe
[ticket/15747] Replace migration
...
PHPBB3-15747
2018-08-13 15:56:30 +02:00
rxu
fc674873c7
[ticket/15755] Fix event vars in /phpbb/attachment/delete.php
...
PHPBB3-15755
2018-08-12 21:54:13 +07:00
Rubén Calvo
c912e6feaa
[ticket/15751] Fix warning when update with CLI
...
PHPBB3-15751
2018-08-09 23:45:41 +02:00
Rubén Calvo
ced8599e30
[ticket/15723] Rewrite unique_id too
...
PHPBB3-15723
2018-08-08 20:36:16 +02:00