Summary
Remove support for the Topic Prefix extension from Stathis (part3/topicprefixes). This extension is abandoned and should no longer be supported as an integration.
Affected files
config/services.yml — remove @?part3.topicprefixes.functions optional dependency (line 29)
core/recenttopics.php — remove use part3\topicprefixes\core\topicprefixes; import, $topicprefixes property, constructor parameter/assignment, and the prefix rendering block (~lines 795-802)
README.md — remove from extension integrations list
contrib/CHANGELOG.md — historical entry, can remain as-is
Notes
The other two topic prefix integrations (phpbb/topicprefixes and imkingdavid/prefixed) should be reviewed separately for continued relevance.
Summary
Remove support for the Topic Prefix extension from Stathis (
part3/topicprefixes). This extension is abandoned and should no longer be supported as an integration.Affected files
config/services.yml— remove@?part3.topicprefixes.functionsoptional dependency (line 29)core/recenttopics.php— removeuse part3\topicprefixes\core\topicprefixes;import,$topicprefixesproperty, constructor parameter/assignment, and the prefix rendering block (~lines 795-802)README.md— remove from extension integrations listcontrib/CHANGELOG.md— historical entry, can remain as-isNotes
The other two topic prefix integrations (
phpbb/topicprefixesandimkingdavid/prefixed) should be reviewed separately for continued relevance.