mediawiki-extensions-Visual.../modules/ve/ui
Timo Tijhof 8a2c9431e6 Create ref list insertion tool
Fixes (follows-up I1b48ef5240, I6daff5c596):
* Invalid html passed to jQuery constructor.
* Use prop() instead of attr() for boolean values.
* Use append() instead of html() when appending nodes instead
  of parsing html.
* Rename shadowed variable name clash 'mw' to 'mwData'.
* Fix odd construction where we parse '{}' to create an empty
  object.
* Have ve.ce.MWReferenceListNode#update perform changes off-document
  in a detached tree.
* Fix deep property access that can fail. mwData is set to
  either JSON parse of data-mw attr or empty object.
  Accessing mwData.attrs.group needs to be guarded by whether
  mw.attrs is indeed set.
* Have `mw` and `about` attribtue in references list roundtrip
  (especially mw which can data we aren't editing/re-creating).
* Add missing 'refGroup' property to MWReferenceListNode's
  data element (similar to what MWReferenceNode already has).

Change-Id: I67e4f378ccd04e97361d8e58ae57db5353075756
2013-06-22 20:23:22 -07:00
..
actions Reference name and group editing 2013-06-14 15:29:56 -07:00
dialogs Create ref list insertion tool 2013-06-22 20:23:22 -07:00
elements Element fixes 2013-06-18 11:35:07 -07:00
inspectors Straighten out variances in parent method invocation 2013-06-21 19:20:37 +00:00
layouts Make fieldset layout icons optional 2013-06-12 16:23:48 -07:00
styles Create ref list insertion tool 2013-06-22 20:23:22 -07:00
tools Create ref list insertion tool 2013-06-22 20:23:22 -07:00
widgets Merge changes I379bc2b3,I99acbd16 2013-06-21 20:53:25 +00:00
ve.ui.Action.js The Great ve.ui.Surface refactor of 2013 2013-05-24 14:01:02 +02:00
ve.ui.ActionFactory.js ve.Editor 2013-05-15 10:39:12 -07:00
ve.ui.CommandRegistry.js Make MW meta dialog experimental 2013-05-24 17:53:06 +02:00
ve.ui.Context.js Allow UI context to update when selection is from 0 2013-06-20 19:33:44 +01:00
ve.ui.Dialog.js Straighten out variances in parent method invocation 2013-06-21 19:20:37 +00:00
ve.ui.DialogFactory.js
ve.ui.Frame.js The Great ve.ui.Surface refactor of 2013 2013-05-24 14:01:02 +02:00
ve.ui.Inspector.js Straighten out variances in parent method invocation 2013-06-21 19:20:37 +00:00
ve.ui.InspectorFactory.js
ve.ui.js ve.Editor 2013-05-15 10:39:12 -07:00
ve.ui.Layout.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ui.Surface.js mw.ViewPageTarget: Move save dialog out of toolbar tree 2013-06-20 14:16:50 -07:00
ve.ui.Tool.js ve.Editor 2013-05-15 10:39:12 -07:00
ve.ui.Toolbar.js mw.ViewPageTarget: Move save dialog out of toolbar tree 2013-06-20 14:16:50 -07:00
ve.ui.ToolFactory.js
ve.ui.Trigger.js jshint: Fix trailing comma 2013-06-05 13:00:49 +02:00
ve.ui.TriggerRegistry.js ve.Editor 2013-05-15 10:39:12 -07:00
ve.ui.ViewRegistry.js
ve.ui.Widget.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ui.Window.js doc: Tag ve.ui.Window static properties as inheritable 2013-06-18 11:22:27 -07:00
ve.ui.WindowSet.js The Great ve.ui.Surface refactor of 2013 2013-05-24 14:01:02 +02:00