mediawiki-extensions-Visual.../modules/ve-mw/ui/inspectors
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
..
ve.ui.MWAlienExtensionInspector.js [BREAKING CHANGE] Update VE core submodule to master (88fe25f) 2014-05-30 22:03:45 -07:00
ve.ui.MWExtensionInspector.js ve.ui.MWExtensionInspector: Prevent from setting impossible content 2014-07-04 18:09:04 +02:00
ve.ui.MWGalleryInspector.js Fix typo in class name 2014-06-11 14:21:25 +01:00
ve.ui.MWLinkAnnotationInspector.js [BREAKING CHANGE] Update VE core submodule to master (88fe25f) 2014-05-30 22:03:45 -07:00
ve.ui.MWLinkNodeInspector.js [BREAKING CHANGE] Update VE core submodule to master (88fe25f) 2014-05-30 22:03:45 -07:00
ve.ui.MWLiveExtensionInspector.js build: Update jscs and use new "wikimedia" preset 2014-06-26 17:00:15 +00:00