Yurik has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/270892

Change subject: Removed recursive parse from <graph> body
......................................................................

Removed recursive parse from <graph> body

Now graph users should use {{#tag:graph| body }} instead

Change-Id: I23b9496e11c3aad8f29baf6840da49f50040a566
---
M includes/Graph.body.php
1 file changed, 0 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Graph 
refs/changes/92/270892/1

diff --git a/includes/Graph.body.php b/includes/Graph.body.php
index 6021e14..edc2280 100644
--- a/includes/Graph.body.php
+++ b/includes/Graph.body.php
@@ -53,9 +53,6 @@
         */
        public static function onGraphTag( $input, /** @noinspection 
PhpUnusedParameterInspection */
                                           array $args, Parser $parser, 
\PPFrame $frame ) {
-               // expand template arguments and other wiki markup
-               $input = $parser->recursivePreprocess( $input, $frame );
-
                return self::buildHtml( $input, $parser->getTitle(), 
$parser->getRevisionId(),
                        $parser->getOutput(), 
$parser->getOptions()->getIsPreview(), $args );
        }

-- 
To view, visit https://gerrit.wikimedia.org/r/270892
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I23b9496e11c3aad8f29baf6840da49f50040a566
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Graph
Gerrit-Branch: master
Gerrit-Owner: Yurik <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to