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
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
Marc Alexander
41956a8b90
[ticket/14670] Set shared flag instead of defining prototype scope
...
The prototype scope was deprecated in symfony 2.8 and removed in 3.0.
PHPBB3-14670
2019-05-06 21:44:19 +02:00
Marc Alexander
1dc14c0f38
[ticket/14670] Remove usage of prototype scope in tests
...
In this specific case, the mock container builder is used which does not
even support setting the scope.
PHPBB3-14670
2019-05-06 21:44:19 +02:00
Marc Alexander
1a8a8da7bf
[ticket/14670] Fix incompatibilities with container definitions
...
PHPBB3-14670
2019-05-06 21:43:55 +02:00
Marc Alexander
ccf5575dd8
Merge pull request #5577 from JoshyPHP/ticket/16034
...
[ticket/16034] Fix [url=] links being incorrectly shortened
2019-05-02 19:41:32 +02:00
JoshyPHP
06a95487fe
[ticket/16034] Fix [url=] links being incorrectly shortened
...
PHPBB3-16034
2019-04-28 02:43:05 +02:00
Marc Alexander
1843e4f6b4
[prep-release-3.2.6] Fix expected data in avatar manager test
2019-04-27 13:52:37 +02:00
Marc Alexander
308dd49bb9
Merge pull request #45 from phpbb/ticket/security/234
...
[ticket/security/234] Add URL validation for input fields & main site URL
2019-04-27 13:21:55 +02:00
Marc Alexander
3075d2fecc
Merge pull request #44 from phpbb/ticket/security/235
...
Ticket/security/235 Wildcard char count in search
2019-04-27 13:19:35 +02:00
Marc Alexander
2353ad11f2
[ticket/security/235] Update search native tests
...
SECURITY-235
2019-04-26 23:39:51 +02:00
Marc Alexander
58f33921b5
[ticket/16027] Force clearing of cache folder on install for functional
...
PHPBB3-16027
2019-04-24 21:05:55 +02:00
Marc Alexander
f905b40ce8
Merge pull request #5559 from mrgoldy/ticket/16007
...
[ticket/16007] Show ban message for OAuth login
2019-04-17 20:45:19 +02:00
Marc Alexander
f1c2e26f0a
[ticket/security/234] Add test for URL validation
...
SECURITY-234
2019-04-14 14:11:36 +02:00
Marc Alexander
6f573f710d
Merge pull request #5556 from 3D-I/ticket/16004
...
[ticket/16004] Add check-in for Emojis in Username
2019-04-07 10:35:33 +02:00
mrgoldy
562601fd9b
[ticket/16007] Correct check_ban_test to boolean
...
PHPBB3-16007
2019-04-02 18:01:59 +02:00
3D-I
7160c67b2c
[ticket/16004] Add tests/functions/validate_username_test.php
...
PHPBB3-16004
2019-04-01 23:14:09 +02:00
Marc Alexander
f9c251c7af
Merge pull request #5553 from marc1706/ticket/15997
...
[ticket/15997] Use higher than default timeout for webdriver connections
2019-03-30 17:59:12 +01:00
Marc Alexander
220d388cac
[ticket/15997] Use higher than default timeout for webdriver connections
...
PHPBB3-15997
2019-03-19 21:20:38 +01:00
Marc Alexander
0d166e87b8
[ticket/15996] Rename dataProvider to not start with test_
...
PHPBB3-15996
2019-03-19 21:13:27 +01:00
Marc Alexander
1c5a4c1213
Merge pull request #5533 from rubencm/ticket/15965
...
[ticket/15965] Fix hardcoded directory [3.2.x only]
2019-03-13 20:49:39 +01:00
Marc Alexander
2975566650
Merge pull request #5539 from 3D-I/ticket/15975
...
[ticket/15975] Remove user notification data upon user deletion
2019-03-10 16:47:15 +01:00