https://bugzilla.wikimedia.org/show_bug.cgi?id=36975
Platonides <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Platonides <[email protected]> 2012-05-19 16:30:17 UTC --- Confirmed. Bisecting points to 7bfebad30875b852e1e70bde10dbd12fa3e8a673. Something similar was reported at that time (r70498), but it wasn't reproducible (and was indeed not shown in Wikipedia). I don't see where it is affected, since special pages aren't articles nor use the parser cache. The only difference in the popts on both revisions is mIsPrintable changing from NULL to false, a change which shouldn't matter. Ok, the problem appeared because the this->mTitle->quickUserCan() was never called, instead of being moved below. That block was then removed in r70499. After r92703 (d70ad8c), it wouldn't be possible to show the edit markers, since $popts->mEditSection would always be false. But then r86304 (3a0ed7) replaced $wgOut->parse() with MessageCache->parse(), which didn't have that provision. Patched in https://gerrit.wikimedia.org/r/8017 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
