1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 05:20:56 +02:00
Commit Graph

3000 Commits

Author SHA1 Message Date
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
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
5dc93ea51e [ticket/17433] Clarify wording for use system cron ACP setting
PHPBB-17433
2024-11-25 10:03:55 +07:00
Marc Alexander
378dab1c10 Merge branch '3.3.x' 2024-11-10 10:46:56 +01:00
Marc Alexander
c252fb9bfb [ticket/17421] Rename extensions section to "not installed"
PHPBB-17421
2024-10-28 20:20:36 +01:00
Marc Alexander
8de8878d5e [ticket/17414] Move captcha acp html to html files
PHPBB-17414
2024-10-17 19:48:09 +02:00
Marc Alexander
8429145241 [ticket/17414] Remove install steps for captcha plugins
This should be handled by migrations instead.

PHPBB-17414
2024-10-17 19:47:19 +02:00
Marc Alexander
ff7fffa8a4 Merge branch '3.3.x' 2024-10-03 11:43:24 +00:00
rxu
46ea7a8ffd [ticket/17391] Fix PHP warning on creating group with the name already in use
PHPBB-17391
2024-10-03 12:37:30 +07:00
Marc Alexander
94112979a0 Merge pull request #6702 from marc1706/ticket/16777
[ticket/16777] Remove remainders of max image size
2024-09-29 20:47:40 +02:00
Marc Alexander
96df4d1284 Merge pull request #6664 from rubencm/ticket/17357
[ticket/17357] Remove file_info from storage
2024-09-25 17:07:04 +02:00
Marc Alexander
65d4bbaeed Merge branch '3.3.x' 2024-09-01 16:48:59 +02:00
Marc Alexander
6ca926c146 Merge pull request #6665 from rxu/ticket/17359
[ticket/17359] Distinct disabled and available extensions list
2024-09-01 16:44:43 +02:00
Marc Alexander
28e217aa84 [ticket/16777] Remove remainders of max image size
PHPBB-16777
2024-08-09 21:14:53 +02:00