https://bugzilla.wikimedia.org/show_bug.cgi?id=23287
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|shell | Component|Site requests |ProofreadPage Version|unspecified |any AssignedTo|[email protected] |[email protected] Product|Wikimedia |MediaWiki extensions --- Comment #10 from JeLuF <[email protected]> 2010-04-25 07:11:15 UTC --- Yes, the clearTagHooks() line caused the initial problem. Yes, there is caching of a lot of things in mediawiki. We've used the following input to eval.php for testing: $wgTitle = Title::newFromID( 12857 ); $revision = Revision::newFromTitle( $wgTitle ); $options = new ParserOptions; $parserOutput = $wgParser->parse( $revision->getText(), $wgTitle, $options, true, true, $revision->getId() ); print_r($parserOutput->mText); With memcached access disabled, the <pagequality> tag gets rendered correctly, with memcached enabled, we get <pagequality> as output. This output might be the cached result of the initial refreshLinks.php run. 12857 is http://sv.wikisource.org/wiki/Sida:Amtmannens_d%C3%B6ttrer.djvu/90 There was a bot doing whitespace edits to all pages. That might have fixed the issues on the site. "Might", since I can't see the bots edit e.g. in the history of Amtmannens_döttrer/90. I remove the shell keyword, this is either a ProofreadPage issue or a refreshLinks.php issue. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
