https://bugzilla.wikimedia.org/show_bug.cgi?id=23287
Lejonel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Lejonel <[email protected]> 2010-04-24 20:58:15 UTC --- >From refreshLinks.php: 70 # Don't generate extension images (e.g. Timeline) 71 if( method_exists( $wgParser, "clearTagHooks" ) ) { 72 $wgParser->clearTagHooks(); 73 } That will not just disable tags that generate images. Other tags (like <pagequality> which adds category links) are also disabled. Testing on my own wiki with these lines commented out, the links are updated. -- 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
