jenkins-bot has submitted this change and it was merged. Change subject: Update OOjs UI to v0.1.0-pre (cc3c62607c) ......................................................................
Update OOjs UI to v0.1.0-pre (cc3c62607c) New changes: cc3c626 Make help button for FieldLayout frameless again Change-Id: Ic6fecd07b680a544e165e2813fc92360d18ad2bf --- M resources/lib/oojs-ui/oojs-ui-apex.css M resources/lib/oojs-ui/oojs-ui-minerva.css M resources/lib/oojs-ui/oojs-ui.js M resources/lib/oojs-ui/oojs-ui.svg.css 4 files changed, 9 insertions(+), 9 deletions(-) Approvals: Alex Monk: Looks good to me, approved jenkins-bot: Verified diff --git a/resources/lib/oojs-ui/oojs-ui-apex.css b/resources/lib/oojs-ui/oojs-ui-apex.css index 89c0d40..36138c4 100644 --- a/resources/lib/oojs-ui/oojs-ui-apex.css +++ b/resources/lib/oojs-ui/oojs-ui-apex.css @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.1.0-pre (72f047e5d8) + * OOjs UI v0.1.0-pre (cc3c62607c) * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2014 OOjs Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2014-09-06T00:15:06Z + * Date: 2014-09-08T18:26:13Z */ /* * Blank theme mixins. diff --git a/resources/lib/oojs-ui/oojs-ui-minerva.css b/resources/lib/oojs-ui/oojs-ui-minerva.css index c33b38e..73ddb69 100644 --- a/resources/lib/oojs-ui/oojs-ui-minerva.css +++ b/resources/lib/oojs-ui/oojs-ui-minerva.css @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.1.0-pre (72f047e5d8) + * OOjs UI v0.1.0-pre (cc3c62607c) * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2014 OOjs Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2014-09-06T00:15:06Z + * Date: 2014-09-08T18:26:13Z */ /* * Blank theme mixins. diff --git a/resources/lib/oojs-ui/oojs-ui.js b/resources/lib/oojs-ui/oojs-ui.js index 41b6fab..3890cd6 100644 --- a/resources/lib/oojs-ui/oojs-ui.js +++ b/resources/lib/oojs-ui/oojs-ui.js @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.1.0-pre (72f047e5d8) + * OOjs UI v0.1.0-pre (cc3c62607c) * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2014 OOjs Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2014-09-06T00:15:06Z + * Date: 2014-09-08T18:26:13Z */ ( function ( OO ) { @@ -6429,7 +6429,7 @@ if ( config.help ) { this.popupButtonWidget = new OO.ui.PopupButtonWidget( { $: this.$, - frameless: true, + framed: false, icon: 'info', title: config.help } ); diff --git a/resources/lib/oojs-ui/oojs-ui.svg.css b/resources/lib/oojs-ui/oojs-ui.svg.css index 5f5eda9..99be213 100644 --- a/resources/lib/oojs-ui/oojs-ui.svg.css +++ b/resources/lib/oojs-ui/oojs-ui.svg.css @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.1.0-pre (72f047e5d8) + * OOjs UI v0.1.0-pre (cc3c62607c) * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2014 OOjs Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2014-09-06T00:15:06Z + * Date: 2014-09-08T18:26:13Z */ /* * Blank theme mixins. -- To view, visit https://gerrit.wikimedia.org/r/159106 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic6fecd07b680a544e165e2813fc92360d18ad2bf Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Jforrester <[email protected]> Gerrit-Reviewer: Alex Monk <[email protected]> Gerrit-Reviewer: Jack Phoenix <[email protected]> Gerrit-Reviewer: Krinkle <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
