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
544e0900e6
[ticket/17387] Add more unicode tests
...
PHPBB-17387
2024-09-03 00:16:05 +07:00
c26ded6025
[ticket/17387] Fix handling unicode strings
...
PHPBB-17387
2024-09-02 23:24:24 +07:00
1c73b7ab19
[ticket/17390] Fix unset template variable for topic approval in mcp
...
Fixes a bug that was introduced in 558b8ae
whereby a template
variable was added to wrap around the approve / disapprove UI
however that variable was not set in mcp_queue so the check
failed every time meaning you couldn't approve from the MCP.
PHPBB-17390
2024-09-02 17:13:49 +01:00
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
66b6a5e1f3
[ticket/17387] Make regex match unicode characters
...
PHPBB-17387
2024-09-02 17:46:16 +07:00
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
bf4e26a0b8
Merge pull request #6713 from rxu/ticket/17386-master
...
[ticket/17386] Unify user based permissions test for 3.3.x and master branches
2024-09-01 20:05:41 +02:00
7c4b6cde8b
[ticket/17386] Fix user based permissions test
...
PHPBB-17386
2024-09-02 00:19:20 +07:00
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
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
a7b673a1b6
[ticket/17387] Fix PHP warnings in search results
...
PHPBB-17387
2024-08-31 23:23:10 +07:00
03f315f7b7
[ticket/17386] Add test
...
PHPBB-17386
2024-08-31 22:15:03 +07:00
76752800c2
[ticket/17386] Fix resulting permission for user-based tracing
...
PHPBB-17386
2024-08-31 22:14:52 +07:00
23f872d138
Merge pull request #6710 from marc1706/ticket/17384
...
[ticket/17384] Stop overriding error handler in test case
2024-08-31 15:30:38 +02:00
92730af7a4
[ticket/17384] Stop overriding error handler in test case
...
PHPBB-17384
2024-08-31 08:59:57 +02:00
80f4c07bc5
Merge pull request #6695 from battye/ticket/17181
...
[ticket/17181] Remove unused PM report code
2024-08-30 11:42:02 +02:00
dc0561c8bf
Merge pull request #6706 from rxu/ticket/17384
...
[ticket/17384] Handle E_USER_ERROR for PHP 8.4 tests - 3.3.x
2024-08-30 11:12:40 +02:00
9c9dcb1e35
Merge branch 'prep-release-3.3.13' into 3.3.x
2024-08-29 20:34:46 +02:00
b083e223e2
[prep-release-3.3.13] Update changelog for 3.3.13
release-3.3.13
2024-08-28 20:18:39 +02:00
88243d296c
[prep-release-3.3.13] Add migration for 3.3.13
2024-08-28 20:12:25 +02:00
53c60419b4
[prep-release-3.3.13] Update version numbers to 3.3.13
2024-08-28 20:09:41 +02:00
45515b7072
[ticket/17384] Handle E_USER_ERROR for PHP 8.4 tests
...
PHPBB-17384
2024-08-18 18:15:52 +07:00
cc4579ee04
[ticket/17383] Validate php_uname() output too
...
PHPBB-17383
2024-08-16 00:30:40 +07:00
6d0a965db2
[ticket/17383] Fix HELO/EHLO error in email messenger on PHP8
...
PHPBB-17383
2024-08-15 23:49:50 +07:00
629a909b65
[ticket/17359] Adjust template event target phpBB version
...
PHPBB-17359
2024-08-13 15:33:18 +07:00
331bea8b22
[ticket/17382] Undo rename of install folder to check front-end changes!
...
PHPBB-17382
2024-08-12 21:21:14 +01:00
9b4743c028
[ticket/17382] Update the find a member FAQ text to fix grammar
...
Updated the text of an answer on the FAQ page that explained how
to search for members on the forum. Originally the text read as
`Visit to the “Members” page` which is grammatically incorrect,
specifically `visit to the`.
PHPBB-17382
2024-08-12 21:17:52 +01:00
6623e7fe1d
[ticket/17376] Update quote template and change icon to FA arrow
...
PHPBB-17376
2024-08-07 11:40:12 +01:00
9d64579dea
Merge branch 'prep-release-3.3.13' into 3.3.x
2024-08-06 22:11:16 +02:00
092f583422
Merge pull request #6700 from marc1706/ticket/17377
...
[ticket/17377] Use specific mssql docker images to have uniform builds
2024-08-06 22:10:49 +02:00
8b7f215309
[ticket/17377] Use specific mssql docker images to have uniform builds
...
PHPBB-17377
2024-08-06 21:08:10 +02:00
31f0e7b882
[3.3.x] Update versions to 3.3.14-dev
2024-08-05 20:30:55 +02:00
ee3b351419
Merge branch 'prep-release-3.3.13' into 3.3.x
2024-08-05 20:29:22 +02:00
99861a8c10
[ticket/17376] Add aria label to quote reference link
...
Adds an aria label attribute to the quoted post reference link so
that screen readers can inform the user of what the link is used
for. Before this change the link was too vague and would not have
been well described to users of its purpose if they couldn't see it.
PHPBB-17376
2024-08-04 15:09:34 +01:00
2973c2f6db
[prep-release-3.3.13] Update changelog for 3.3.13-RC1
release-3.3.13-RC1
2024-08-02 19:22:23 +02:00
57ef18ecc0
[prep-release-3.3.13] Update stylesheet hashes for 3.3.13-RC1
2024-08-02 19:20:35 +02:00
e9e305ee9f
[prep-release-3.3.13] Add migration for 3.3.13-RC1
2024-08-02 19:20:35 +02:00
1d256fef61
[prep-release-3.3.13] Update version numbers to 3.3.13
2024-08-02 19:20:32 +02:00
599073cab2
[prep-release-3.3.13] Update version numbers to 3.3.13-RC1
2024-08-02 19:20:32 +02:00
b7ffee0945
Merge pull request #6698 from marc1706/ticket/17375
...
[ticket/17375] Ensure user last visit does not get updated for active sessions in session gc
2024-08-01 22:18:23 +02:00
56c1b9b5bd
Merge pull request #6662 from rxu/ticket/17358
...
[ticket/17358] Properly handle Redis cache expiration time - 3.3.x
2024-08-01 20:24:23 +02:00
18c00a902f
[ticket/17375] User last active should be updated to current time
...
PHPBB-17375
2024-07-31 21:25:33 +02:00
8497104bdb
[ticket/17375] Ensure session garbage collection only happens for expired ones
...
PHPBB-17375
2024-07-31 21:24:45 +02:00
4038bb9dc3
Merge pull request #6691 from marc1706/ticket/13933
...
[ticket/13933] Extend tokens' definitions in ACP bbcodes
2024-07-28 21:02:11 +02:00
935c1a3ea2
Merge pull request #6680 from marc1706/ticket/17366
...
[ticket/17366] Resolve issues with form submissions and recaptcha
2024-07-28 20:47:14 +02:00
6eb49d0907
Merge pull request #6681 from marc1706/ticket/16213
...
[ticket/16213] Add .htaccess for phpbb and vendor folders
2024-07-28 20:44:56 +02:00
7fe0cc7f26
Merge pull request #6686 from marc1706/ticket/15576
...
[ticket/15576] Handle subject max length same as in form input
2024-07-28 20:43:20 +02:00
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
cf47bed67e
Merge pull request #6689 from marc1706/ticket/17370
...
[ticket/17370] Move delete cookies functionality to controller
2024-07-28 20:35:42 +02:00