Commit graph

12685 commits

Author SHA1 Message Date
Marc Alexander
48454308ae
[ticket/17414] Replace confirm types with enum
PHPBB-17414
2024-10-17 19:50:36 +02:00
Marc Alexander
589fe70be6
[ticket/17414] Change handling of validate to new logic
PHPBB-17414
2024-10-17 19:50:25 +02:00
Marc Alexander
2a6609013d
[ticket/17414] Remove request data from validate call
PHPBB-17414
2024-10-17 19:49:01 +02:00
Marc Alexander
8de8878d5e
[ticket/17414] Move captcha acp html to html files
PHPBB-17414
2024-10-17 19:48:09 +02:00
Marc Alexander
8429145241
[ticket/17414] Remove install steps for captcha plugins
This should be handled by migrations instead.

PHPBB-17414
2024-10-17 19:47:19 +02:00
Marc Alexander
e84e9cace4
[ticket/17414] Extend plugin interface and wrapper
PHPBB-17414
2024-10-17 19:46:33 +02:00
Marc Alexander
15b51e3b8f
[ticket/17414] Deprecate captcha constants
PHPBB-17414
2024-10-17 19:46:13 +02:00
Marc Alexander
ff7fffa8a4 Merge branch '3.3.x' 2024-10-03 11:43:24 +00:00
rxu
46ea7a8ffd
[ticket/17391] Fix PHP warning on creating group with the name already in use
PHPBB-17391
2024-10-03 12:37:30 +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
d25e5f6360 Merge branch '3.3.x' 2024-09-29 17:29:56 +00:00
Marc Alexander
6db142b8ef
Merge pull request #6705 from rxu/ticket/17383
[ticket/17383] Fix HELO/EHLO error in email messenger on PHP8
2024-09-29 19:29:37 +02:00
Marc Alexander
6c2d68962f
Merge branch '3.3.x' 2024-09-29 09:38:15 +02:00
rxu
990cbe093b
[ticket/17405] Fix getting UTC date/time information logic
PHPBB-17405
2024-09-29 01:57:53 +07:00
Marc Alexander
914383a581
Merge pull request #6714 from danieltj27/ticket/17390
[ticket/17390] Fix unset template variable for topic approval in mcp
2024-09-25 16:12:07 +01:00
Marc Alexander
f628e4f0b4
Merge pull request #6714 from danieltj27/ticket/17390
[ticket/17390] Fix unset template variable for topic approval in mcp
2024-09-25 17:08:39 +02:00
Marc Alexander
96df4d1284
Merge pull request #6664 from rubencm/ticket/17357
[ticket/17357] Remove file_info from storage
2024-09-25 17:07:04 +02:00
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
Daniel James
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
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
66b6a5e1f3
[ticket/17387] Make regex match unicode characters
PHPBB-17387
2024-09-02 17:46:16 +07: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
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
a7b673a1b6
[ticket/17387] Fix PHP warnings in search results
PHPBB-17387
2024-08-31 23:23:10 +07:00
rxu
cc4579ee04
[ticket/17383] Validate php_uname() output too
PHPBB-17383
2024-08-16 00:30:40 +07:00
rxu
6d0a965db2
[ticket/17383] Fix HELO/EHLO error in email messenger on PHP8
PHPBB-17383
2024-08-15 23:49:50 +07:00
Marc Alexander
e3a6f3d3fc
[ticket/17379] Use correct number of predefined BBCodes in posting editor
PHPBB-17379
2024-08-10 21:09:32 +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
31f0e7b882
[3.3.x] Update versions to 3.3.14-dev 2024-08-05 20:30:55 +02:00
Marc Alexander
599073cab2
[prep-release-3.3.13] Update version numbers to 3.3.13-RC1 2024-08-02 19:20:32 +02:00
Marc Alexander
189072f69d
Merge branch '3.3.x' 2024-07-28 21:02:15 +02:00
Marc Alexander
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
Marc Alexander
623bd9f3f4
Merge branch '3.3.x' 2024-07-28 20:43:23 +02:00
Marc Alexander
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
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
09b5d6605e
Merge branch '3.3.x' 2024-07-28 20:35:52 +02:00
Marc Alexander
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
Marc Alexander
21b90bdeff
Merge branch '3.3.x' 2024-07-28 20:32:05 +02:00
Marc Alexander
1e28669407
Merge pull request #6696 from marc1706/ticket/17374
[ticket/17374] Only delete marked logs if entries have been marked
2024-07-28 20:31:52 +02:00
Marc Alexander
1444a1a02b
Merge pull request #6697 from marc1706/ticket/17022
[ticket/17022] Fix SQL report link
2024-07-27 08:10:32 +02:00
Marc Alexander
a7720522a2
[ticket/17022] Fix SQL report link
PHPBB-17022
2024-07-26 20:37:36 +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
58cc1f4ef3
[ticket/17374] Only delete marked logs if entries have been marked
PHPBB-17374
2024-07-23 20:18:28 +02:00
Marc Alexander
10f92dbb68
[ticket/13933] Extend tokens' definitions in ACP bbcodes
PHPBB-13933
2024-07-16 21:01:57 +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