From 1f1200615117374614f5ea5af29357936c215450 Mon Sep 17 00:00:00 2001 From: Brad Jorsch Date: Wed, 26 Aug 2015 09:39:29 -0400 Subject: [PATCH] Add @todo comment for I4b0e55fe In the interest of not blocking other work, I4b0e55fe worked around an issue locally in ApiParse while filing T110269 for the larger task that would be needed to properly fix the problem. This adds a @todo comment referring to that task to make the situation a bit more clear, since I4b0e55fe was merged too hastily to get the comment included there. Change-Id: I5be690aa5316cba1d498358635d497aa465a9972 --- includes/api/ApiParse.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/api/ApiParse.php b/includes/api/ApiParse.php index d67655b97f..cce8572344 100644 --- a/includes/api/ApiParse.php +++ b/includes/api/ApiParse.php @@ -171,6 +171,7 @@ class ApiParse extends ApiBase { // Don't pollute the parser cache when setting options that aren't // in ParserOptions::optionsHash() + /// @todo: This should be handled closer to the actual cache instead of here, see T110269 $suppressCache = $params['disablepp'] || $params['disablelimitreport'] || -- 2.20.1