mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-14 19:35:38 +00:00
0ac420ecbc
We started using marker comments (HTML comments with special content inserted into the page) for the reply buttons back in the day, because we needed to indicate their location in the HTML. Later we used the same idea for things which aren't actually tied to a specific location in the HTML, such as boolean data like __DTEMPTYTALKPAGE__. There is a better way to do this. This commit starts reading from ParserOutput::getExtensionData(), which was generated by the previous commit, and should be present in all cached ParserOutput objects by the time we merge this. Bug: T328980 Change-Id: I4bf81ef3fd904f4d920d0756370c9bfa0a10a774 |
||
---|---|---|
.. | ||
DataUpdatesHooks.php | ||
EchoHooks.php | ||
HookUtils.php | ||
InstallerHooks.php | ||
MobileHooks.php | ||
PageHooks.php | ||
ParserHooks.php | ||
PreferenceHooks.php | ||
RegistrationHooks.php | ||
ResourceLoaderHooks.php | ||
TagHooks.php |