Esanders has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/232738

Change subject: Move ve-graph to VisualEditor for consistency
......................................................................

Move ve-graph to VisualEditor for consistency

Change-Id: I99f411a10637ac3f2c78ad454a362dd0b35df733
---
M Graph.hooks.php
M Gruntfile.js
R modules/VisualEditor/tests/ext.graph.visualEditor.test.js
R modules/VisualEditor/ve.ce.MWGraphNode.js
R modules/VisualEditor/ve.dm.MWGraphModel.js
R modules/VisualEditor/ve.dm.MWGraphNode.js
R modules/VisualEditor/ve.ui.MWGraphDialog.js
R modules/VisualEditor/ve.ui.MWGraphDialogTool.js
R modules/VisualEditor/widgets/ve.ui.RowWidget.css
R modules/VisualEditor/widgets/ve.ui.RowWidget.js
R modules/VisualEditor/widgets/ve.ui.TableWidget.css
R modules/VisualEditor/widgets/ve.ui.TableWidget.js
12 files changed, 11 insertions(+), 11 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Graph 
refs/changes/38/232738/1

diff --git a/Graph.hooks.php b/Graph.hooks.php
index daf51fd..862e3bc 100644
--- a/Graph.hooks.php
+++ b/Graph.hooks.php
@@ -25,17 +25,17 @@
                $addModules = array(
                        'ext.graph.visualEditor' => $graphModuleTemplate + 
array(
                                'scripts' => array(
-                                       
'modules/ve-graph/ve.dm.MWGraphModel.js',
-                                       'modules/ve-graph/ve.dm.MWGraphNode.js',
-                                       'modules/ve-graph/ve.ce.MWGraphNode.js',
-                                       
'modules/ve-graph/ve.ui.MWGraphDialog.js',
-                                       
'modules/ve-graph/ve.ui.MWGraphDialogTool.js',
-                                       
'modules/ve-graph/widgets/ve.ui.RowWidget.js',
-                                       
'modules/ve-graph/widgets/ve.ui.TableWidget.js'
+                                       
'modules/VisualEditor/ve.dm.MWGraphModel.js',
+                                       
'modules/VisualEditor/ve.dm.MWGraphNode.js',
+                                       
'modules/VisualEditor/ve.ce.MWGraphNode.js',
+                                       
'modules/VisualEditor/ve.ui.MWGraphDialog.js',
+                                       
'modules/VisualEditor/ve.ui.MWGraphDialogTool.js',
+                                       
'modules/VisualEditor/widgets/ve.ui.RowWidget.js',
+                                       
'modules/VisualEditor/widgets/ve.ui.TableWidget.js'
                                ),
                                'styles' => array(
-                                       
'modules/ve-graph/widgets/ve.ui.RowWidget.css',
-                                       
'modules/ve-graph/widgets/ve.ui.TableWidget.css'
+                                       
'modules/VisualEditor/widgets/ve.ui.RowWidget.css',
+                                       
'modules/VisualEditor/widgets/ve.ui.TableWidget.css'
                                ),
                                'dependencies' => array(
                                        'ext.visualEditor.mwcore',
@@ -87,7 +87,7 @@
                if ( isset( $resourceModules[ 'ext.graph.visualEditor' ] ) || 
$resourceLoader->isModuleRegistered( 'ext.graph.visualEditor' ) ) {
                        $testModules['qunit']['ext.graph.visualEditor.test'] = 
array(
                                'scripts' => array(
-                                       
'modules/ve-graph/tests/ext.graph.visualEditor.test.js'
+                                       
'modules/VisualEditor/tests/ext.graph.visualEditor.test.js'
                                ),
                                'dependencies' => array(
                                        'ext.graph.visualEditor'
diff --git a/Gruntfile.js b/Gruntfile.js
index cb508ed..a1e31ad 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -21,7 +21,7 @@
                        },
                        all: [
                                'js/*.js',
-                               'modules/ve-graph/**/*.js'
+                               'modules/VisualEditor/**/*.js'
                        ]
                },
                jscs: {
diff --git a/modules/ve-graph/tests/ext.graph.visualEditor.test.js 
b/modules/VisualEditor/tests/ext.graph.visualEditor.test.js
similarity index 100%
rename from modules/ve-graph/tests/ext.graph.visualEditor.test.js
rename to modules/VisualEditor/tests/ext.graph.visualEditor.test.js
diff --git a/modules/ve-graph/ve.ce.MWGraphNode.js 
b/modules/VisualEditor/ve.ce.MWGraphNode.js
similarity index 100%
rename from modules/ve-graph/ve.ce.MWGraphNode.js
rename to modules/VisualEditor/ve.ce.MWGraphNode.js
diff --git a/modules/ve-graph/ve.dm.MWGraphModel.js 
b/modules/VisualEditor/ve.dm.MWGraphModel.js
similarity index 100%
rename from modules/ve-graph/ve.dm.MWGraphModel.js
rename to modules/VisualEditor/ve.dm.MWGraphModel.js
diff --git a/modules/ve-graph/ve.dm.MWGraphNode.js 
b/modules/VisualEditor/ve.dm.MWGraphNode.js
similarity index 100%
rename from modules/ve-graph/ve.dm.MWGraphNode.js
rename to modules/VisualEditor/ve.dm.MWGraphNode.js
diff --git a/modules/ve-graph/ve.ui.MWGraphDialog.js 
b/modules/VisualEditor/ve.ui.MWGraphDialog.js
similarity index 100%
rename from modules/ve-graph/ve.ui.MWGraphDialog.js
rename to modules/VisualEditor/ve.ui.MWGraphDialog.js
diff --git a/modules/ve-graph/ve.ui.MWGraphDialogTool.js 
b/modules/VisualEditor/ve.ui.MWGraphDialogTool.js
similarity index 100%
rename from modules/ve-graph/ve.ui.MWGraphDialogTool.js
rename to modules/VisualEditor/ve.ui.MWGraphDialogTool.js
diff --git a/modules/ve-graph/widgets/ve.ui.RowWidget.css 
b/modules/VisualEditor/widgets/ve.ui.RowWidget.css
similarity index 100%
rename from modules/ve-graph/widgets/ve.ui.RowWidget.css
rename to modules/VisualEditor/widgets/ve.ui.RowWidget.css
diff --git a/modules/ve-graph/widgets/ve.ui.RowWidget.js 
b/modules/VisualEditor/widgets/ve.ui.RowWidget.js
similarity index 100%
rename from modules/ve-graph/widgets/ve.ui.RowWidget.js
rename to modules/VisualEditor/widgets/ve.ui.RowWidget.js
diff --git a/modules/ve-graph/widgets/ve.ui.TableWidget.css 
b/modules/VisualEditor/widgets/ve.ui.TableWidget.css
similarity index 100%
rename from modules/ve-graph/widgets/ve.ui.TableWidget.css
rename to modules/VisualEditor/widgets/ve.ui.TableWidget.css
diff --git a/modules/ve-graph/widgets/ve.ui.TableWidget.js 
b/modules/VisualEditor/widgets/ve.ui.TableWidget.js
similarity index 100%
rename from modules/ve-graph/widgets/ve.ui.TableWidget.js
rename to modules/VisualEditor/widgets/ve.ui.TableWidget.js

-- 
To view, visit https://gerrit.wikimedia.org/r/232738
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I99f411a10637ac3f2c78ad454a362dd0b35df733
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Graph
Gerrit-Branch: master
Gerrit-Owner: Esanders <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to