1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-30 12:48:21 +02:00

550 Commits

Author SHA1 Message Date
Marc Alexander
a6cd4df423
Merge pull request #5808 from marc1706/ticket/16284
[ticket/16284] Move 4.0 migrations to v400 folder
2020-01-14 21:20:09 +01:00
Marc Alexander
d50d878e7b
Merge branch '3.3.x' 2020-01-09 20:34:59 +01:00
Marc Alexander
1b7c42bf53
Merge pull request #5812 from rxu/ticket/16288
[ticket/16288] PHP 8 compatibility
2020-01-09 20:34:53 +01:00
Marc Alexander
72bf5d8d15
Merge branch '3.3.x' 2020-01-04 21:53:26 +01:00
Marc Alexander
1b8193ab8b
Merge branch '3.2.x' into 3.3.x 2020-01-04 21:51:44 +01:00
Marc Alexander
4f007321e1
[ticket/security-250] Check form key when approving group membership
SECURITY-250
2020-01-03 17:24:33 +01:00
rxu
4ed854c818
[ticket/16288] PHP 8 compatibility
PHPBB3-16288
2020-01-03 02:21:37 +07:00
Marc Alexander
2b65ce123c
[ticket/16284] Adjust create schema and add tables to tests
PHPBB3-16284
2020-01-01 16:17:23 +01:00
Marc Alexander
7934d3bd56
Merge branch '3.3.x' 2019-12-15 20:26:06 +01:00
Marc Alexander
bcc90133a8
Merge pull request #5728 from rxu/ticket/15294
[ticket/15294] Fix session_gc() selecting expired sessions for unique users
2019-12-15 20:26:01 +01:00
Marc Alexander
1a50719e4c Merge branch '3.3.x' 2019-12-06 07:12:50 +01:00
Marc Alexander
d7425b4998 Merge pull request #5756 from mrgoldy/ticket/16239
[ticket/16239] Remove deprecated phpbb\db\tools
2019-12-06 07:12:46 +01:00
mrgoldy
1a4739aed9 [ticket/16239] Update DB tools in UI test case
PHPBB3-16239
2019-11-30 15:28:01 +01:00
Marc Alexander
f26c79621b Merge branch '3.3.x' 2019-11-27 08:10:49 +01:00
Marc Alexander
c7d47e34e8
[ticket/16223] Ensure memcached tests are only run when available
PHPBB3-16223
2019-11-25 21:27:43 +01:00
rxu
7ea063100e
[ticket/15294] Minor code adjusting
PHPBB3-15294
2019-11-05 22:53:11 +07:00
rxu
56bff6380e
[ticket/15294] Add session_gc() tests
PHPBB3-15294
2019-11-05 02:04:30 +07:00
Marc Alexander
14b67cd857
Merge branch '3.3.x' 2019-10-20 20:39:17 +02:00
Marc Alexander
49ea5a4091
Merge branch '3.2.x' into 3.3.x 2019-10-20 20:39:12 +02:00
Marc Alexander
8b6776eed2
[ticket/16078] Use while loop for visit retries
PHPBB3-16078
2019-10-20 15:51:47 +02:00
Marc Alexander
1ba0ae6e85
[ticket/16078] Try using retries for timeout issue
The timeout only seems to occur on the first test so let's see what a
retry can do to help with this issue.

PHPBB3-16078
2019-10-19 17:48:34 +02:00
Marc Alexander
60da203301
Merge branch '3.3.x' 2019-10-13 12:32:20 +02:00
Marc Alexander
bd02c5bd08
[ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0
PHPBB3-16051
2019-10-06 12:07:35 +02:00
Marc Alexander
17fe7baa38
Merge branch '3.3.x' 2019-09-20 22:23:18 +02:00
Marc Alexander
a7c02304a5
Merge branch '3.2.x' into 3.3.x 2019-09-20 22:23:06 +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
29a116aea1
Merge branch '3.3.x' 2019-07-28 10:41:03 +02:00
Marc Alexander
065feb3ff9
[ticket/15088] Ensure phpBB version is set in tests
PHPBB3-15088
2019-07-27 21:32:54 +02:00
Marc Alexander
e9740c6291
Merge branch '3.3.x' 2019-06-23 10:50:17 +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
9b2ded3e0d
Merge branch '3.3.x' 2019-06-06 21:51:19 +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
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
rxu
ab0dae6003
[ticket/15725] Fix installing ext in tests for master branch
PHPBB3-15725
2019-05-09 18:46:50 +02:00
rxu
42b7782927
[ticket/14972] Migrate from deprecated getMock() method to createMock()
PHPBB3-14972
2019-05-08 21:57:00 +02:00
Marc Alexander
c5a995ec8d
Merge branch '3.2.x' 2019-04-29 09:40:19 +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
150f8b9218
Merge branch '3.2.x' 2019-03-30 17:59:17 +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
88d511f721
[ticket/15938] Update classes in backupStaticAttributesBlacklist
PHPBB3-15938
2019-01-13 11:27:03 +01:00
Marc Alexander
5a0e426b38
[ticket/14948] Remove checks for unsupported PHP versions
PHPBB3-14948
2019-01-02 20:34:45 +01:00
Marc Alexander
5b7fec5c47
[ticket/14948] Use new namespaced classes when generating mssql schema
PHPBB3-14948
2019-01-02 20:19:58 +01:00
Marc Alexander
c6cc6ba8d8
[ticket/14948] Adjust calls for twig and phpunit updates
PHPBB3-14948
2019-01-02 20:19:56 +01:00