Marc Alexander
705df48dff
[ticket/17514] Replace phpBB3 with phpBB in includes
...
PHPBB-17514
2025-05-20 20:56:51 +02:00
rxu
0562984999
[ticket/17508] Fix PHP warning on custom profile fields edit
...
PHPBB-17508
2025-05-13 00:02:56 +07:00
Marc Alexander
75a24ae484
[ticket/17493] Explicitly use email in acp/ucp modules
...
PHPBB-17493
2025-04-21 15:42:59 +02:00
Marc Alexander
3caab55e81
[ticket/17493] Remove remnants of notify type
...
PHPBB-17493
2025-04-21 15:16:41 +02:00
Marc Alexander
da32d51a81
[ticket/17493] Remove remnants of user_notify_type
...
PHPBB-17493
2025-04-21 11:40:25 +02:00
Marc Alexander
ef47c69155
[ticket/17493] Remove notification method jabber
...
PHPBB-17493
2025-04-14 20:27:03 +02:00
Marc Alexander
30178ee443
[ticket/17493] Start removing jabber from acp
...
PHPBB-17493
2025-04-13 16:16:31 +02:00
Marc Alexander
6ecb41f01a
Merge pull request #6794 from rxu/ticket/17489
...
[ticket/17489] Fix various messenger issues
2025-04-03 21:02:40 +02:00
Marc Alexander
10cb4991a0
Merge branch '3.3.x'
2025-04-03 17:44:46 +00: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
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
14a6322b4f
[ticket/17475] Fix MSSQL arithmetic overflow error on counting attachments size
...
PHPBB-17475
2025-03-10 21:24:15 +07:00
Marc Alexander
79ff5b18ce
Merge branch '3.3.x'
2025-03-03 21:55:31 +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
38cb3761af
Merge branch '3.3.x'
2025-03-01 09:32:11 +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
183110789a
[ticket/17326] Add changed info for core.acp_bbcodes_modify_create event
...
PHPBB-17326
2025-02-16 09:13:26 +01:00
Marc Alexander
1e76b0df0e
[ticket/17326] Use same regex in icon name validation in PHP
...
PHPBB-17326
2025-02-15 20:24:07 +01:00
Marc Alexander
29c19bb764
[ticket/17326] Differentiate between invalid and too long icon name
...
PHPBB-17326
2025-02-15 15:43:28 +01:00
Daniel James
220b655150
[ticket/17326] Updated js to use same as pages ext and fixed icon bug
...
PHPBB-17326
2025-02-15 15:42:41 +01:00
Daniel James
97728da9be
[ticket/17326] Replace language string for invalid icon names
...
PHPBB-17326
2025-02-15 15:40:41 +01:00
Marc Alexander
fe3750bfb2
[ticket/17326] Move HTML to acp_bbcodes.html
...
PHPBB-17326
2025-02-15 15:40:21 +01:00
Daniel James
53d7fff391
[ticket/17326] Update regex checks for font icon in php and js files
...
PHPBB-17326
2025-02-15 15:39:29 +01:00
Daniel James
bb956539a4
[ticket/17326] Add php preg check on bbcode font icon name
...
PHPBB-17326
2025-02-15 15:39:19 +01: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
Máté Bartus
d2c402f038
[ticket/15851] Automatic update downloader
...
PHPBB3-15851
2025-02-13 19:47:12 +01:00
rxu
a2f99248cb
[ticket/17135] Optimize save_queue() method call for acp_inactive
...
PHPBB-17135
2025-01-08 10:27:55 +07:00
rxu
3e0270d0cf
[ticket/17135] Optimize save_queue() method calls
...
PHPBB-17135
2025-01-07 11:54:11 +07:00
rxu
4dd08747e3
[ticket/17135] Fix ACP jabber module
...
PHPBB-17135
2025-01-06 22:31:58 +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
rxu
0c720eaf7c
[ticket/17135] Fix code flaws
...
PHPBB-17135
2025-01-05 15:57:46 +07:00
rxu
499464e1d3
[ticket/17135] Fix code review issues
...
PHPBB-17135
2025-01-05 15:57:45 +07:00
rxu
f95816cbe3
[ticket/17135] Refactor messenger code to services [ci skip]
...
PHPBB3-17135
2025-01-05 15:57:42 +07:00
rxu
d5f411a16d
[ticket/17135] Remove SMTP auth method option
...
Symfony Mailer handles SMTP auth method internally.
PHPBB3-17135
2025-01-05 15:57:39 +07:00
Ruben Calvo
d6953a0422
[ticket/17361] Use new adapter options format in acp_storage
...
PHPBB-17361
2024-12-24 18:29:49 +01:00
Ruben Calvo
1f7ae9e2b0
[ticket/17361] Fix migrations
...
PHPBB-17361
2024-12-24 18:29:49 +01:00
Ruben Calvo
e9c445925b
[ticket/17361] Rewrite storage
...
PHPBB-17361
2024-12-24 18:29:48 +01:00
Marc Alexander
34065df88f
Merge pull request #6757 from kaileymsnay/ticket/17446-master
...
[ticket/17446] Master: Add acp_account_activation_edit_add event
2024-12-08 17:20:00 +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
259d086e45
Merge branch '3.3.x'
2024-12-02 16:46:41 +00:00
Kailey M Snay
8b274d4006
[ticket/17446] Master: Fix typo
...
PHPBB-17446
2024-11-30 09:23:51 -05:00
Kailey M Snay
65283a9ab8
[ticket/17446] Master: Add acp_account_activation_edit_add event
...
PHPBB-17446
2024-11-30 09:23:51 -05: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