Catrope has uploaded a new change for review.
https://gerrit.wikimedia.org/r/90060
Change subject: Rename oo.js to OO.js
......................................................................
Rename oo.js to OO.js
Change-Id: I9f02a4438a18243022506b5a2fcc445af03aa945
---
M VisualEditor.php
M demos/trigger/index.html
M demos/ve/eventSequencer.html
M demos/ve/index.php
M maintenance/makeStaticLoader.php
R modules/oojs/OO.js
M modules/ve/test/index.php
7 files changed, 6 insertions(+), 6 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor
refs/changes/60/90060/1
diff --git a/VisualEditor.php b/VisualEditor.php
index 15e3d1a..a1dc60b 100644
--- a/VisualEditor.php
+++ b/VisualEditor.php
@@ -89,7 +89,7 @@
'oojs' => $wgVisualEditorResourceTemplate + array(
'scripts' => array(
- 'oojs/oo.js',
+ 'oojs/OO.js',
),
),
diff --git a/demos/trigger/index.html b/demos/trigger/index.html
index b9b6ce5..5da82e5 100644
--- a/demos/trigger/index.html
+++ b/demos/trigger/index.html
@@ -99,7 +99,7 @@
</tr>
</table>
<script src="../../modules/jquery/jquery.js"></script>
- <script src="../../modules/oojs/oo.js"></script>
+ <script src="../../modules/oojs/OO.js"></script>
<script src="../../modules/unicodejs/unicodejs.js"></script>
<script
src="../../modules/unicodejs/unicodejs.graphemebreak.js"></script>
<script
src="../../modules/unicodejs/unicodejs.graphemebreakproperties.js"></script>
diff --git a/demos/ve/eventSequencer.html b/demos/ve/eventSequencer.html
index be8ce5d..1677141 100644
--- a/demos/ve/eventSequencer.html
+++ b/demos/ve/eventSequencer.html
@@ -10,7 +10,7 @@
</style>
<script src="../../modules/jquery/jquery.js"></script>
<script src="../../modules/jquery/jquery.client.js"></script>
- <script src="../../modules/oojs/oo.js"></script>
+ <script src="../../modules/oojs/OO.js"></script>
<script src="../../modules/unicodejs/unicodejs.js"></script>
<script
src="../../modules/unicodejs/unicodejs.graphemebreak.js"></script>
<script
src="../../modules/unicodejs/unicodejs.wordbreak.js"></script>
diff --git a/demos/ve/index.php b/demos/ve/index.php
index fd0954f..62d7a59 100644
--- a/demos/ve/index.php
+++ b/demos/ve/index.php
@@ -88,7 +88,7 @@
<!-- Dependencies -->
<script src="../../modules/jquery/jquery.js"></script>
<script src="../../modules/jquery/jquery.client.js"></script>
- <script src="../../modules/oojs/oo.js"></script>
+ <script src="../../modules/oojs/OO.js"></script>
<script src="../../modules/rangy/rangy-core-1.3.js"></script>
<script
src="../../modules/rangy/rangy-position-1.3.js"></script>
<script src="../../modules/unicodejs/unicodejs.js"></script>
diff --git a/maintenance/makeStaticLoader.php b/maintenance/makeStaticLoader.php
index 96085b9..5e22541 100644
--- a/maintenance/makeStaticLoader.php
+++ b/maintenance/makeStaticLoader.php
@@ -84,7 +84,7 @@
'scripts' => array(
'jquery/jquery.js',
'jquery/jquery.client.js',
- 'oojs/oo.js',
+ 'oojs/OO.js',
'rangy/rangy-core-1.3.js',
'rangy/rangy-position-1.3.js',
'unicodejs/unicodejs.js',
diff --git a/modules/oojs/oo.js b/modules/oojs/OO.js
similarity index 100%
rename from modules/oojs/oo.js
rename to modules/oojs/OO.js
diff --git a/modules/ve/test/index.php b/modules/ve/test/index.php
index bd98b5b..3e40315 100644
--- a/modules/ve/test/index.php
+++ b/modules/ve/test/index.php
@@ -33,7 +33,7 @@
<!-- Dependencies -->
<script src="../../jquery/jquery.js"></script>
<script src="../../jquery/jquery.client.js"></script>
- <script src="../../oojs/oo.js"></script>
+ <script src="../../oojs/OO.js"></script>
<script src="../../rangy/rangy-core-1.3.js"></script>
<script src="../../rangy/rangy-position-1.3.js"></script>
<script src="../../unicodejs/unicodejs.js"></script>
--
To view, visit https://gerrit.wikimedia.org/r/90060
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9f02a4438a18243022506b5a2fcc445af03aa945
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Catrope <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits