Marc Alexander
7c3c49486c
Merge branch '3.3.x'
2025-03-01 17:12:36 +00:00
Marc Alexander
63c110b511
Merge pull request #6785 from marc1706/ticket/17478
...
[ticket/17478] Add security policy file
2025-03-01 18:12:17 +01:00
Marc Alexander
be67bfbe63
[ticket/17478] Remove versions and reword reporting section
...
[skip ci]
PHPBB-17478
2025-03-01 17:04:16 +01:00
Marc Alexander
cedbbb0c76
[ticket/17478] Add security policy file
...
PHPBB-17478
2025-03-01 16:45:36 +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
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
2a0f1896aa
Merge branch '3.3.x'
2025-02-19 16:15:41 +00:00
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
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
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
f54f82f071
Merge branch '3.3.x'
2025-02-16 17:00:50 +00: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
Marc Alexander
85c6954f07
Merge pull request #6657 from danieltj27/ticket/17326
...
[ticket/17326] Add font icon field for custom BBCodes
2025-02-16 11:05:22 +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
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
1e76b0df0e
[ticket/17326] Use same regex in icon name validation in PHP
...
PHPBB-17326
2025-02-15 20:24:07 +01:00
Marc Alexander
67e2b32816
[ticket/17326] Ignore invalid class names
...
PHPBB-17326
2025-02-15 20:21:25 +01:00
Marc Alexander
68c4e22886
[ticket/17326] Extend acp bbcodes test for font icon
...
PHPBB-17326
2025-02-15 15:43:43 +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
Marc Alexander
bf15d1ea42
[ticket/17326] Check for existence of font icon element before use
...
PHPBB-17326
2025-02-15 15:42:54 +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
1729e3f52b
[ticket/17326] Add missing ending tag from template file
...
PHPBB-17326
2025-02-15 15:39:01 +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
e0bcea9000
Merge pull request #6544 from CHItA/ticket/15851
...
[ticket/15851] Automatic update downloader
2025-02-13 21:07:50 +01:00
Marc Alexander
8b1ee790d6
[ticket/15851] Fix lock file hash
...
PHPBB-15851
2025-02-13 19:58:26 +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
1157c41410
[ticket/15851] Skip unreadable file tests on windows
...
PHPBB-15851
2025-02-13 19:47:43 +01:00
Marc Alexander
feb7d6f34e
[ticket/15851] Add unit tests for get_updates
...
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
dacabf0537
[ticket/15851] Add sodium extension to windows runner on github actions
...
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
Marc Alexander
1ba58768f3
[ticket/15851] Add zip extension to required extensions
...
PHPBB-15851
2025-02-13 19:47:42 +01:00