User Details
- User Since
- Oct 28 2014, 2:32 PM (438 w, 4 d)
- Roles
- Disabled
- IRC Nick
- marcoil
- LDAP User
- Marcoil
- MediaWiki User
- Unknown
Jan 17 2016
Aug 13 2015
Jul 16 2015
Jun 29 2015
Jun 16 2015
Jun 15 2015
Jun 9 2015
The new performance counters integrated into Parsoid supersede this.
Jun 8 2015
Jun 5 2015
Jun 2 2015
A little status update:
May 27 2015
This also happened in the Catalan Wikipedia, there's a transcript of the error at https://ca.wikipedia.org/wiki/Topic:Shssmsofmcgkqhmv .
May 26 2015
May 21 2015
May 19 2015
May 14 2015
We could just concatenate the target and the arguments in wikitext, or even just serialize it back to wikitext at that point (which would take more time).
May 13 2015
Are we sure about the second case (<a>…)? Given that explicit <a> tags aren't allowed in wikitext, Parsoid already encodes it correctly:
echo '<a rel="mw:ExtLink" href="http://www.google.com"&g t;Google</a>' | node parse --html2html … <p data-parsoid='{"dsr":[0,59,0,0]}'><a rel="mw:ExtLink" href="http://www.google.com">Google</a></p>
May 12 2015
May 7 2015
What's the special type for it? mw:DisplaySpace?
May 6 2015
May 1 2015
I'm unable to reproduce. I suppose this was fixed in the round of nowiki work last quarter. Please reopen if seen again.
Apr 30 2015
Investigating…
On IRC discussions, it was argued that mw:Entity wasn't the best typeof to use in this case. A fer other possibilities were discussed, including:
- Create a new typeof like mw:DisplayHack, mw:SpaceBeforeColon, etc.
- Add a new typeof to an exiting one, i.e. typeof="mw:Placeholder mw:DisplayHack".
- Just have VE not treat this case as a mw:Placeholder and allow the user to delete them.
Apr 29 2015
Preliminary patches are available in gerrit. They are all considered WIP, but pushing them to get early feedback on the general approach.
Apr 28 2015
Seems related to T97155.
Apr 27 2015
For completeness, here's a screenshot with VE editing the new HTML and CSS, patched so that it copies the new HTML over:
As shown, the links are styled using CSS so that special groups are shown (like ɑ and β).
Apr 24 2015
A little update after the latest patch available at https://gerrit.wikimedia.org/r/#/c/170936/, which includes the new stuff done in master such as using data-mw.body.id, removing state from the Cite extension, etc.
Apr 21 2015
Apr 20 2015
Apr 17 2015
After a little investigation: in wts.escapeWikitext.js, WEHP.hasWikitextTokens calls the tokenizer with the right SOL state, but the second line is tokenized to a listItem TagTk, which provokes it being surrounded with <nowiki>s. Maybe there should be a way for the tokenizer to act differently if the whole text is in pre?