Description
Details
Event Timeline
Yup, this is indeed an issue on the postproc cache. Adding section edit links eventually calls onSkinEditSectionLinks, which has a hook in VE to do fancy things depending on user prefs & the last editor used by the user. And the cache has no option for that (... because so far it was very much post cache; and it's not even in the parsing options either), so that's indeed not splitting the cache, good call.
Change #1290772 had a related patch set uploaded (by Isabelle Hurbain-Palatin; author: Isabelle Hurbain-Palatin):
[mediawiki/core@master] Add a postproc parseroption for edit link behaviour
Change #1290773 had a related patch set uploaded (by Isabelle Hurbain-Palatin; author: Isabelle Hurbain-Palatin):
[mediawiki/extensions/VisualEditor@master] Sets edit link behaviour in ParserOptions in an earlier hook
Change #1290929 had a related patch set uploaded (by C. Scott Ananian; author: C. Scott Ananian):
[mediawiki/core@master] ParserOptions: allow option values to be enumeration values
Change #1292042 had a related patch set uploaded (by Isabelle Hurbain-Palatin; author: Isabelle Hurbain-Palatin):
[mediawiki/extensions/FlaggedRevs@master] Adjust tests to take into account visibleLinks ParserOption set by VE
Change #1290929 merged by jenkins-bot:
[mediawiki/core@master] ParserOptions: allow option values to be enumeration values
Change #1294991 had a related patch set uploaded (by Isabelle Hurbain-Palatin; author: Isabelle Hurbain-Palatin):
[mediawiki/core@master] Replace onParserOptionsRegister by onParserOptionsDefaults
Change #1294991 merged by jenkins-bot:
[mediawiki/core@master] Replace onParserOptionsRegister by onParserOptionsDefaults
Change #1290772 merged by jenkins-bot:
[mediawiki/core@master] Make ParserOptions available to Skin
Change #1290773 merged by jenkins-bot:
[mediawiki/extensions/VisualEditor@master] Sets edit link behaviour in ParserOptions in an earlier hook
Change #1292042 merged by jenkins-bot:
[mediawiki/extensions/FlaggedRevs@master] Adjust tests to take into account visibleLinks ParserOption set by VE