mediawiki-extensions-Visual.../modules/ve-mw/dm/models
Trevor Parscal 51e096d6f2 Refactor Transclusion and Meta dialogs to use BookletLayout
Use OOJS-UI's newly-extended paged dialogs (in e08eb2a03b) to refactor
how the Transclusion and Meta dialogs work, splitting out the code for
each of the panels into its own file and simplifying extensibility.

The Meta dialog (ve.ui.MWMetaDialog) now has two self-managing panels:
* ve.ui.MWCategoriesPage for categories and the default sort key
* ve.ui.MWLanguagesPage for language links

The Transclusion dialog (ve.ui.MWTransclusionDialog) now has four:
* ve.ui.MWTemplatePage for a template's primary panel
* ve.ui.MWTemplateParameterPage for each parameter of a template
* ve.ui.MWTemplatePlaceholderPage for a placeholder to insert a template
* ve.ui.MWTransclusionContentPage for non-template transclusion

Additionally, the Transclusion dialog has been slightly cleaned up:
* Replace add/remove events with replace events in transclusion model
* Actually return and resolve a promise (as documented)
* Get rid of "origin" info in template models
* Add method for adding required parts

TODO:

* Decide how and when we will choose between advanced transclusion and
  template dialogs
* Work out design issues with how template descriptions will be visible
  and how adding parameters will work if only showing parameters in
  outline
* Add preview to template dialog
* Consider ways to further improve pages for use in continuous mode

WARNING:

* Right now the template dialog gets overridden by the advanced
  transclusion dialog because they have the same symbolic name and the
  latter is registered later than the former. To test the template
  dialog, just change the symbolic name of the advanced transclusion
  dialog.

Change-Id: I51e74b322aec9a4c3918e6f792bdb3d318060979
2013-12-05 16:26:26 -08:00
..
ve.dm.MWTemplateModel.js Refactor Transclusion and Meta dialogs to use BookletLayout 2013-12-05 16:26:26 -08:00
ve.dm.MWTemplateParameterModel.js Retain original param names and ignore leading/trailing whitespace 2013-07-10 15:34:36 -07:00
ve.dm.MWTemplatePlaceholderModel.js Remove ve.{inheritClass,mixinClass} and use OO instead 2013-10-18 18:58:08 +02:00
ve.dm.MWTemplateSpecModel.js Make generic localization utility for lang code keyed objects 2013-11-13 14:26:51 -08:00
ve.dm.MWTransclusionContentModel.js Remove ve.{inheritClass,mixinClass} and use OO instead 2013-10-18 18:58:08 +02:00
ve.dm.MWTransclusionModel.js Refactor Transclusion and Meta dialogs to use BookletLayout 2013-12-05 16:26:26 -08:00
ve.dm.MWTransclusionPartModel.js Use OO.EventEmitter instead of ve.EventEmitter 2013-10-22 16:57:33 +00:00