From: Brad Jorsch Date: Wed, 26 Aug 2015 13:39:29 +0000 (-0400) Subject: Add @todo comment for I4b0e55fe X-Git-Tag: 1.31.0-rc.0~10268 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=1f1200615117374614f5ea5af29357936c215450;p=lhc%2Fweb%2Fwiklou.git 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 --- 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'] ||