mediawiki-extensions-Visual.../modules/ve/ui/dialogs
Timo Tijhof 1c0cca5460 doc: Fix incorrect documentation in template data model
Per the TemplateData spec:
* Most message values can be null, though they're never undefined.
* 'deprecated' is actually {boolean|string}.

For us:
* Make #isParameterDeprecated always return a boolean
* Add #getParameterDeprecationDescription to get the explanation
  of why a parameter is deprecated
* getParameterDescription doesn't need to pass 'null' for fallback
  since that's the default fallback.
  And it may return null or string.
* #getParameterSets returns an array of Set objects, not an array
  of strings (see spec for more information).

Change-Id: Iee788bc8fa6f0545085a0f154b77b8176f770dd2
2013-07-02 13:02:01 -07:00
..
ve.ui.MWMediaEditDialog.js ve.ui.ViewRegistry annihilation 2013-06-26 16:52:10 -07:00
ve.ui.MWMediaInsertDialog.js Automatically focus on the query input on insert media dialog open 2013-06-28 00:43:34 +00:00
ve.ui.MWMetaDialog.js Don't compute the end offset to pass to insertMeta() 2013-06-27 16:21:02 -07:00
ve.ui.MWReferenceEditDialog.js Reference insertion, new and existing 2013-06-27 18:11:31 -07:00
ve.ui.MWReferenceInsertDialog.js Reference insertion, new and existing 2013-06-27 18:11:31 -07:00
ve.ui.MWReferenceListDialog.js ve.ui.ViewRegistry annihilation 2013-06-26 16:52:10 -07:00
ve.ui.MWTransclusionDialog.js doc: Fix incorrect documentation in template data model 2013-07-02 13:02:01 -07:00
ve.ui.PagedDialog.js Straighten out variances in parent method invocation 2013-06-21 19:20:37 +00:00