jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/404631 )

Change subject: Use “OOUI” as unified name in docs & code comments
......................................................................


Use “OOUI” as unified name in docs & code comments

Bug: T182360
Change-Id: I24fbfe4fed3148241bc70835ae310bffe5dfcc9d
---
M CONTRIBUTING.md
M modules/engine/misc/mw-ui.modal.js
M modules/flow/dm/mixins/mw.flow.dm.List.js
M modules/styles/common.less
M modules/styles/flow/widgets/editor/mw.flow.ui.CanNotEditWidget.less
5 files changed, 5 insertions(+), 5 deletions(-)

Approvals:
  jenkins-bot: Verified
  Jforrester: Looks good to me, approved



diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b403e88..8c11627 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -14,7 +14,7 @@
 #wikimedia-collaboration on Freenode.
 
 ## Libraries
-Flow primarily uses two libraries, OOjs UI/OO UI PHP and Handlebars.  
Handlebars
+Flow primarily uses two libraries, OOUI/OOUI PHP and Handlebars.  Handlebars
 is a templating language used on both the client and server.
 
 When developing, it is recommended to set:
diff --git a/modules/engine/misc/mw-ui.modal.js 
b/modules/engine/misc/mw-ui.modal.js
index c851b6c..7f3fed2 100644
--- a/modules/engine/misc/mw-ui.modal.js
+++ b/modules/engine/misc/mw-ui.modal.js
@@ -34,7 +34,7 @@
         *
         * @todo Implement multi-step
         * @todo Implement data-mwui handlers
-        * @todo Implement OOJS & events
+        * @todo Implement OOjs & events
         * @class
         * @constructor
         * @param {string} [name] Name of modal (may be omitted)
diff --git a/modules/flow/dm/mixins/mw.flow.dm.List.js 
b/modules/flow/dm/mixins/mw.flow.dm.List.js
index f0c7ff4..6b46717 100644
--- a/modules/flow/dm/mixins/mw.flow.dm.List.js
+++ b/modules/flow/dm/mixins/mw.flow.dm.List.js
@@ -79,7 +79,7 @@
 
        /**
         * Aggregate the events emitted by the group.
-        * Taken from oojs-ui's OO.ui.GroupElement#aggregate
+        * Taken from OOUI's OO.ui.GroupElement#aggregate
         *
         * When events are aggregated, the group will listen to all contained 
items for the event,
         * and then emit the event under a new name. The new event will contain 
an additional leading
diff --git a/modules/styles/common.less b/modules/styles/common.less
index eeb4141..52719db 100644
--- a/modules/styles/common.less
+++ b/modules/styles/common.less
@@ -104,7 +104,7 @@
        height: 100px;
 }
 
-// Override oojs-ui's frameless-buttons having
+// Override OOUI's frameless-buttons having
 // a white border inside the description area
 // (which has a grey background)
 .flow-ui-boardDescriptionWidget-editButton.oo-ui-widget.oo-ui-buttonElement 
.oo-ui-buttonElement-button {
diff --git 
a/modules/styles/flow/widgets/editor/mw.flow.ui.CanNotEditWidget.less 
b/modules/styles/flow/widgets/editor/mw.flow.ui.CanNotEditWidget.less
index 228a78f..62fa111 100644
--- a/modules/styles/flow/widgets/editor/mw.flow.ui.CanNotEditWidget.less
+++ b/modules/styles/flow/widgets/editor/mw.flow.ui.CanNotEditWidget.less
@@ -4,7 +4,7 @@
 
        &-active {
                /* @embed */
-               // From OOjs-UI
+               // From OOUI
                background-image: url( ../../images/lock-ltr.svg );
                background-repeat: no-repeat;
                background-color: #ffb50d;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I24fbfe4fed3148241bc70835ae310bffe5dfcc9d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: VolkerE <volke...@wikimedia.org>
Gerrit-Reviewer: Jforrester <jforres...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to