Marc Alexander
a223da37fb
Merge pull request #6782 from rxu/ticket/17470
...
[ticket/17470] Fix feed functional tests for master
2025-02-19 17:15:15 +01:00
Marc Alexander
7181c4d591
Merge pull request #6781 from cabot/fix_forumlist_feed_link
...
[ticket/17471] Fix feed link href for feed icon
2025-02-19 17:11:39 +01:00
rxu
2fa5da1454
[ticket/17470] Fix feed functional tests for master
...
Symfony DomCrawler component validates form values and throws
InvalidArgumentException for impossible values set.
PHPBB-17470
2025-02-19 21:45:47 +07:00
cabot
77f83306b5
[ticket/17471] Fix feed link href for feed icon
...
PHPBB-17471
2025-02-18 17:33:30 +01:00
Marc Alexander
4f5ace858d
Merge pull request #6780 from Neo-CTC/ticket/17470
...
[ticket/17470] Feed enable config not enforced
2025-02-16 18:00:31 +01:00
Marc Alexander
f42c4be939
[ticket/17470] Check feed enabled in each handler and add tests
...
PHPBB-17470
2025-02-16 12:00:36 +01:00
Neo-CTC
bfdf172992
[ticket/17470] Feed enable config not enforced
...
The 'feed_enable' config is never checked before generating the feeds. The
effective result is that feeds are always enabled, regardless of the setting.
PHPBB-17470
2025-02-16 00:09:45 -06:00
Marc Alexander
6b5bb4d51f
Merge pull request #6741 from phpbbtr/patch-5
...
[ticket/17417] Day selection not visible when no results
2025-02-11 21:28:00 +01:00
phpBB TR
736ef320ed
[ticket/17417] Show display options even without search results
...
PHPBB-17417
2025-02-11 20:59:28 +01:00
Marc Alexander
bf29596bad
Merge pull request #6775 from rxu/ticket/17467
...
[ticket/17467] Provide TLS v.1.3 support for SMTP connections
2025-02-10 20:01:24 +01:00
Marc Alexander
120ae90636
Merge pull request #6777 from rxu/ticket/17468
...
[ticket/17468] Send reset password link to email only
2025-02-06 20:29:00 +01:00
Marc Alexander
b157e1b0d2
Merge pull request #6771 from Neo-CTC/ticket/17463
...
[ticket/17463] Remove extraneous '&' from search page urls
2025-02-04 20:33:30 +01:00
rxu
cd47344ee2
[ticket/17468] Send reset password link to email only
...
PHPBB-17468
2025-02-02 19:46:49 +07:00
rxu
a86f368f3d
[ticket/17467] Provide TLS v.1.3 support for SMTP connections
...
PHPBB-17467
2025-02-02 10:42:29 +07:00
NeoDev
3d6e63154f
[ticket/17463] Remove extraneous '&' from search page urls
...
Normally $u_show_results always starts with '&' as it is appended to the
$u_sort_param variable. Which is fine if $u_sort_param is always populated,
which it is, except when searching for new or unread posts. This fix adds a
check for when $u_sort_param is empty and adds '&' as needed.
PHPBB-17463
2025-01-22 19:31:25 -06:00
Marc Alexander
2f08d8eb72
Merge pull request #6763 from rxu/ticket/17455
...
[ticket/17455] Fix PHP warning on MySQLi connection failure
2025-01-06 10:57:16 +01:00
rxu
059e82de8f
[ticket/17455] Remove outdated mysqli_connect_error function existence check
...
PHPBB-17455
2025-01-02 20:15:55 +07:00
Marc Alexander
c06bec87dc
Merge pull request #6746 from TheBrainOne/ticket/17429
...
[ticket/17429] Added trigger for event "group_add_user_before"
2024-12-31 15:44:18 +01:00
rxu
7540720c79
[ticket/17455] Fix PHP warning on MySQLi connection failure
...
PHPBB-17455
2024-12-16 20:04:33 +07:00
Marc Alexander
e73ba63590
Merge pull request #6754 from rxu/ticket/17443
...
[ticket/17443] Fix various Guzzle client issues for version checks
2024-12-08 17:23:34 +01:00
Marc Alexander
1255febe6b
Merge pull request #6756 from kaileymsnay/ticket/17446
...
[ticket/17446] Add acp_account_activation_edit_add event
2024-12-08 13:02:37 +01:00
Marc Alexander
911f8a5fb7
Merge pull request #6749 from rxu/ticket/17433
...
[ticket/17433] Clarify wording for use system cron ACP setting
2024-12-02 17:24:37 +01:00
Kailey M Snay
a4879e9249
[ticket/17446] Fix typo
...
PHPBB-17446
2024-11-29 23:57:35 -05:00
Kailey M Snay
922fde6d53
[ticket/17446] Add $phpbb_dispatcher and docblock updates
...
PHPBB-17446
2024-11-29 23:02:40 -05:00
Kailey M Snay
332ecb3d9c
[ticket/17446] Use array shorthand
...
PHPBB-17446
2024-11-29 17:03:32 -05:00
Kailey M Snay
8978594d6d
[ticket/17446] Add acp_account_activation_edit_add event
...
Event added for additional account activation methods.
PHPBB-17446
2024-11-29 15:45:42 -05:00
rxu
13945f56a9
[ticket/17443] Use default */* accept header (like curl etc)
...
PHPBB-17443
2024-11-25 16:06:44 +07:00
rxu
253579761d
[ticket/17443] Fix HTTP 403 response to Guzzle client requests for some hosts
...
PHPBB-17443
2024-11-25 13:30:33 +07:00
rxu
7baba29d9d
[ticket/17443] Increase Guzzle client request timeout for version checks
...
PHPBB-17443
2024-11-25 12:39:53 +07:00
rxu
32a1d82969
[ticket/17433] Specify "operating" system term
...
PHPBB-17433
2024-11-25 10:04:10 +07:00
rxu
5dc93ea51e
[ticket/17433] Clarify wording for use system cron ACP setting
...
PHPBB-17433
2024-11-25 10:03:55 +07:00
Marc Alexander
0e8f4f89d8
Merge pull request #6751 from rxu/ticket/17436
...
[ticket/17436] Fix phpBB 2.0 converter PHP fatal error
2024-11-24 20:20:47 +01:00
Marc Alexander
4a98024474
Merge pull request #6747 from kaileymsnay/ticket/17431
...
[ticket/17431] Add more vars to memberlist event
2024-11-24 20:18:18 +01:00
Marc Alexander
5538b9a37b
[ticket/17429] Add add_id_ary to event and fix since version
...
PHPBB-17429
2024-11-24 20:15:18 +01:00
Alexey Dolzhenko
5d0b1661f2
[ticket/17429] Adding event before users have been added to a group
...
PHPBB-17429
2024-11-24 20:12:26 +01:00
Marc Alexander
c7e68fb572
Merge pull request #6744 from rxu/ticket/17422
...
[ticket/17422] Fix search results sorting - 3.3.x
2024-11-24 20:00:39 +01:00
rxu
150bd59c82
[ticket/17436] Fix phpBB 2.0 converter PHP fatal error
...
PHPBB-17436
2024-11-21 22:46:31 +07:00
Marc Alexander
5c7cbbc6a8
Merge branch 'prep-release-3.3.14' into 3.3.x
2024-11-20 20:03:39 +01:00
Marc Alexander
72ae28d583
[prep-release-3.3.14] Update changelog for 3.3.14
release-3.3.14
2024-11-18 21:34:22 +01:00
Marc Alexander
ff08756ea0
[prep-release-3.3.14] Add migration for 3.3.14
2024-11-18 21:23:18 +01:00
Marc Alexander
1f48926b1d
[prep-release-3.3.14] Update version numbers to 3.3.14
2024-11-18 21:19:37 +01:00
kaileymsnay
b40cdb757f
[ticket/17431] Add more vars to memberlist event
...
PHPBB3-17431
2024-11-11 14:13:29 -05:00
Marc Alexander
65e457d3d2
Merge branch 'prep-release-3.3.14' into 3.3.x
2024-11-10 10:46:19 +01:00
Marc Alexander
bf83c73a60
Merge pull request #6743 from marc1706/ticket/17421
...
[ticket/17421] Rename extensions section to "not installed"
2024-11-10 10:31:53 +01:00
rxu
4194cb2228
[ticket/17422] Adjust tests code
...
PHPBB-17422
2024-10-31 14:55:35 +07:00
rxu
7086fa746f
[ticket/17422] Fix tests
...
PHPBB-17422
2024-10-31 09:41:15 +07:00
rxu
eeede1ab6c
[ticket/17422] Add author_id search tests
...
PHPBB-17422
2024-10-31 01:34:24 +07:00
rxu
be52902541
[ticket/17422] Fix author_id search results sorting
...
PHPBB-17422
2024-10-30 23:56:05 +07:00
Marc Alexander
c252fb9bfb
[ticket/17421] Rename extensions section to "not installed"
...
PHPBB-17421
2024-10-28 20:20:36 +01:00
Marc Alexander
725cbd31c8
[3.3.x] Update versions to 3.3.15-dev
2024-10-22 20:43:13 +02:00