mrgoldy
7989f3f71f
[ticket/15905] Try with existing phpbb extension
...
PHPBB3-15905
2019-09-25 20:07:09 +02:00
Marc Alexander
a7c02304a5
Merge branch '3.2.x' into 3.3.x
2019-09-20 22:23:06 +02:00
Marc Alexander
a9a44c295f
Merge pull request #5679 from mrgoldy/ticket/16123
...
[ticket/16123] Show proper banned email message
2019-09-08 21:37:54 +02:00
Marc Alexander
4abdfd1709
[ticket/16123] Specify ban_id in validate email fixture
...
PHPBB3-16123
2019-09-08 09:40:56 +02:00
Marc Alexander
d186df8cb4
[ticket/16123] Purge cache to ensure up to date ban list in tests
...
PHPBB3-16123
2019-09-07 21:59:17 +02:00
Marc Alexander
cf898133a4
[ticket/16123] Add tests to cover different ban reasons
...
PHPBB3-16123
2019-09-07 21:59:01 +02:00
Marc Alexander
79be901cea
Merge pull request #51 from phpbb/ticket/security/243
...
[ticket/security/243] Limit size BBCode to int
2019-08-25 18:28:08 +02:00
Marc Alexander
59f489c01f
[ticket/security/244] Add missing form parameters to tests
...
SECURITY-244
2019-08-24 22:23:38 +02:00
Marc Alexander
e1962acd4e
[ticket/15886] Use getMockBuilder instead of removed getMock()
...
PHPBB3-15886
2019-07-28 21:53:04 +02:00
Marc Alexander
2df9230902
Merge branch '3.2.x' into 3.3.x
2019-07-28 17:18:40 +02:00
Marc Alexander
f567b2bb69
Merge pull request #5459 from mrgoldy/ticket/15886
...
[ticket/15886] Group helper functions
2019-07-28 15:31:09 +02:00
Marc Alexander
065feb3ff9
[ticket/15088] Ensure phpBB version is set in tests
...
PHPBB3-15088
2019-07-27 21:32:54 +02:00
JoshyPHP
860a370e8f
[ticket/16017] Add support for Argon2id as default password hashing
...
PHPBB3-16017
2019-07-23 21:30:28 +02:00
Marc Alexander
f75577e5f8
[ticket/security/243] Use bbcode.html like formatting
...
SECURITY-243
2019-07-18 22:32:19 +02:00
Marc Alexander
de039dcc7c
Merge branch '3.2.x' into 3.3.x
2019-06-23 10:50:04 +02:00
Marc Alexander
3002c1b22a
[ticket/16078] Add use statement for ChromeOptions
...
PHPBB3-16078
2019-06-19 08:29:34 +02:00
Marc Alexander
1be392a16a
[ticket/16078] Use headless chrome and disable gpu acceleration
...
This is to hopefully get rid of some of the issues with timeouts.
PHPBB3-16078
2019-06-19 07:32:52 +02:00
Marc Alexander
8a979d6871
Merge branch '3.2.x' into 3.3.x
2019-06-17 14:53:56 +02:00
Marc Alexander
a393a23a08
Merge pull request #5616 from JoshyPHP/ticket/16074
...
[ticket/16074] Fix Twemoji URL for ZWJ sequences
2019-06-17 13:54:38 +02:00
Marc Alexander
9e90b27ba1
Merge branch '3.2.x' into 3.3.x
2019-06-06 21:51:13 +02:00
Marc Alexander
34a6493fb5
[ticket/16078] Use chrome as webdriver
...
PHPBB3-16078
2019-06-06 18:57:01 +02:00
Marc Alexander
e419c2cd3b
Merge pull request #5583 from marc1706/ticket/15987
...
[ticket/15987] Table parameters as array
2019-06-05 21:45:42 +02:00
JoshyPHP
a563b616e0
[ticket/16074] Fix Twemoji URL for ZWJ sequences
...
PHPBB3-16074
2019-06-04 18:21:11 +02:00
Marc Alexander
b4d36e3235
Merge branch '3.2.x' into 3.3.x
2019-05-27 20:50:53 +02:00
JoshyPHP
3208c41da8
[ticket/16053] Update s9e/text-formatter
...
PHPBB3-16053
2019-05-17 15:37:20 +02:00
Marc Alexander
d72498a9c3
[ticket/15987] Go back to previous table definition type
...
This will still allow using the 'tables' parameter array but will also ensure
full backward compatibility and compatibility with extensions that will add
more tables to the 'tables' array.
PHPBB3-15987
2019-05-14 21:20:51 +02:00
Marc Alexander
3f33d89572
[ticket/16052] Fix issues caused by merges
...
PHPBB3-16052
2019-05-11 23:36:20 +02:00
Matt Friedman
90f8498a44
[ticket/15369] Fix php_exporter tests
...
PHPBB3-15369
2019-05-10 21:02:54 +02:00
Matt Friedman
2753f8ccc8
[ticket/15369] Fix tests
...
PHPBB3-15369
2019-05-10 21:02:43 +02:00
Marc Alexander
18d4b7f358
[ticket/15938] Update classes in backupStaticAttributesBlacklist
...
PHPBB3-15938
2019-05-09 21:59:28 +02:00
Marc Alexander
978d883abb
[ticket/14948] Remove checks for unsupported PHP versions
...
PHPBB3-14948
2019-05-09 21:58:29 +02:00
Marc Alexander
51ffab0045
[ticket/14948] Use new namespaced classes when generating mssql schema
...
PHPBB3-14948
2019-05-09 21:58:01 +02:00
Marc Alexander
ebac54aa9e
[ticket/14948] Adjust calls for twig and phpunit updates
...
PHPBB3-14948
2019-05-09 21:40:06 +02:00
François-Xavier de Guillebon
40e61e4d1e
[ticket/15508] Remove call to getEnvironment() from parser
...
PHPBB3-15508
2019-05-09 21:30:12 +02:00
rubencm
27fc256745
[ticket/12629] Fix tests
...
PHPBB3-12629
2019-05-09 21:24:06 +02:00
rubencm
a702142a34
[ticket/12636] Rename log.session_errors to session.log_errors
...
PHPBB3-12636
2019-05-09 21:20:16 +02:00
Rubén Calvo
c20fed43cd
[ticket/12636] Add log.session_errors to mock container_builder
...
PHPBB3-12636
2019-05-09 21:10:53 +02:00
Rubén Calvo
688d022f42
[ticket/15738] Remove code related with safe_mode
...
PHPBB3-15738
2019-05-09 18:47:50 +02:00
rxu
ab0dae6003
[ticket/15725] Fix installing ext in tests for master branch
...
PHPBB3-15725
2019-05-09 18:46:50 +02:00
Jakub Senko
139eb17bb7
[ticket/12624] Add debug.load_time parameter
...
PHPBB3-12624
2019-05-09 18:40:15 +02:00
Jakub Senko
3e6fd7e8fd
[ticket/15664] Ajaxify ext actions in ACP
...
PHPBB3-15664
2019-05-09 18:20:41 +02:00
JoshyPHP
2ff5871ff4
[ticket/15646] Added support for Argon2i passwords
...
PHPBB3-15646
2019-05-08 22:26:23 +02:00
luzpaz
a9a28859d4
[ticket/15424] Multiple typo fixes in docs & comments
...
Fixed typos in some docs, guidelines, some non-user-facing files.
PHPBB3-15424
2019-05-08 22:20:56 +02:00
Rubén Calvo
3e5247187c
[ticket/15377] Add test
...
PHPBB3-15377
2019-05-08 22:14:07 +02:00
javiexin
5a0c9763d1
[ticket/15274] Allow "custom" migrations to use parameters
...
Remove references in migration tool.
PHPBB3-15274
2019-05-08 22:06:39 +02:00
javiexin
5c001df380
[ticket/15274] Allow "custom" migrations to use parameters
...
Add the possibility to have custom migrations with parameters,
allowing the use of a single function for several uses.
PHPBB3-15274
2019-05-08 22:06:34 +02:00
Tristan Darricau
deb556fbf0
[ticket/15258] Adds a method to get a service by class in service_collection
...
PHPBB3-15258
2019-05-08 22:05:41 +02:00
rxu
42b7782927
[ticket/14972] Migrate from deprecated getMock() method to createMock()
...
PHPBB3-14972
2019-05-08 21:57:00 +02:00
Máté Bartus
271ac6b57e
[ticket/14542] Fix tests
...
PHPBB3-14542
2019-05-06 21:45:21 +02:00
Máté Bartus
7a173877b7
[ticket/14542] Move cron to controller
...
PHPBB3-14542
2019-05-06 21:45:15 +02:00