https://bugzilla.wikimedia.org/show_bug.cgi?id=31445
--- Comment #2 from Brion Vibber <[email protected]> 2011-10-06 23:50:18 UTC --- I could definitely reproduce that when logged in a few minutes ago, on both [[Great Famine (Ireland)]] and [[Barack Obama]]. The logic calling $parserOptions->setEditSection(false) in Article seems the same as in 1.17... possibly it's getting dropped out of the parser cache key or something. (We really shouldn't change that in the actual rendering, and should either be always adding them and then hiding them if not needed, or never add them and add them in postprocessing. :P) https://en.wikipedia.org/wiki/Great_Famine_%28Ireland%29 logged in, no edit links <!-- Saved in parser cache with key enwiki:pcache:idhash:14726-0!*!0!!en!4!* and timestamp 20111006191948 --> reload, no change -- still no edit links visible. https://en.wikipedia.org/wiki/Barack_Obama logged in, no edit links <!-- Saved in parser cache with key enwiki:pcache:idhash:534366-0!*!0!!en!4!* and timestamp 20111006232807 --> reloaded, now shows with edit links: <!-- Saved in parser cache with key enwiki:pcache:idhash:534366-0!*!0!!en!4!* and timestamp 20111006232807 --> pcache key hasn't changed! -- 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
