Introduce MessageCache::getAllMessageKeys(), which returns all message keys stored...
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 14 Sep 2011 19:59:50 +0000 (19:59 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 14 Sep 2011 19:59:50 +0000 (19:59 +0000)
commitae46d7fcfd3681e25791413d4500b2b1729f5476
treefb758e3dd43c59aee9daa5f43bf789e5be8bc93d
parentea57223bfea9a520a613958c6289d4df02baadb5
Introduce MessageCache::getAllMessageKeys(), which returns all message keys stored in the MessageCache, and use this to power the amincludelocal parameter in meta=allmessages which adds messages that don't exist in PHP but exist as MediaWiki: pages only.
includes/api/ApiQueryAllmessages.php
includes/cache/MessageCache.php