mediawiki-extensions-Visual.../modules/ve-mw
Roan Kattouw 7294c65a2e Add a node class for mw:Nowiki
These represent <nowiki> tags. If the user doesn't edit the text inside
the nowiki, we round-trip the <span typeof="mw:Nowiki"> wrapper cleanly,
but if they do edit it, we unwrap it. This then triggers re-escaping
in Parsoid, and prevents cases where the user edits the text to no
longer need escaping but Parsoid still wraps it in <nowiki> because
of the <span typeof="mw:Nowiki"> wrapper.

In order to detect whether the contents have changed, the nowiki
annotation stores a copy of its contents. To avoid infinite recursion,
we have to exclude this attribute for hash generation.

Bug: 47678
Change-Id: I2edc46b6d87d2f91e952efcb09c0edae5166958f
2013-07-16 19:35:24 -07:00
..
ce Add a node class for mw:Nowiki 2013-07-16 19:35:24 -07:00
dm Add a node class for mw:Nowiki 2013-07-16 19:35:24 -07:00
init mw.ViewPageTarget: Surface error messages from core edit api 2013-07-15 22:22:55 +00:00
test Add a node class for mw:Nowiki 2013-07-16 19:35:24 -07:00
ui Merge "Use template icon on template placeholder pages" 2013-07-16 00:35:08 +00:00