mediawiki-extensions-Discus.../includes/Notifications
Bartosz Dziewoński 37d6825c14 EventDispatcher: Ensure we fetch page content from the primary database
We used an internal API requests to fetch page content because it was
easy, but there's no way to guarantee that it returns data from the
primary database.

Use ParserOutputAccess::getParserOutput() to fetch from cache if
available. Also, use canonical output instead of user-specific,
not that it should matter.

Bug: T285895
Change-Id: I7dcd9659be77746dc2a0c4eeae2319887936b555
2021-07-01 14:52:13 +00:00
..
EventDispatcher.php EventDispatcher: Ensure we fetch page content from the primary database 2021-07-01 14:52:13 +00:00
SubscribedNewCommentPresentationModel.php Fix revealing content of deleted revisions in notifications 2021-06-03 02:45:15 +02:00