Commit graph

4964 commits

Author SHA1 Message Date
Marc Alexander
5d3f0cd482
[ticket/17514] Replace phpBB3 with phpBB in tests
PHPBB-17514
2025-05-20 20:59:40 +02:00
rxu
0562984999
[ticket/17508] Fix PHP warning on custom profile fields edit
PHPBB-17508
2025-05-13 00:02:56 +07:00
rxu
4b7d7c2fc7
Merge branch 'ticket/17491' into ticket/17491-master 2025-05-07 00:40:32 +07:00
rxu
3d76a8bd09
[ticket/17491] Fix rows duplication in search results
PHPBB-17491
2025-05-07 00:31:21 +07:00
rxu
e91c7d42a9
[ticket/17491] Add test
PHPBB-17491
2025-05-05 23:46:09 +07:00
rxu
a5113d7cd3
[ticket/17496] Correctly restore willReturn()
PHPBB-17496
2025-05-02 22:48:59 +07:00
rxu
0f94e1cb13
[ticket/17496] Fix tests
PHPBB-17496
2025-05-02 22:48:58 +07:00
rxu
d0cb7d6389
[ticket/17496] Fix tests
PHPUnit will automatically create a test double
of required return type to be returned

PHPBB-17496
2025-05-02 22:48:57 +07:00
rxu
7d1ae5bf19
[ticket/17496] Fix Implicitly marking parameters as nullable PHP deprecations
Also use union types consistently instead of question marks.
Fixed with php-cs-fixer.

PHPBB-17496
2025-05-02 22:48:46 +07:00
rxu
f11512b580
Merge branch 'ticket/16941' into ticket/16941-master 2025-04-25 22:12:50 +07:00
Marc Alexander
e85b25122a
Merge pull request #6802 from marc1706/ticket/17493
[ticket/17493] Drop support for jabber
2025-04-24 19:47:48 +02:00
rxu
80a08d9c54
[ticket/16941] Add sphinx tests to 3.3.x
Also adjust Sphinx keywords splitting to be consistent with other search
backends when it comes to handling hyphen (like ignoring hyphen when it hasn't
NOT meaning and ignoring hyphen wrapped with "plus" signs)

PHPBB3-16941
2025-04-24 23:17:26 +07:00
Marc Alexander
3caab55e81
[ticket/17493] Remove remnants of notify type
PHPBB-17493
2025-04-21 15:16:41 +02:00
Marc Alexander
da32d51a81
[ticket/17493] Remove remnants of user_notify_type
PHPBB-17493
2025-04-21 11:40:25 +02:00
Marc Alexander
d5ac95f79f
Merge pull request #6801 from iMattPro/ticket/17494
[ticket/17494] Handle boolean attributes in checkbox assertions tests
2025-04-15 21:07:17 +02:00
Marc Alexander
bb26658a00
[ticket/17493] Remove jabber data in queue test
PHPBB-17493
2025-04-14 21:39:06 +02:00
Marc Alexander
610fa67928
[ticket/17493] Remove jabber as messenger method
PHPBB-17493
2025-04-14 20:33:13 +02:00
Marc Alexander
3128b3fa9b
[ticket/17493] Remove more jabber permissions and elements
PHPBB-17493
2025-04-13 21:00:19 +02:00
Marc Alexander
a7c7c38bfb
[ticket/17493] Remove settings, values, and lang vars for jabber
PHPBB-17493
2025-04-13 20:48:15 +02:00
Matt Friedman
f04f07f265
[ticket/17494] Handle boolean attributes in checkbox assertions tests
PHPBB-17494
2025-04-12 14:00:31 -07:00
Marc Alexander
6fcac2c40f
[ticket/17490] Add unit tests for messenger queue
PHPBB-17490
2025-04-10 20:59:30 +02:00
Marc Alexander
a63d423c86
[ticket/17490] Start implementing unit tests for jabber
PHPBB-17490
2025-04-08 22:37:03 +02:00
Marc Alexander
63203f42f7
[ticket/17490] Add test coverage for remainder of base test
PHPBB-17490
2025-04-07 20:37:52 +02:00
Marc Alexander
aa2da5b916
[ticket/17490] Add missing property declaration in test
PHPBB-17490
2025-04-07 19:39:37 +02:00
Marc Alexander
d5717b541e
[ticket/17490] Remove name handling for mails on windows
PHPBB-17490
2025-04-07 17:11:31 +02:00
Marc Alexander
8dbe499e3d
[ticket/17490] Add extra method to support unit testing mailer
Also increased unit test coverage of email method to 100%.

PHPBB-17490
2025-04-06 21:25:16 +02:00
Marc Alexander
91c325174f
[ticket/17490] Add type hints to enforce some types
PHPBB-17490
2025-04-06 14:20:04 +02:00
Marc Alexander
2e08d01b5e
[ticket/17490] Add unit tests file for email method
PHPBB-17490
2025-04-06 14:16:11 +02:00
rxu
21314a34a6
[ticket/17487] Add functional test for sending email via board
PHPBB-17487
2025-04-03 23:10:23 +07:00
Marc Alexander
3584ef7eca
Merge pull request #6753 from rubencm/ticket/17361
[ticket/17361] Improve storage
2025-02-22 15:06:48 +01:00
Marc Alexander
2a0f1896aa Merge branch '3.3.x' 2025-02-19 16:15:41 +00:00
rxu
2fa5da1454
[ticket/17470] Fix feed functional tests for master
Symfony DomCrawler component validates form values and throws
InvalidArgumentException for impossible values set.

PHPBB-17470
2025-02-19 21:45:47 +07:00
Marc Alexander
f54f82f071 Merge branch '3.3.x' 2025-02-16 17:00:50 +00:00
Marc Alexander
f42c4be939
[ticket/17470] Check feed enabled in each handler and add tests
PHPBB-17470
2025-02-16 12:00:36 +01:00
Marc Alexander
1e76b0df0e
[ticket/17326] Use same regex in icon name validation in PHP
PHPBB-17326
2025-02-15 20:24:07 +01:00
Marc Alexander
68c4e22886
[ticket/17326] Extend acp bbcodes test for font icon
PHPBB-17326
2025-02-15 15:43:43 +01:00
Marc Alexander
f6c9d15b0c
Merge pull request #6768 from marc1706/ticket/17459
[ticket/17459] Improve prosilver font sizes and backgrounds
2025-02-14 16:58:09 +01:00
Marc Alexander
6eacf68047
[ticket/15851] Add controller error_response and tests
PHPBB-15851
2025-02-13 19:47:44 +01:00
Marc Alexander
1157c41410
[ticket/15851] Skip unreadable file tests on windows
PHPBB-15851
2025-02-13 19:47:43 +01:00
Marc Alexander
feb7d6f34e
[ticket/15851] Add unit tests for get_updates
PHPBB-15851
2025-02-13 19:47:43 +01:00
Marc Alexander
c937b8f7ab
[ticket/17465] Add unit tests for all functions in webpush controller
PHPBB-17465
2025-02-02 17:15:34 +01:00
Marc Alexander
c5c6c96a50
[ticket/17465] Cover more exceptions when handling notification
PHPBB-17465
2025-01-28 21:15:33 +01:00
Marc Alexander
0c1aeb862b
[ticket/17465] Start implementation of unit tests for webpush controller
PHPBB-17465
2025-01-28 20:49:56 +01:00
Marc Alexander
b404606a9f
[ticket/17459] Add support for deprecated events to md_exporter
PHPBB-17459
2025-01-09 20:22:48 +01:00
rxu
353ea362f0
[ticket/17460] Fix fa-arrow-circle-up icon rendering in Quote BBCode
PHPBB3-17460
2025-01-09 21:27:54 +07:00
rxu
a447f957ba
[ticket/17135] Assert xCP modules array is not empty and test output
PHPBB-17135
2025-01-06 22:04:45 +07:00
rxu
cd17625e21
[ticket/17135] Add ACP modules common test
PHPBB-17135
2025-01-06 20:59:29 +07:00
rxu
e8cf35c583
[ticket/17135] Update Symfony mailer
PHPBB-17135
2025-01-05 15:57:56 +07:00
rxu
0c720eaf7c
[ticket/17135] Fix code flaws
PHPBB-17135
2025-01-05 15:57:46 +07:00
rxu
3fddff240c
[ticket/17135] Use email method instead of service collection where appropriate
PHPBB-17135
2025-01-05 15:57:45 +07:00