jenkins-bot has submitted this change and it was merged.

Change subject: Use mediawiki.ui.button instead of mediaiki.ui
......................................................................


Use mediawiki.ui.button instead of mediaiki.ui

* 9e4e58bce8d10f65cf298b39f48e86c41b6a82b8 separated mediawiki.ui.button
  into a separate module (for modularity, and potentially to allow
  wiki content to use mw.ui buttons by default in the future).
* Currently, the button code is in both mediawiki.ui and
  mediawiki.ui.button for backwards compatibility.  However, it will be
  removed from mediawiki.ui when existing uses transition over.
* Echo does not use any mw.ui features other than buttons.

Change-Id: I429d8f2424d6218439eed01fe5ea6497e7697ba2
---
M Echo.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/Echo.php b/Echo.php
index d78262b..bfb8b4e 100644
--- a/Echo.php
+++ b/Echo.php
@@ -193,7 +193,7 @@
                'styles' => 'special/ext.echo.special.css',
                'dependencies' => array(
                        'ext.echo.desktop',
-                       'mediawiki.ui',
+                       'mediawiki.ui.button',
                ),
                'messages' => array(
                        'echo-load-more-error',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I429d8f2424d6218439eed01fe5ea6497e7697ba2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>
Gerrit-Reviewer: Kaldari <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to