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
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
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
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
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
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
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
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
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
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
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
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
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
Ruben Calvo
5c40766dc4
[ticket/15403] Remove last element of array only if needed
...
PHPBB-15403
2024-07-15 12:30:40 +02:00
Marc Alexander
294c517256
[ticket/17370] Add controller for deleting cookies
...
PHPBB-17370
2024-07-14 20:42:03 +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
Ruben Calvo
dd9267b678
[ticket/15403] Use substr over the fragment and not the whole text
...
PHPBB-15403
2024-07-14 01:10:25 +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
Marc Alexander
99c97b951f
Merge pull request #6642 from rxu/ticket/17338
...
[ticket/17338] Prefer user_last_active to display user last activity info
2024-07-13 19:42:48 +02:00
Ruben Calvo
f41c8eef47
[ticket/15403] Refactor get_context
...
PHPBB-15403
2024-07-13 17:54:17 +02:00
Marc Alexander
89afa0cb5e
[ticket/15043] Small code cleanup
...
PHPBB-15043
2024-07-09 21:46:37 +02:00
Ruben Calvo
7763969625
[ticket/15403] Return first fragment of text if there is no coincidences
...
PHPBB-15403
2024-07-09 17:09:06 +02:00
Ruben Calvo
a2e7205154
[ticket/15403] Fix order of parameters in implode
...
PHPBB-15403
2024-07-09 00:25:05 +02:00
Rubén Calvo
350c9213ee
[ticket/15043] Update regexp
...
PHPBB3-15043
2024-07-08 21:43:54 +02:00
Rubén Calvo
dd4c982792
[ticket/15043] Rewrite get_context()
...
PHPBB3-15043
2024-07-08 21:42:03 +02:00
Marc Alexander
2088ee5e84
[ticket/15576] Handle subject max length same as in form input
...
PHPBB-15576
2024-07-08 21:37:05 +02:00
rxu
e6bdecbfee
[ticket/17359] Distinct disabled and available extensions list
...
PHPBB-17359
2024-06-30 19:07:41 +07:00
Ruben Calvo
5b03cd422a
[ticket/17356] Correctly handle errors hidden by at
...
PHPBB-17356
2024-06-28 21:45:33 +02:00
rxu
e125f1f709
[ticket/17338] Prefer user_last_active to display user last activity info
...
PHPBB-17338
2024-06-13 13:27:03 +07:00
Marc Alexander
2976314205
Merge branch 'prep-release-3.3.12' into 3.3.x
2024-05-31 21:41:03 +02:00
Marc Alexander
8899fcfdc2
Merge pull request #6626 from LukeWCS/ticket/17325
...
[ticket/17325] Show message for "Re-Check version" if phpBB is still up to date
2024-05-31 09:50:54 +02:00
Marc Alexander
2aba9b0e3f
[prep-release-3.3.12] Remove columns from user_add
...
These have default values and do not require setting in user_add().
2024-05-30 20:39:52 +02:00
Marc Alexander
607fe555af
[prep-release-3.3.12] Update version numbers to 3.3.12
2024-05-30 11:00:22 +02:00
Marc Alexander
1c1c981b17
[ticket/security/276] Centralise call for token expiration
...
SECURITY-276
2024-05-29 22:04:15 +02:00
Marc Alexander
7c661746cf
[ticket/security/276] Add test for expiration timer
...
SECURITY-276
2024-05-29 22:04:15 +02:00
Marc Alexander
24dd47adcf
[ticket/security/276] Add missing information message
...
SECURITY-276
2024-05-29 22:04:15 +02:00