Add @todo comment for I4b0e55fe
authorBrad Jorsch <bjorsch@wikimedia.org>
Wed, 26 Aug 2015 13:39:29 +0000 (09:39 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Wed, 26 Aug 2015 13:42:41 +0000 (09:42 -0400)
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

index d67655b..cce8572 100644 (file)
@@ -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'] ||