Ruben Calvo
06ff814f04
[ticket/15403] Remove last element of array only if needed
...
PHPBB-15403
2024-07-15 12:30:10 +02:00
Ruben Calvo
d679ac4df8
[ticket/15403] Remove suggestion from composer.json
...
PHPBB-15403
2024-07-14 23:54:01 +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
ec8bbf3da3
[ticket/15403] Use substr over the fragment and not the whole text
...
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
7181b05e38
[ticket/15043] Small code cleanup
...
PHPBB-15043
2024-07-14 21:59:51 +02:00
Marc Alexander
67ad543135
[ticket/15043] Add unit test for get_context
...
PHPBB-15043
2024-07-14 21:59:51 +02:00
Ruben Calvo
95b8b50599
[ticket/15403] Return first fragment of text if there is no coincidences
...
PHPBB-15403
2024-07-14 21:59:51 +02:00
Ruben Calvo
68436c4a96
[ticket/15403] Fix order of parameters in implode
...
PHPBB-15403
2024-07-14 21:59:51 +02:00
Rubén Calvo
02321c412c
[ticket/15043] Update regexp
...
PHPBB3-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
Rubén Calvo
2f3183796c
[ticket/15043] Rewrite get_context()
...
PHPBB3-15043
2024-07-14 21:59:50 +02:00
Marc Alexander
508d864fcd
Merge branch '3.3.x'
2024-07-14 14:46:23 +02:00
Marc Alexander
de660fe0c8
Merge pull request #6677 from marc1706/ticket/16907
...
[ticket/16907] Adjust request filtering for phpbb paths
2024-07-14 14:46:20 +02:00
Marc Alexander
ca3e692a95
Merge branch '3.3.x'
2024-07-13 19:42:51 +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
Marc Alexander
1449706da9
Merge branch '3.3.x'
2024-07-10 22:46:10 +02:00
Marc Alexander
17b4838ee3
Merge pull request #6684 from crowjake/ticket/17365
...
[ticket/17365] Prevent search limit being bypassed with operators
2024-07-10 22:45:09 +02:00
Marc Alexander
6fdf43959f
Merge branch '3.3.x'
2024-07-10 21:34:55 +02:00
Marc Alexander
a0092bdd18
Merge pull request #6678 from marc1706/ticket/13916
...
[ticket/13916] Add notify to fields to store during save draft
2024-07-10 21:34:52 +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
4616681fa8
Merge pull request #6679 from marc1706/ticket/17341
...
[ticket/17341] Remove no longer used files and references
2024-07-09 21:47:45 +02:00
Marc Alexander
b0075b8cce
Merge branch '3.3.x'
2024-07-09 19:22:41 +02:00
Marc Alexander
cacd9375fd
Merge pull request #6685 from danieltj27/ticket/17369
...
[ticket/17369] Add forum id to approve action url for redirection
2024-07-09 19:22:31 +02:00
Daniel James
926a0a4e33
[ticket/17369] Add forum id to approve action url for redirection
...
Added the forum_id to the approve action link which ensures that when
a topic is permanently deleted, the forum_id is present so that it can
be used in the redirection link to go to the previous forum. This addresses
a bug in which the forum_id is not provided and after deleting a topic, the
user will be taken to a 404 page as the forum id fallbacks to 0.
PHPBB-17369
2024-07-08 16:35:41 +01:00
crowjake
30144052da
[ticket/17365] Prevent keyword limit being bypassed with the use of +, - and |
...
Provided `$countable_keywords` wherein the existing `$keywords` value is
modified so that any `-`, `+` and `|` characters without preceding spaces
is replaced with the same but with a space in front of each.
These spaces allow the string to be more accurately split when used instead
of $keywords inside the $num_keywords calculation.
This prevents the word limit being bypassed in search by the use of
operators without whitespace.
PHPBB-17365
2024-07-07 23:04:19 +01:00
Marc Alexander
53e7e3d801
[ticket/17341] Remove no longer used files and references
...
PHPBB-17341
2024-07-07 08:44:32 +02:00
Marc Alexander
187a4f3586
Merge pull request #6671 from iMattPro/ticket/17364
...
[ticket/17364] Correctly handle styles list in ACP Forums
2024-07-07 08:25:30 +02:00
Marc Alexander
ffc655a1ba
[ticket/13916] Add notify to fields to store during save draft
...
PHPBB-13916
2024-07-06 21:44:06 +02:00
Marc Alexander
922e7699ed
[ticket/16907] Adjust request filtering for phpbb paths
...
PHPBB-16907
2024-07-06 17:39:49 +02:00
Marc Alexander
b6ac913933
Merge branch '3.3.x'
2024-07-06 13:02:32 +02:00
Marc Alexander
c790e81fb6
Merge pull request #6676 from marc1706/ticket/16890
...
[ticket/16890] Deny access to config file and folder in nginx sample
2024-07-06 13:01:50 +02:00
Marc Alexander
42851d0d9f
[ticket/16890] Add rewrite for installer in lighttpd
...
PHPBB-16890
2024-07-06 11:53:21 +02:00
Marc Alexander
00d1351e55
[ticket/16890] Deny access to config file and folder in nginx sample
...
PHPBB-16890
2024-07-06 10:47:49 +02:00
Matt Friedman
51c424b93d
[ticket/17364] Fix random spelling error in code
...
PHPBB-17364
Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-07-05 19:22:29 -07:00
Matt Friedman
e69a86c49e
[ticket/17364] Correctly handle styles list in ACP Forums
...
PHPBB-17364
Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-07-05 19:22:05 -07:00
Marc Alexander
b2b61390c4
Merge branch '3.3.x'
2024-07-05 21:56:37 +02:00
Marc Alexander
48a233e415
Merge pull request #6661 from rubencm/ticket/17356
...
[ticket/17356] Correctly handle errors hidden with at
2024-07-05 21:56:34 +02:00
Marc Alexander
9a48d26e73
Merge branch '3.3.x'
2024-07-05 21:46:55 +02:00
Marc Alexander
6798c337f8
Merge pull request #6656 from danieltj27/ticket/17350
...
[ticket/17350] Add IP Address of user during install process
2024-07-05 21:45:16 +02:00
Marc Alexander
f0deb16b0c
Merge pull request #6669 from iMattPro/ticket/17363
...
[ticket/17363] Add web app manifest
2024-07-03 22:04:46 +02:00
Matt Friedman
e0cf35c588
[ticket/17363] Remove and fix leftover code
...
PHPBB-17363
Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-07-03 07:30:07 -07: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
Matt Friedman
d651cccc76
[ticket/17363] Add web app manifest
...
PHPBB-17363
Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-07-02 21:19:58 -07:00
Marc Alexander
5ede9fb149
Merge pull request #6668 from marc1706/ticket/17347-master
...
[ticket/17347] Fix psalm error for user delete by ID command
2024-07-01 22:28:43 +02:00
Marc Alexander
381faac8c0
Merge branch '3.3.x'
2024-07-01 21:53:54 +02:00
Marc Alexander
38177e9052
Merge pull request #6655 from danieltj27/ticket/17352
...
[ticket/17352] Fix overflow of long rank titles on profile page
2024-07-01 21:52:47 +02:00
Marc Alexander
c82dd8bf54
[ticket/17347] Fix psalm error for user delete by ID command
...
PHPBB-17347
2024-07-01 21:33:54 +02:00
Marc Alexander
82de8c7f5f
Merge branch '3.3.x'
2024-07-01 19:14:24 +02:00