mediawiki-extensions-Visual.../modules/ve/ui
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
..
actions Reference name and group editing 2013-06-14 15:29:56 -07:00
dialogs doc: Fix incorrect documentation in template data model 2013-07-02 13:02:01 -07:00
elements Element fixes 2013-06-18 11:35:07 -07:00
inspectors Put the link inspector in the menus overlay 2013-06-28 00:36:47 +00:00
layouts Make fieldset layout icons optional 2013-06-12 16:23:48 -07:00
styles Reference insertion, new and existing 2013-06-27 18:11:31 -07:00
tools Reference insertion, new and existing 2013-06-27 18:11:31 -07:00
widgets ve.ui.TextInputWidget: Fix TypeError when config is undefined 2013-06-28 19:06:43 -07: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 ve.ui.ViewRegistry annihilation 2013-06-26 16:52:10 -07:00
ve.ui.Dialog.js Close dialogs on escape 2013-06-27 17:00:35 -07:00
ve.ui.DialogFactory.js UI "Views" refactor 2013-04-18 15:53:50 -07:00
ve.ui.Frame.js Close dialogs on escape 2013-06-27 17:00:35 -07:00
ve.ui.Inspector.js Close dialogs on escape 2013-06-27 17:00:35 -07:00
ve.ui.InspectorFactory.js UI "Views" refactor 2013-04-18 15:53:50 -07:00
ve.ui.js ve.ui.ViewRegistry annihilation 2013-06-26 16:52:10 -07:00
ve.ui.Layout.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ui.Surface.js Local Overlay Stacks 2013-06-28 00:30:54 +00:00
ve.ui.Tool.js ve.ui.ViewRegistry annihilation 2013-06-26 16:52:10 -07:00
ve.ui.Toolbar.js If cursor is obscured by toolbar, on keypress scroll to cursor. 2013-06-27 14:09:22 -07:00
ve.ui.ToolFactory.js Disable inspection of references with unknown contents 2013-06-27 20:34:32 -07:00
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.Widget.js ve.Element refactor 2013-05-14 19:47:32 +00:00
ve.ui.Window.js Close dialogs on escape 2013-06-27 17:00:35 -07:00
ve.ui.WindowSet.js Don't depend on iframe load events 2013-06-25 23:12:58 +00:00