Commit graph

4964 commits

Author SHA1 Message Date
Marc Alexander
0bdb2c701c
Merge branch '3.3.x' 2024-09-09 21:04:07 +02:00
Marc Alexander
9eb30b5d8e
Merge pull request #6712 from rxu/ticket/17387
[ticket/17387] Fix PHP warnings in search results
2024-09-09 21:04:04 +02:00
rxu
544e0900e6
[ticket/17387] Add more unicode tests
PHPBB-17387
2024-09-03 00:16:05 +07:00
rxu
c26ded6025
[ticket/17387] Fix handling unicode strings
PHPBB-17387
2024-09-02 23:24:24 +07:00
Ruben Calvo
472b36877c
[ticket/17387] Add test for when words are separated by a non-space character
PHPBB-17387
2024-09-02 14:38:50 +02:00
rxu
8acba2db02
[ticket/17387] Return entire post text for zero or negative length value
In according to 'Default number of returned characters' setting ACP explanation
`A value of 0 will return the entire post`. Do the same for negative values too

PHPBB-17387
2024-09-02 16:37:15 +07: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
85f7ffb585
[ticket/17384] Ignore deprecated notices in test case error handler
PHPBB-17384
2024-08-31 09:02:53 +02:00
Marc Alexander
b22bcaa483
Merge branch 'ticket/17384' into ticket/17384-master 2024-08-31 09:02:35 +02:00
Marc Alexander
92730af7a4
[ticket/17384] Stop overriding error handler in test case
PHPBB-17384
2024-08-31 08:59:57 +02:00
rxu
7137dbabef
Merge branch 'ticket/17384' into ticket/17384-master 2024-08-18 18:25:08 +07:00
rxu
45515b7072
[ticket/17384] Handle E_USER_ERROR for PHP 8.4 tests
PHPBB-17384
2024-08-18 18:15:52 +07:00
Marc Alexander
4f4d4044e2
[ticket/16777] Fix manifest test
PHPBB-16777
2024-08-09 23:21:28 +02:00
Marc Alexander
28e217aa84
[ticket/16777] Remove remainders of max image size
PHPBB-16777
2024-08-09 21:14:53 +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
Marc Alexander
2afb6bd8cd
Merge pull request #6687 from marc1706/ticket/12479
[ticket/12479] Remove deprecated functions
2024-07-24 22:45:53 +02:00
Marc Alexander
c6b40259f7
[ticket/12479] Add missing file fixture
PHPBB-12479
2024-07-24 19:13:06 +02:00
Marc Alexander
ca56181008
[ticket/12479] Use separate mock in "remote" file test
PHPBB-12479
2024-07-23 21:25:22 +02:00
Marc Alexander
445a16be93
[ticket/12479] Remove dns check from test as we don't test against host anymore
PHPBB-12479
2024-07-23 21:05:54 +02:00
Marc Alexander
02c59fdf43
[ticket/12479] Convert file_downloader to use guzzle instead of fsockopen
PHPBB-12479
2024-07-23 21:04:34 +02:00
Marc Alexander
8b3bc0b5f5
[ticket/12479] Remove duplicate semi-colons
PHPBB-12479
2024-07-17 18:06:22 +02:00
Marc Alexander
704453b5d1
Merge pull request #6670 from marc1706/ticket/17353-master
[ticket/17353] Get gravatar img src and fix incorrect treatment of height -- master version
2024-07-16 21:04:07 +02:00
Marc Alexander
45d64a1627
Merge pull request #6660 from marc1706/ticket/17353
[ticket/17353] Get gravatar img src and fix incorrect treatment of height
2024-07-16 21:03:44 +02:00
Marc Alexander
bc7bd15312
Merge pull request #5385 from rubencm/ticket/15043
[ticket/15043] Rewrite get_context()
2024-07-15 19:49:59 +02:00
Ruben Calvo
2818ca1309
[ticket/15403] Add another test
PHPBB-15403
2024-07-14 22:00:26 +02:00
Ruben Calvo
6b5a632c12
[ticket/15403] Handle ellipsis at the beginning of context and add tests
PHPBB-15403
2024-07-14 22:00:26 +02:00
Ruben Calvo
5f0e639b83
[ticket/15403] Refactor get_context
PHPBB-15403
2024-07-14 22:00:25 +02:00
Marc Alexander
67ad543135
[ticket/15043] Add unit test for get_context
PHPBB-15043
2024-07-14 21:59:51 +02:00
Rubén Calvo
13f7a8f82f
[ticket/15043] New get_context displays more text
PHPBB3-15043
2024-07-14 21:59:51 +02:00
Ruben Calvo
e602889213
[ticket/15403] Add another test
PHPBB-15403
2024-07-14 12:47:06 +02:00
Ruben Calvo
f4b1444248
[ticket/15403] Handle ellipsis at the beginning of context and add tests
PHPBB-15403
2024-07-14 12:45:20 +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
Ruben Calvo
f41c8eef47
[ticket/15403] Refactor get_context
PHPBB-15403
2024-07-13 17:54:17 +02:00
Marc Alexander
986b92f3b3
[ticket/12479] Remove unused functions and function aliases
PHPBB-12479
2024-07-12 21:17:47 +02:00
Marc Alexander
f4cad55581
[ticket/12479] Remove request_var function
PHPBB-12479
2024-07-11 21:54:09 +02:00
Marc Alexander
06d226f292
[ticket/12479] Remove set_config and set_config_count
PHPBB-12479
2024-07-11 21:43:46 +02:00
Marc Alexander
e6e445395f
[ticket/12479] Update hash test
PHPBB-12479
2024-07-11 21:12:34 +02:00
Marc Alexander
6395639345
[ticket/12479] Remove deprecated functions
PHPBB-12479
2024-07-11 20:35:26 +02:00
Marc Alexander
1449706da9
Merge branch '3.3.x' 2024-07-10 22:46:10 +02:00
Marc Alexander
c0b81a1a48
[ticket/17365] Add a test for max search keywords
PHPBB-17365
2024-07-10 21:32:15 +02:00
Marc Alexander
a62a303318
[ticket/15043] Add unit test for get_context
PHPBB-15043
2024-07-09 21:20:09 +02:00
Rubén Calvo
7365764476
[ticket/15043] New get_context displays more text
PHPBB3-15043
2024-07-08 21:43:52 +02:00