mediawiki-extensions-Visual.../.docs
Catrope a835c03bc1 Change MetaNodes to MetaItems
Rather than meta-things being special kinds of nodes, they are now a
separate class of things (MetaItems) along with Nodes and Annotations.

* Created a generic ve.dm.MetaItem that meta items inherit from.
  There will be actual instances of this class as well in the upcoming
  meta group code.
* Renamed MetaNode to AlienMetaItem, MWMetaNode to MWMetaItem,
  'metaBlock'/'metaInline' to 'alienMeta'
* Created a MetaItemFactory, handle meta items in the ModelRegistry
* Kill ve.dm.Node.static.isMeta, now obsolete

ve.dm.Converter:
* Pass in the MetaItemFactory
* Look up data element types in the ModelRegistry rather than the
  NodeFactory, because they can be either nodes or meta items
* Document createDataElement() and make explicit that modelClass can be
  either a node or a meta item
* Handle meta items in getDataFromDom()
* In getDomFromData(), check the MetaItemFactory as well as the NodeFactory

Change-Id: I893709c6f3aa00f85c1b905b70f9f4e597bdeada
2013-03-14 23:35:50 -07:00
..
categories.json Change MetaNodes to MetaItems 2013-03-14 23:35:50 -07:00
config.json Fix JSDuck warnings 2013-02-26 00:44:21 +01:00
eg-iframe.tpl Implement inline documentation examples. 2013-02-08 17:47:10 -08:00
external.js Added @source links to externals 2013-01-22 16:15:37 -08:00
generate.sh Implement inline documentation examples. 2013-02-08 17:47:10 -08:00
MetaTags.rb JSDuck: Generated code documentation! 2013-01-05 01:16:32 +01:00