Summary
Remove support for the Pre:fixed extension from imkingdavid (imkingdavid/prefixed). This extension is abandoned and should no longer be supported as an integration.
Affected files
config/services.yml — remove @?prefixed.manager optional dependency (line 30)
core/recenttopics.php — remove $prefixed property, constructor parameter/type hint/assignment, and the prefix rendering block (~lines 827-838)
README.md — remove from extension integrations list
contrib/CHANGELOG.md — historical entry, can remain as-is
contrib/Events.md — remove reference to Prefix Extension Imkingdavid
Notes
The avathar.recenttopicsav.modify_topictitle event was introduced partly as a hook for Pre:fixed. The event itself may still be useful for other purposes — review whether it should be kept.
Summary
Remove support for the Pre:fixed extension from imkingdavid (
imkingdavid/prefixed). This extension is abandoned and should no longer be supported as an integration.Affected files
config/services.yml— remove@?prefixed.manageroptional dependency (line 30)core/recenttopics.php— remove$prefixedproperty, constructor parameter/type hint/assignment, and the prefix rendering block (~lines 827-838)README.md— remove from extension integrations listcontrib/CHANGELOG.md— historical entry, can remain as-iscontrib/Events.md— remove reference to Prefix Extension ImkingdavidNotes
The
avathar.recenttopicsav.modify_topictitleevent was introduced partly as a hook for Pre:fixed. The event itself may still be useful for other purposes — review whether it should be kept.