https://bugzilla.wikimedia.org/show_bug.cgi?id=61725
--- Comment #4 from [email protected] --- I think the accents in [[:fr:Athérure]] and [[:fr:Porc-épic]] are the key. [[:en:Foo bar]] now works, it preserves the leading colon. To reproduce in Parsoid, copy the following three lines: [[:fr:Athérure]] and [[:fr:Porc-épic]] lose the leading colon. May be it's the accent since [[:fr:Bonjour]] is OK. [[:en:Foo bar]] used to not work... If you send it through http://parsoid.wmflabs.org/_rtform/ , it claims the resulting wikitext is identical. But in Flow, if you put this in a post, then when you later edit this post, the leading colon from the accented links is gone from the wikitext. The API call Flow makes is https://www.mediawiki.org/w/api.php?action=query&format=json&list=flow&flowpage=Talk%3ASandbox&flowworkflow=rsftpxbkjdg745zu&flowparams={%22topic%22%3A{%22postId%22%3A%22rskn5smwrffhalus%22%2C%22contentFormat%22:%22wikitext%22}} which makes Flow ask Parsoid to convert the HTML to wikitext, and the accented links have lost the leading colon. parsoid interwiki links was recently changed, gerrit I86024ff038 -- 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
