Commit graph

32191 commits

Author SHA1 Message Date
Marc Alexander
40608777f0
Merge pull request #6789 from rxu/ticket/17475
[ticket/17475] Fix MSSQL arithmetic overflow error on counting attachments size
2025-04-03 19:39:24 +02:00
Marc Alexander
3b7d98bf0f Merge branch '3.3.x' 2025-04-03 17:35:34 +00:00
Marc Alexander
84a835a995
Merge pull request #6792 from rxu/ticket/17486
[ticket/17486] Fix SQL error on phpBB v.3.0 to v.3.3 upgrade
2025-04-03 19:35:16 +02:00
rxu
f9e6385e84
[ticket/17489] Further queue logic adjustments
Saving queue is not needed if use_queue flag is set to false
as in this case the message should be set immediately in the runtime.

PHPBB-17487
PHPBB-17489
2025-04-04 00:04:45 +07:00
rxu
cebc19f2ed
[ticket/17487] Add wrapper method to add headers to interface
PHPBB-17487
2025-04-03 23:10:33 +07:00
rxu
67265efc0d
[ticket/17487] Fix PHP uncaught exception on sending email via board
PHPBB-17487
2025-04-03 23:10:09 +07:00
rxu
d99c3838df
[ticket/17489] Ignore Psalm UndefinedMethod issue
Psalm fails with UndefinedMethod issue when a method of a child class
does not exist in parent/abstract/interface class. Ignore the issue.

PHPBB-17489
2025-04-03 21:18:28 +07:00
rxu
c23504e3c7
[ticket/17489] Fix queue for ucp_resend, add type hints to $messenger_method
PHPBB-17489
2025-04-03 19:55:41 +07:00
rxu
7467b567e8
[ticket/17489] Do not always set use_queue flag to true
PHPBB-17489
2025-04-03 16:03:33 +07:00
rxu
1f1a02d086
[ticket/17489] Fix messenger queue won't be saved
PHPBB-17489
2025-04-03 15:46:14 +07:00
Marc Alexander
3dc1e6fc8e
Merge branch '3.3.x' 2025-04-02 16:54:43 +02:00
Marc Alexander
b8ea36a70f
Merge branch 'prep-release-3.3.15' into 3.3.x 2025-04-02 16:50:53 +02:00
rxu
98a8999283
[ticket/17486] Fix SQL error on phpBB v.3.0 to v.3.3 upgrade
Ensure v310/bot_update runs after v310/avatars migration which changes
user_avatar_type column type from tinyint(2) to varchar(255).

PHPBB-17486
2025-04-01 10:46:29 +07:00
Marc Alexander
b92ca5d1f8
[prep-release-3.3.15] Update changelog for 3.3.15 2025-03-23 20:20:03 +01:00
Marc Alexander
fb46aa38b8
[prep-release-3.3.15] Add migration for 3.3.15 2025-03-23 19:41:47 +01:00
Marc Alexander
51465670f6
[prep-release-3.3.15] Update version numbers to 3.3.15 2025-03-23 19:39:07 +01:00
rxu
14a6322b4f
[ticket/17475] Fix MSSQL arithmetic overflow error on counting attachments size
PHPBB-17475
2025-03-10 21:24:15 +07:00
Marc Alexander
cfa3a21e20
Merge pull request #73 from phpbb/ticket/security-283
[ticket/security-283] Use jQuery to generate HTML for page from page data
2025-03-08 11:23:40 +01:00
Marc Alexander
023f56dff9
Merge branch '3.3.x' 2025-03-08 09:07:58 +01:00
Marc Alexander
64dd8b668e
Merge branch 'prep-release-3.3.15' into 3.3.x 2025-03-08 09:07:41 +01:00
rxu
0826a41da8
[ticket/17480] Adjust message wording
PHPBB-17480
2025-03-08 11:05:39 +07:00
rxu
1ea59731f0
[ticket/17480] Use phpBB error message text instead of thrown by GuzzleHTTP
PHPBB-17480
2025-03-05 10:18:23 +07:00
rxu
9bdb88879d
[ticket/17480] Properly catch RuntimeException if no http handler is available
PHPBB-17480
2025-03-04 13:03:18 +07:00
Marc Alexander
79ff5b18ce
Merge branch '3.3.x' 2025-03-03 21:55:31 +01:00
Marc Alexander
430200cbf6
Merge branch 'prep-release-3.3.15' into 3.3.x 2025-03-03 21:55:21 +01:00
rxu
d9136469ea
[ticket/17480] Catch runtime_exception instead of exception_interface
Catch runtime_exception instead of exception_interface
for extensions version check failures.

PHPBB-17480
2025-03-04 01:06:46 +07:00
rxu
7fd634b420
[ticket/17480] Fix PHP fatal error in version check failure
PHPBB-17480
2025-03-03 23:33:58 +07:00
Marc Alexander
9e5abf3d6e
Merge branch '3.3.x' 2025-03-02 17:13:25 +01:00
Marc Alexander
bb3d41e193
[3.3.x] Update version numbers to 3.3.16-dev 2025-03-02 17:11:26 +01:00
Marc Alexander
66650cb0e2
[prep-release-3.3.15] Update changelog for 3.3.15-RC1 2025-03-01 21:55:15 +01:00
Marc Alexander
d9e4ce6dde
[prep-release-3.3.15] Add migration for 3.3.15-RC1 2025-03-01 21:45:21 +01:00
Marc Alexander
24fc7d5388
[prep-release-3.3.15] Update version numbers to 3.3.15 2025-03-01 21:41:36 +01:00
Marc Alexander
ae40c6365e
[prep-release-3.3.15] Update version numbers to 3.3.15-RC1 2025-03-01 21:41:28 +01:00
Marc Alexander
3533185cdf Merge branch '3.3.x' 2025-03-01 15:41:50 +00:00
Marc Alexander
a5bf1ff165
Merge pull request #6758 from battye/ticket/17381
[ticket/17381] Topic view count validation
2025-03-01 15:55:40 +01:00
Marc Alexander
328d6f1714 Merge branch '3.3.x' 2025-03-01 14:48:17 +00:00
Marc Alexander
08fd9caa11
Merge pull request #6772 from rxu/ticket/17227
[ticket/17227] Fix rows duplication in memberlist
2025-03-01 15:47:55 +01:00
Marc Alexander
38cb3761af Merge branch '3.3.x' 2025-03-01 09:32:11 +00:00
Marc Alexander
746133d005
Merge pull request #6783 from rxu/ticket/17461
[ticket/17461] Add core events to acp_main
2025-03-01 10:23:35 +01:00
Marc Alexander
17480d7d07
[ticket/security-283] Unify behavior between adm and prosilver, clean up
SECURITY-283
2025-03-01 09:22:23 +01:00
Marc Alexander
c3bb5e1bec
[ticket/security-283] Ensure text is properly handled for responsiveness
SECURITY-283
2025-02-28 20:33:41 +01:00
battye
29730e49ce [ticket/17381] Add migration for topic_views to ULINT
PHPBB-17381
2025-02-28 03:22:08 +00:00
Marc Alexander
3584ef7eca
Merge pull request #6753 from rubencm/ticket/17361
[ticket/17361] Improve storage
2025-02-22 15:06:48 +01:00
rxu
8adc853dea
[ticket/17461] Add core events to acp_main
PHPBB-17461
2025-02-22 13:28:43 +07:00
Marc Alexander
1ba909d99f
Merge branch '3.3.x' 2025-02-19 17:12:30 +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
cabot
77f83306b5
[ticket/17471] Fix feed link href for feed icon
PHPBB-17471
2025-02-18 17:33:30 +01:00
Marc Alexander
f54f82f071 Merge branch '3.3.x' 2025-02-16 17:00:50 +00: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
Marc Alexander
183110789a
[ticket/17326] Add changed info for core.acp_bbcodes_modify_create event
PHPBB-17326
2025-02-16 09:13:26 +01:00