mediawiki-extensions-Visual.../modules/ve-mw/ui
Bartosz Dziewoński bba6ac20bd ve.ui.MWExtensionInspector: Prevent from setting impossible content
XML-like tags in wikitext are not actually XML and don't expect
their contents to be escaped. This means that (usually) it is not
possible for a tag '<foo>…</foo>' to contain the string '</foo>'
(see bug 57429 comment 4 for details).

Prevent the user from doing that by escaping the first angle bracket
'<' to '&lt;' in such inputs when the inspector closes.

Bug: 57429
Change-Id: Ia566452ae0ffc9caa3ea48a52e5b8032c33fc9c8
2014-07-04 18:09:04 +02:00
..
dialogs Followup 26fd3777: hide "Go back" in insertion mode 2014-07-02 18:00:58 -07:00
inspectors ve.ui.MWExtensionInspector: Prevent from setting impossible content 2014-07-04 18:09:04 +02:00
pages Try some more to handle template namespace properly 2014-07-03 01:20:02 +00:00
styles Followup 54458c8: make newly RTFified icons actually work everywhere 2014-07-02 19:54:07 -07:00
themes Hide unsupported UI elements in references on mobile 2014-05-21 16:18:08 -07:00
tools Merge Media Edit and Media Insert dialogs 2014-07-01 17:30:51 -07:00
widgets Merge "Try some more to handle template namespace properly" 2014-07-03 01:23:47 +00:00
ve.ui.MWCommandRegistry.js Merge Media Edit and Media Insert dialogs 2014-07-01 17:30:51 -07:00