-
Improvement
-
Resolution: Unresolved
-
Major
-
3.2.0-dev
Some extensions such as ABBC3 want to toggle some features based on a post's author. Currently, this is done through the core.text_formatter_s9e_parser_setup event. However, this event triggers only once during setup and with current user, who is not necessarily the post's author. It also adds a weak dependency to the parser service. There's got to be a better way.
- is related to
-
PHPBB-13801 Decouple the user object from the text_formatter.s9e.parser service
- Unverified Fix
-
PHPBB-13803 Implement a generic and scalable way to reparse rich text
- Closed