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
fb46aa38b8
[prep-release-3.3.15] Add migration for 3.3.15
2025-03-23 19:41:47 +01:00
Marc Alexander
023f56dff9
Merge branch '3.3.x'
2025-03-08 09:07:58 +01: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
9e5abf3d6e
Merge branch '3.3.x'
2025-03-02 17:13:25 +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
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
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
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
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
Daniel James
c2725b441c
[ticket/17326] Change column length of icon and update ACP language
...
PHPBB-17326
2025-02-15 15:39:10 +01:00
Daniel James
f5bb065a4d
[ticket/17326] Add font icon field for custom BBCodes
...
Adds a new field to the custom BBCode add/edit form that
allows admins to define a Font Awesome icon to be displayed
instead of the BBCodes name on the posting.php editor page.
PHPBB-17326
2025-02-15 15:38:52 +01:00
Marc Alexander
f6c9d15b0c
Merge pull request #6768 from marc1706/ticket/17459
...
[ticket/17459] Improve prosilver font sizes and backgrounds
2025-02-14 16:58:09 +01:00
Marc Alexander
6eacf68047
[ticket/15851] Add controller error_response and tests
...
PHPBB-15851
2025-02-13 19:47:44 +01:00
Marc Alexander
cc488c8b7d
[ticket/15851] Modify language variables
...
PHPBB-15851
2025-02-13 19:47:43 +01:00
Marc Alexander
525924b2fc
[ticket/15851] Improve validate checks and change visibility for unit testing
...
PHPBB-15851
2025-02-13 19:47:42 +01:00
Marc Alexander
3506883c75
[ticket/15851] Use raw values for verifying signature
...
PHPBB-15851
2025-02-13 19:47:42 +01:00
Marc Alexander
573c6c87b2
[ticket/15851] Add prefix to parameter for public key
...
PHPBB-15851
2025-02-13 19:47:42 +01:00
Máté Bartus
d2c402f038
[ticket/15851] Automatic update downloader
...
PHPBB3-15851
2025-02-13 19:47:12 +01:00
Marc Alexander
e75d7a8410
[ticket/17465] Remove obsolete json_decode
...
PHPBB-17465
2025-02-06 19:48:42 +01:00
Marc Alexander
c937b8f7ab
[ticket/17465] Add unit tests for all functions in webpush controller
...
PHPBB-17465
2025-02-02 17:15:34 +01:00
rxu
cd47344ee2
[ticket/17468] Send reset password link to email only
...
PHPBB-17468
2025-02-02 19:46:49 +07:00
Marc Alexander
ac3e9f64d8
[ticket/17465] Throw bad request exceptions on invalid data requests
...
PHPBB-17465
2025-01-28 20:50:29 +01:00
Ruben Calvo
c9ff5a09f6
[ticket/17361] Fix file not deleted when there is an error
...
PHPBB-17361
2025-01-19 21:09:36 +01:00
Ruben Calvo
921505ca3b
[ticket/17361] Fix code style
...
PHPBB-17361
2025-01-18 23:24:34 +01:00
Ruben Calvo
598d1c7f49
[ticket/17361] Change order of arguments
...
PHPBB-17361
2025-01-18 23:15:18 +01:00
Ruben Calvo
90bd9d006e
[ticket/17361] Add method to track multiple files in a single query
...
PHPBB-17361
2025-01-18 23:08:52 +01:00
Marc Alexander
b404606a9f
[ticket/17459] Add support for deprecated events to md_exporter
...
PHPBB-17459
2025-01-09 20:22:48 +01:00
Marc Alexander
485d72f0e8
Merge pull request #6483 from rxu/ticket/17135
...
[ticket/17135] Introduce Symfony Mailer for emails backend
2025-01-08 19:35:19 +01:00
rxu
3e0270d0cf
[ticket/17135] Optimize save_queue() method calls
...
PHPBB-17135
2025-01-07 11:54:11 +07:00
rxu
cd17625e21
[ticket/17135] Add ACP modules common test
...
PHPBB-17135
2025-01-06 20:59:29 +07:00
rxu
0d8c0c4228
[ticket/17135] Move notify method constants to interface class
...
PHPBB-17135
2025-01-06 20:01:52 +07:00
rxu
28d5534d06
[ticket/17135] Address review issues but constants
...
PHPBB-17135
2025-01-06 18:24:32 +07:00
Marc Alexander
bb3908b933
Merge branch '3.3.x'
2025-01-06 09:57:36 +00: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
50e408bdea
[ticket/17135] Add messenger method interface class
...
PHPBB-17135
2025-01-05 15:57:56 +07:00
rxu
e3ed54f0b5
[ticket/17135] Attempt to fix Psalm issues
...
PHPBB-17135
2025-01-05 15:57:46 +07:00
rxu
0c720eaf7c
[ticket/17135] Fix code flaws
...
PHPBB-17135
2025-01-05 15:57:46 +07:00
rxu
3fddff240c
[ticket/17135] Use email method instead of service collection where appropriate
...
PHPBB-17135
2025-01-05 15:57:45 +07:00
rxu
499464e1d3
[ticket/17135] Fix code review issues
...
PHPBB-17135
2025-01-05 15:57:45 +07:00
rxu
51fae82718
[ticket/17135] Fix rebasing issues
...
PHPBB-17135
2025-01-05 15:57:44 +07:00