mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
385f895980
New changes: 6ec286e Support for generic file drop handlers 4f2ab66 Generic progress dialog for drag and drop uploads 742e0fe Fix pasteSpecial command 87ea9e9 Fix up/down arrowing off a focusable node 643ea34 spinner.gif: Update with new version from Trevor ffd8b1e Position the table context relative to the first section node 393776a Fix logic for ignoring (col|row)span=1 f94b10e Don't unmerge spanned cells when spanned cell is removed 3416764 TableContext: Simplify row/column overlays styles e6c0038 Localisation updates from https://translatewiki.net. fb1a922 Register select all as a command and perform programmatically 3c1ce93 Make caption tool available when caption selected dd0ac7d Move disabling logic from tools to commands 8bf33a5 Bold & italic icons for Armenian 058b32c Update OOjs UI to v0.1.0-pre (05f0fefc3f) c01d115 Create filedrophandlers folder for implementations Local changes: * Register new files * Move disabling logic from tools to commands onUpdateState should only ever call setActive. setDisabled should already be determined by the command so that it can prevent itself being called by triggers. Change-Id: Icdeaa4c152a0dcd839c8e7cc4e64b2215eb2de1e
257 lines
4.2 KiB
JSON
257 lines
4.2 KiB
JSON
[
|
|
{
|
|
"name": "VisualEditor (MediaWiki extension)",
|
|
"groups": [
|
|
{
|
|
"name": "Initialization",
|
|
"classes": [
|
|
"ve.init.mw*",
|
|
"ve.version"
|
|
]
|
|
},
|
|
{
|
|
"name": "User Interface",
|
|
"classes": [
|
|
"ve.ui.MW*Page"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Upstream (MediaWiki)",
|
|
"groups": [
|
|
{
|
|
"name": "MediaWiki",
|
|
"classes": [
|
|
"mw.Title"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "VisualEditor (core)",
|
|
"groups": [
|
|
{
|
|
"name": "General",
|
|
"classes": [
|
|
"ve",
|
|
"ve.Range",
|
|
"ve.EventSequencer",
|
|
"ve.Filibuster",
|
|
"ve.Node",
|
|
"ve.BranchNode",
|
|
"ve.LeafNode",
|
|
"ve.Document"
|
|
]
|
|
},
|
|
{
|
|
"name": "Initialization",
|
|
"classes": [
|
|
"ve.init",
|
|
"ve.init.Platform",
|
|
"ve.init.Target",
|
|
"ve.init.sa*"
|
|
]
|
|
},
|
|
{
|
|
"name": "DataModel",
|
|
"classes": [
|
|
"ve.dm",
|
|
"ve.dm.Model",
|
|
"ve.dm.AnnotationFactory",
|
|
"ve.dm.MetaItemFactory",
|
|
"ve.dm.ModelRegistry",
|
|
"ve.dm.Converter",
|
|
"ve.dm.DataString",
|
|
"ve.dm.DocumentSynchronizer",
|
|
"ve.dm.IndexValueStore",
|
|
"ve.dm.Scalable",
|
|
"ve.dm.NodeFactory",
|
|
"ve.dm.Surface",
|
|
"ve.dm.SurfaceFragment",
|
|
"ve.dm.*Selection",
|
|
"ve.dm.Transaction",
|
|
"ve.dm.TransactionProcessor",
|
|
"ve.dm.TransactionProcessor.processors",
|
|
"ve.dm.*Annotation",
|
|
"ve.dm.AnnotationSet",
|
|
"ve.dm.*MetaItem",
|
|
"ve.dm.MetaList",
|
|
"ve.dm.InternalList",
|
|
"ve.dm.Document*",
|
|
"ve.dm.*Node",
|
|
"ve.dm.*LinearData*",
|
|
"ve.dm.*Model",
|
|
"ve.dm.TableMatrix",
|
|
"ve.dm.TableMatrixCell",
|
|
"ve.dm.TableNodeCellIterator"
|
|
]
|
|
},
|
|
{
|
|
"name": "ContentEditable",
|
|
"classes": [
|
|
"ve.ce",
|
|
"ve.ce.View",
|
|
"ve.ce.AnnotationFactory",
|
|
"ve.ce.NodeFactory",
|
|
"ve.ce.Surface",
|
|
"ve.ce.SurfaceObserver",
|
|
"ve.ce.DomRange",
|
|
"ve.ce.*Annotation",
|
|
"ve.ce.Document",
|
|
"ve.ce.*Node"
|
|
]
|
|
},
|
|
{
|
|
"name": "User Interface",
|
|
"classes": [
|
|
"ve.ui",
|
|
"ve.ui.*Surface",
|
|
"ve.ui.*Context",
|
|
"ve.ui.Overlay",
|
|
"ve.ui.Toolbar",
|
|
"ve.ui.TargetToolbar",
|
|
"ve.ui.DebugBar",
|
|
"ve.ui.Trigger",
|
|
"ve.ui.*FileDropHandler",
|
|
"ve.ui.*Action",
|
|
"ve.ui.*Command",
|
|
"ve.ui.*Factory",
|
|
"ve.ui.*Registry",
|
|
"ve.ui.*Tool",
|
|
"ve.ui.*Inspector",
|
|
"ve.ui.*Widget",
|
|
"ve.ui.*WindowManager",
|
|
"ve.ui.*InspectorManager",
|
|
"ve.ui.*Dialog"
|
|
]
|
|
},
|
|
{
|
|
"name": "Tests",
|
|
"classes": [
|
|
"ve.QUnit",
|
|
"ve.QUnit.assert",
|
|
"ve.ce.TestOffset",
|
|
"ve.ce.TestRunner"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "UnicodeJS",
|
|
"groups": [
|
|
{
|
|
"name": "UnicodeJS",
|
|
"classes": [
|
|
"unicodeJS",
|
|
"unicodeJS.TextString",
|
|
"unicodeJS.wordbreak",
|
|
"unicodeJS.graphemebreak"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "OOJS UI",
|
|
"groups": [
|
|
{
|
|
"name": "General",
|
|
"classes": [
|
|
"OO.ui",
|
|
"OO.ui.ActionSet",
|
|
"OO.ui.Element",
|
|
"OO.ui.Layout",
|
|
"OO.ui.Widget",
|
|
"OO.ui.Window",
|
|
"OO.ui.Dialog",
|
|
"OO.ui.WindowManager",
|
|
"OO.ui.Error",
|
|
"OO.ui.Process"
|
|
]
|
|
},
|
|
{
|
|
"name": "Elements",
|
|
"classes": [
|
|
"OO.ui.*Element"
|
|
]
|
|
},
|
|
{
|
|
"name": "Tools",
|
|
"classes": [
|
|
"OO.ui.*Tool",
|
|
"OO.ui.Tool*Factory"
|
|
]
|
|
},
|
|
{
|
|
"name": "Toolbar and tool groups",
|
|
"classes": [
|
|
"OO.ui.Toolbar",
|
|
"OO.ui.*ToolGroup"
|
|
]
|
|
},
|
|
{
|
|
"name": "Dialogs",
|
|
"classes": [
|
|
"OO.ui.*Dialog"
|
|
]
|
|
},
|
|
{
|
|
"name": "Layouts",
|
|
"classes": [
|
|
"OO.ui.*Layout"
|
|
]
|
|
},
|
|
{
|
|
"name": "Widgets",
|
|
"classes": [
|
|
"OO.ui.*Widget"
|
|
]
|
|
},
|
|
{
|
|
"name": "Themes",
|
|
"classes": [
|
|
"OO.ui.*Theme"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Upstream",
|
|
"groups": [
|
|
{
|
|
"name": "OOJS",
|
|
"classes": [
|
|
"OO",
|
|
"OO.EventEmitter",
|
|
"OO.Factory",
|
|
"OO.Registry"
|
|
]
|
|
},
|
|
{
|
|
"name": "jQuery",
|
|
"classes": [
|
|
"jQuery",
|
|
"jQuery.Event",
|
|
"jQuery.Promise",
|
|
"jQuery.Deferred",
|
|
"jQuery.jqXHR",
|
|
"QUnit"
|
|
]
|
|
},
|
|
{
|
|
"name": "JavaScript",
|
|
"classes": [
|
|
"Array",
|
|
"Boolean",
|
|
"Date",
|
|
"Function",
|
|
"Number",
|
|
"Object",
|
|
"RegExp",
|
|
"String"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|