1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 07:07:51 +02:00

4678 Commits

Author SHA1 Message Date
Marc Alexander
cf0e747d51
[ticket/9687] Add tests for ban manager and fix some inconsistencies
PHPBB3-9687
2023-11-05 20:21:37 +01:00
Marc Alexander
8bdda472bf
[ticket/9687] Fix tests
PHPBB3-9687
2023-11-05 20:21:36 +01:00
Marc Alexander
9048aed163
[ticket/9687] Use new array entries for bans
PHPBB3-9687
2023-11-05 20:21:36 +01:00
Oliver Schramm
3563f20991
[ticket/9687] Fix ban session tests for real
PHPBB3-9687
2023-11-05 20:21:36 +01:00
Oliver Schramm
e7015bf1dd
[ticket/9687] Fix code style and tests
PHPBB3-9687
2023-11-05 20:21:36 +01:00
Marc Alexander
9a1a613c0c
Merge branch '3.3.x' 2023-10-31 20:24:59 +01:00
Marc Alexander
a86f64fbe9
Merge pull request #6540 from rubencm/ticket/17184
[ticket/17184] Remove subfolders option in local storage
2023-10-23 21:24:34 +02:00
Marc Alexander
593c4b875c
[ticket/17201] Split off logic into function and add tests
PHPBB3-17201
2023-10-23 21:10:53 +02:00
Marc Alexander
228e2437b2
Merge branch '3.3.x' 2023-10-06 20:20:03 +02:00
Marc Alexander
ac76b80cb1
Merge pull request #6531 from toxyy/ticket/17188
[ticket/17188] Allow request variable to check multiline unicode
2023-10-06 20:20:00 +02:00
Marc Alexander
2ff409ae4d
Merge branch '3.3.x' 2023-10-01 14:00:51 +02:00
Marc Alexander
42bf5778d5
Merge pull request #6526 from marc1706/ticket/17029
[ticket/17029] Update post count when changing post visibility
2023-10-01 13:59:05 +02:00
Marc Alexander
4bf78d139b
[ticket/17029] Add tests for deleting of last post with different visibility
PHPBB3-17029
2023-10-01 11:12:14 +02:00
Marc Alexander
d76c571ad1
[ticket/17029] Test changing of post count on approve/delete
PHPBB3-17029
2023-10-01 10:35:57 +02:00
Marc Alexander
4046365977
[ticket/17029] Use constants instead of magic numbers in tests
PHPBB3-17029
2023-10-01 10:30:57 +02:00
Marc Alexander
71f04e7337
Merge branch '3.3.x' 2023-09-30 13:22:46 +02:00
Marc Alexander
a04af20806
[ticket/17198] Use https instead of http as default in remote avatar
PHPBB3-17198
2023-09-29 21:34:27 +02:00
Ruben Calvo
94279d8ead
[ticket/17184] Remove subfolders option in local storage
PHPBB3-17184
2023-09-23 11:22:25 +02:00
Marc Alexander
0a395ebb6d
[ticket/17195] Stop artifically slowing down functional tests
PHPBB3-17195
2023-09-22 14:29:53 +02:00
Marc Alexander
54ea9e0aef
[ticket/17195] Remove reference to travis
[skip ci]

PHPBB3-17195
2023-09-22 14:19:48 +02:00
Marc Alexander
4bb94bf200
[ticket/17176] Fix functional test after rebase
PHPBB3-17176
2023-09-19 15:34:16 +02:00
Marc Alexander
9fbe00dd45
[ticket/17176] Fix some PHP 8.x deprecations and clean up test code
PHPBB3-17176
2023-09-18 19:28:22 +02:00
Marc Alexander
20a2ee2682
[ticket/17176] Use different call to cause a notice
The previous call was upgraded to cause a warning in PHP 8.3

PHPBB3-17176
2023-09-18 19:28:22 +02:00
Marc Alexander
4078ed7e20
[ticket/17176] Remove no longer needed backward compatible phpunit code
PHPBB3-17176
2023-09-18 19:28:21 +02:00
Marc Alexander
5d6218dcba
[ticket/17176] Use NativeHttpClient on windows builds
PHPBB3-17176
2023-09-18 19:28:21 +02:00
Marc Alexander
dc4d79f3a8
[ticket/17176] Take care of MSSQL being slow
PHPBB3-17176
2023-09-18 19:28:21 +02:00
Marc Alexander
eed92e766f
[ticket/17176] Do not always create a new connection in database tests
PHPBB3-17176
2023-09-18 19:28:20 +02:00
Marc Alexander
8a2199ed6c
[ticket/17176] Clean up database code to prevent test issues
PHPBB3-17176
2023-09-18 19:28:20 +02:00
Marc Alexander
abd29e96b5
[ticket/17176] Resolve deprecation notices
PHPBB3-17176
2023-09-18 19:28:19 +02:00
Marc Alexander
66b54d4469
[ticket/17176] Use Symfony name for event dispatcher
The previously used override of the names is no longer supported.

PHPBB3-17176
2023-09-18 19:28:18 +02:00
Marc Alexander
549c818a5c
[ticket/17176] Work around bug with fileuploads in BrowserKit
PHPBB3-17176
2023-09-18 19:28:18 +02:00
Marc Alexander
2d7c668a28
[ticket/17176] Use BrowserKit instead of Goutte
PHPBB3-17176
2023-09-18 19:28:18 +02:00
Marc Alexander
cef8aaf1a4
[ticket/17176] Update implementations to be compatible with Symfony 6.3
PHPBB3-17176
2023-09-18 19:28:16 +02:00
toxyy
d59a4d4aad
[ticket/17188] Add unit tests
Adds rxu's unit tests, with rubencm's fix

PHPBB3-17188
2023-09-16 12:55:23 +02:00
rxu
0ac97841cb
[ticket/17151] Use Twig and short array syntax in tests
PHPBB3-17151
2023-09-11 09:59:02 +07:00
rxu
69cc2a9734
[ticket/17151] Make macros available for extensions
Also add tests and error reporting.

PHPBB3-17151
2023-09-09 14:02:17 +07:00
Marc Alexander
dde0ccac56
Merge pull request #6517 from marc1706/ticket/17137-master
[ticket/17137] Allow deleting user files only when post/pm can be changed -- master version
2023-08-06 20:32:52 +02:00
Marc Alexander
a414a44e36
Merge pull request #6516 from marc1706/ticket/17137
[ticket/17137] Allow deleting user files only when post/pm can be changed
2023-08-06 20:32:12 +02:00
Marc Alexander
cdc7f6da22
Merge branch '3.3.x' 2023-08-06 14:01:29 +02:00
Marc Alexander
dd790b41eb
Merge pull request #6481 from marc1706/ticket/17129
[ticket/17129] Update youtube profile field to support latest URLs
2023-08-06 14:01:27 +02:00
Marc Alexander
b447e4468a
Merge pull request #6506 from marc1706/ticket/11449
[ticket/11449] Add separate method for deleting notifications by multiple types
2023-08-03 19:45:33 +02:00
Marc Alexander
d1941ab769
[ticket/17137] Update tests for master branch
PHPBB3-17137
2023-07-28 22:04:20 +02:00
Marc Alexander
f9fca89ab6
Merge branch 'ticket/17137' into ticket/17137-master 2023-07-28 20:44:38 +02:00
Marc Alexander
e3547aeb82
[ticket/17137] Allow deleting user files only when post/pm can be changed
PHPBB3-17137
2023-07-28 20:43:32 +02:00
Marc Alexander
5d7335671e
Merge branch '3.3.x' 2023-07-26 21:02:13 +02:00
Marc Alexander
56f0846378
[ticket/11765] Support IPv4 embedded IPv6 addresses in short_ipv6()
PHPBB3-11765
2023-07-26 17:21:43 +02:00
Marc Alexander
1712ee610a
Merge pull request #6500 from marc1706/ticket/15687
[ticket/15687] Add attachment filename to attachment URL
2023-07-26 15:19:36 +02:00
Marc Alexander
d05ce65a98
[ticket/11449] Add separate method for deleting notifications by multiple types
PHPBB3-11449
2023-07-02 09:56:10 +02:00
Marc Alexander
6d1284495b
Merge branch '3.3.x' 2023-06-28 14:13:27 +02:00
Marc Alexander
5cb0b267d3
[ticket/15687] Adjust regex for attachment URL
PHPBB3-15687
2023-06-27 22:34:44 +02:00