Commit graph

908 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
f11512b580
Merge branch 'ticket/16941' into ticket/16941-master 2025-04-25 22:12:50 +07: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
da32d51a81
[ticket/17493] Remove remnants of user_notify_type
PHPBB-17493
2025-04-21 11:40:25 +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
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
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
Matt Friedman
b6b0973e9e
[ticket/17457] Remove dir from manifest, it’s not implemented
PHPBB-17457
2024-12-20 20:18:36 -08:00
Marc Alexander
ffdc810db6
Merge pull request #6745 from rxu/ticket/17422-master
[ticket/17422] Fix search results sorting - master
2024-11-24 20:00:56 +01:00
Marc Alexander
c7e68fb572
Merge pull request #6744 from rxu/ticket/17422
[ticket/17422] Fix search results sorting - 3.3.x
2024-11-24 20:00:39 +01:00
Marc Alexander
378dab1c10
Merge branch '3.3.x' 2024-11-10 10:46:56 +01:00
rxu
43de83b339
Merge branch 'ticket/17422' into ticket/17422-master 2024-10-31 15:08:08 +07:00
rxu
4194cb2228
[ticket/17422] Adjust tests code
PHPBB-17422
2024-10-31 14:55:35 +07:00
rxu
7086fa746f
[ticket/17422] Fix tests
PHPBB-17422
2024-10-31 09:41:15 +07:00
rxu
eeede1ab6c
[ticket/17422] Add author_id search tests
PHPBB-17422
2024-10-31 01:34:24 +07:00
Marc Alexander
c252fb9bfb
[ticket/17421] Rename extensions section to "not installed"
PHPBB-17421
2024-10-28 20:20:36 +01:00
Marc Alexander
42eed1f917
[ticket/17304] Update acp smilies test to svg
PHPBB-17304
2024-10-24 18:16:30 +02:00
Marc Alexander
167a7fc4ab Merge branch '3.3.x' 2024-10-19 19:06:44 +00:00
Marc Alexander
5abc36f651
Merge pull request #6734 from marc1706/ticket/17410
[ticket/17410] Only fall back acp main page when in ACP with test permission
2024-10-19 21:06:24 +02:00
Marc Alexander
b1282fcbc7
[ticket/17410] Only fall back acp main page when in ACP with test permission
PHPBB-17410
2024-10-10 21:38:19 +02:00
Marc Alexander
ff7fffa8a4 Merge branch '3.3.x' 2024-10-03 11:43:24 +00:00
rxu
4217dc46ca
[ticket/17391] Add simple functional test
PHPBB-17391
2024-10-03 13:24:52 +07:00
Marc Alexander
94112979a0
Merge pull request #6702 from marc1706/ticket/16777
[ticket/16777] Remove remainders of max image size
2024-09-29 20:47:40 +02:00
Marc Alexander
da52e21ca1
Merge branch '3.3.x' 2024-09-01 20:05:44 +02:00
rxu
7c4b6cde8b
[ticket/17386] Fix user based permissions test
PHPBB-17386
2024-09-02 00:19:20 +07:00
Marc Alexander
cbeeeee93f
Merge branch '3.3.x' 2024-09-01 16:51:08 +02:00
Marc Alexander
7f08efb04c
Merge pull request #6709 from rxu/ticket/17386
[ticket/17386] Fix resulting permission for user-based tracing
2024-09-01 16:51:05 +02:00
Marc Alexander
65d4bbaeed
Merge branch '3.3.x' 2024-09-01 16:48:59 +02:00
Marc Alexander
6ca926c146
Merge pull request #6665 from rxu/ticket/17359
[ticket/17359] Distinct disabled and available extensions list
2024-09-01 16:44:43 +02:00
rxu
03f315f7b7
[ticket/17386] Add test
PHPBB-17386
2024-08-31 22:15:03 +07:00
Marc Alexander
4f4d4044e2
[ticket/16777] Fix manifest test
PHPBB-16777
2024-08-09 23:21:28 +02:00
Marc Alexander
54e6eccedd
Merge branch '3.3.x' 2024-07-28 20:37:36 +02:00
Marc Alexander
28cf33eb2f
Merge pull request #6688 from marc1706/ticket/14454
[ticket/14454] Handle special case of testing user permissions in ACP modules
2024-07-28 20:37:34 +02:00
Rubén Calvo
13f7a8f82f
[ticket/15043] New get_context displays more text
PHPBB3-15043
2024-07-14 21:59:51 +02:00
Marc Alexander
13e6cd5992
[ticket/14454] Remove extra commas
PHPBB-14454
2024-07-14 08:17:12 +02:00
Marc Alexander
f646fcdefa
[ticket/14454] Handle special case of testing user permissions in ACP modules
PHPBB-14454
2024-07-13 23:46:28 +02:00
Rubén Calvo
7365764476
[ticket/15043] New get_context displays more text
PHPBB3-15043
2024-07-08 21:43:52 +02:00
Matt Friedman
fe40b0d3a3
[ticket/17363] Add functional test
PHPBB-17363

Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-07-02 21:53:45 -07:00
rxu
9e11624693
[ticket/17359] Fix tests
PHPBB-17359
2024-06-30 19:59:45 +07:00
Matt Friedman
16743e9345
[ticket/17344] Improve webpush class names
PHPBB-17344
2024-06-16 09:47:32 -07:00