mediawiki-extensions-Visual.../modules/ve/ce
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
..
annotations Consistent use of mw in HTML classes, and data element and annotation types 2013-05-28 13:49:56 +01:00
nodes Create ref list insertion tool 2013-06-22 20:23:22 -07:00
styles Create ref list insertion tool 2013-06-22 20:23:22 -07:00
ve.ce.Annotation.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ce.AnnotationFactory.js Rename ve.NodeFactory to ve.NamedClassFactory 2013-04-09 12:05:05 -07:00
ve.ce.BranchNode.js Introduction of setup and teardown events for ve.ce.View nodes 2013-05-14 19:47:40 +00:00
ve.ce.ContentBranchNode.js Straighten out variances in parent method invocation 2013-06-21 19:20:37 +00:00
ve.ce.Document.js Fix conversion of byte to grapheme offsets/lengths 2013-06-11 13:39:11 +01:00
ve.ce.DomRange.js DomRange makes more sense as a name for this class (cause it is not rangy specific). 2013-03-05 12:18:59 -08:00
ve.ce.FocusableNode.js FocusedNode Selection 2013-06-07 17:49:35 -07:00
ve.ce.js Rename character to (grapheme) cluster when dealing with unicode. 2013-06-05 17:30:28 +01:00
ve.ce.LeafNode.js Introduction of setup and teardown events for ve.ce.View nodes 2013-05-14 19:47:40 +00:00
ve.ce.Node.js Let's not put slugs around lists because there is no such need. 2013-06-07 00:08:26 +00:00
ve.ce.NodeFactory.js Rename ve.NodeFactory to ve.NamedClassFactory 2013-04-09 12:05:05 -07:00
ve.ce.ProtectedNode.js FocusedNode Selection 2013-06-07 17:49:35 -07:00
ve.ce.RelocatableNode.js RelocatableNode for Inline and Block Images 2013-06-21 14:53:10 -07:00
ve.ce.ResizableNode.js RelocatableNode for Inline and Block Images 2013-06-21 14:53:10 -07:00
ve.ce.Surface.js Merge "RelocatableNode for Inline and Block Images" 2013-06-21 21:54:49 +00:00
ve.ce.SurfaceObserver.js Merge "Store multi byte characters as one element" 2013-05-25 09:00:49 +00:00
ve.ce.View.js Remove resize handles on surface teardown 2013-05-24 22:19:18 +02:00