mediawiki-extensions-Discus.../includes
Timo Tijhof 54eb6691fa Allow talk pages to have a different ParserCache expiry
Using `updateCacheExpiry()` in this way appears to be established
with examples of other use in WMF production such as:
- CategortyTree extension:
  custom cache expiry for pages with `<categorytree>`.
- RSS extension:
  custom cache expiry for pages with `<rss>`.
- intersection extension:
  custom cache expiry for pages with `<DynamicPageList>`.
- Math extension:
  custom cache expiry if `<math>` failed.
- Wikibase extension, Flow extension:
  no caching for certain namespaces or content types.
- Graph extension, Kartographer extension:
  via onParserAfterParse hook, no caching if on preview.

Bug: T280605
Change-Id: Iea41ab8599ffae4622c97d682258b1b64eaf9ba2
2021-05-14 16:59:09 +00:00
..
Hooks Allow talk pages to have a different ParserCache expiry 2021-05-14 16:59:09 +00:00
Notifications build: Updating composer dependencies 2021-05-05 11:14:52 +00:00
ApiDiscussionTools.php Include comment names in 'transcludedfrom' API response 2021-04-07 22:46:36 +02:00
ApiDiscussionToolsEdit.php Trim wikitext for preview 2021-03-24 18:53:41 +01:00
ApiDiscussionToolsSubscribe.php Disable topic subscriptions API when feature is unavailable 2021-04-12 15:04:07 +00:00
CommentFormatter.php build: Updating composer dependencies 2021-05-05 11:14:52 +00:00
CommentItem.php Add stripTrailingSeparator to getBodyText as well as getBodyHTML 2021-02-23 23:09:17 +00:00
CommentModifier.php modifier: Fix whitespace trim inconsistency 2021-03-24 18:53:21 +01:00
CommentParser.php build: Updating composer dependencies 2021-05-05 11:14:52 +00:00
CommentUtils.php build: Updating composer dependencies 2021-05-05 11:14:52 +00:00
Data.php build: Updating composer dependencies 2021-05-05 11:14:52 +00:00
HeadingItem.php Move ID->title logic into HeadingItem 2020-11-05 16:10:39 +00:00
ImmutableRange.php ImmutableRange: Guard against appending empty fragments 2020-11-16 19:22:26 +00:00
NodeFilter.php CommentParser.php: Use tree walking instead of XPath 2020-07-15 16:40:50 +00:00
ServiceWiring.php Service to interact with topic subscriptions 2021-04-06 21:25:13 +00:00
SubscriptionItem.php Service to interact with topic subscriptions 2021-04-06 21:25:13 +00:00
SubscriptionStore.php Replace uses of DB_MASTER with DB_PRIMARY 2021-05-13 02:11:45 +02:00
ThreadItem.php build: Updating composer dependencies 2021-05-05 11:14:52 +00:00
TreeWalker.php Base TreeWalker implementation on PHPDOM 2020-11-19 23:45:42 +00:00