Introduce ParserCacheSaveComplete hook.
authordaniel <daniel.kinzler@wikimedia.de>
Wed, 20 May 2015 12:15:17 +0000 (14:15 +0200)
committerTim Starling <tstarling@wikimedia.org>
Mon, 25 May 2015 13:35:23 +0000 (13:35 +0000)
commitd39e1e24d1a97c0c063e5b675a898f8ff9faae90
tree76fe16a89d334d0b72b0f2e82446da26a2f8bb41
parentf7dffd0d166f56091840792676be51a9b0e7d9b4
Introduce ParserCacheSaveComplete hook.

Rationale: give extensions a way to track which "renderings"
of a page exist in the cache. This is particularly relevant
for multi-lingual wikis that splpit the parser cache by user
language on some pages. In that case, hooking into
ParserAfterParse or LinksUpdateComplete is insufficient to
track all language specific renderings.

Bug: T99511
Change-Id: Iebf526098ca837a7df637c650097119495000c81
RELEASE-NOTES-1.26
docs/hooks.txt
includes/parser/ParserCache.php