[MediaWiki-commits] [Gerrit] mediawiki...ContentTranslation[master]: Replace deprecated .mw-ui-constructive with .mw-ui-progressive

2016-10-02 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Replace deprecated .mw-ui-constructive with .mw-ui-progressive
..


Replace deprecated .mw-ui-constructive with .mw-ui-progressive

Bug: T146923
Change-Id: I1586a0519b7c1ae8f94d0fc8741bdee1a92048ca
---
M modules/dashboard/ext.cx.dashboard.js
M modules/header/ext.cx.header.js
M modules/publish/ext.cx.publish.js
3 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Santhosh: Looks good to me, approved
  Prtksxna: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/modules/dashboard/ext.cx.dashboard.js 
b/modules/dashboard/ext.cx.dashboard.js
index 1ac0e2e..0be1eb1 100644
--- a/modules/dashboard/ext.cx.dashboard.js
+++ b/modules/dashboard/ext.cx.dashboard.js
@@ -193,7 +193,7 @@
 
this.$listHeader = $( '' ).addClass( 'translation-filter' 
);
this.$newTranslationButton = $( '' )
-   .addClass( 'cx-cta__new-translation mw-ui-button 
mw-ui-constructive' )
+   .addClass( 'cx-cta__new-translation mw-ui-button 
mw-ui-progressive' )
.text( mw.msg( 'cx-create-new-translation' ) );
this.$cta = $( '' )
.addClass( 'cx-cta' )
diff --git a/modules/header/ext.cx.header.js b/modules/header/ext.cx.header.js
index e1600d1..2651995 100644
--- a/modules/header/ext.cx.header.js
+++ b/modules/header/ext.cx.header.js
@@ -215,7 +215,7 @@
.addClass( 'cx-header__draft-status' );
 
this.$publishButton = $( '' )
-   .addClass( 'cx-header__publish-button mw-ui-button 
mw-ui-constructive' )
+   .addClass( 'cx-header__publish-button mw-ui-button 
mw-ui-progressive' )
.prop( 'disabled', true )
.text( mw.msg( 'cx-publish-button' ) );
 
diff --git a/modules/publish/ext.cx.publish.js 
b/modules/publish/ext.cx.publish.js
index 201290d..27069ec 100644
--- a/modules/publish/ext.cx.publish.js
+++ b/modules/publish/ext.cx.publish.js
@@ -103,7 +103,7 @@
.prop( 'type', 'text' );
 
$publishButton = $( '' )
-   .addClass( 'cx-header__publish-captcha mw-ui-button 
mw-ui-constructive' )
+   .addClass( 'cx-header__publish-captcha mw-ui-button 
mw-ui-progressive' )
.text( mw.msg( 'cx-publish-button' ) );
 
$captchaForm.append( $captchaAnswer, $publishButton );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1586a0519b7c1ae8f94d0fc8741bdee1a92048ca
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: VolkerE 
Gerrit-Reviewer: Jdlrobson 
Gerrit-Reviewer: Nikerabbit 
Gerrit-Reviewer: Prtksxna 
Gerrit-Reviewer: Santhosh 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] mediawiki...ContentTranslation[master]: Replace deprecated .mw-ui-constructive with .mw-ui-progressive

2016-09-29 Thread VolkerE (Code Review)
VolkerE has uploaded a new change for review.

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

Change subject: Replace deprecated .mw-ui-constructive with .mw-ui-progressive
..

Replace deprecated .mw-ui-constructive with .mw-ui-progressive

Bug: T146923
Change-Id: I1586a0519b7c1ae8f94d0fc8741bdee1a92048ca
---
M modules/dashboard/ext.cx.dashboard.js
M modules/header/ext.cx.header.js
M modules/publish/ext.cx.publish.js
3 files changed, 3 insertions(+), 3 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/20/313520/1

diff --git a/modules/dashboard/ext.cx.dashboard.js 
b/modules/dashboard/ext.cx.dashboard.js
index 1ac0e2e..0be1eb1 100644
--- a/modules/dashboard/ext.cx.dashboard.js
+++ b/modules/dashboard/ext.cx.dashboard.js
@@ -193,7 +193,7 @@
 
this.$listHeader = $( '' ).addClass( 'translation-filter' 
);
this.$newTranslationButton = $( '' )
-   .addClass( 'cx-cta__new-translation mw-ui-button 
mw-ui-constructive' )
+   .addClass( 'cx-cta__new-translation mw-ui-button 
mw-ui-progressive' )
.text( mw.msg( 'cx-create-new-translation' ) );
this.$cta = $( '' )
.addClass( 'cx-cta' )
diff --git a/modules/header/ext.cx.header.js b/modules/header/ext.cx.header.js
index e1600d1..2651995 100644
--- a/modules/header/ext.cx.header.js
+++ b/modules/header/ext.cx.header.js
@@ -215,7 +215,7 @@
.addClass( 'cx-header__draft-status' );
 
this.$publishButton = $( '' )
-   .addClass( 'cx-header__publish-button mw-ui-button 
mw-ui-constructive' )
+   .addClass( 'cx-header__publish-button mw-ui-button 
mw-ui-progressive' )
.prop( 'disabled', true )
.text( mw.msg( 'cx-publish-button' ) );
 
diff --git a/modules/publish/ext.cx.publish.js 
b/modules/publish/ext.cx.publish.js
index 201290d..27069ec 100644
--- a/modules/publish/ext.cx.publish.js
+++ b/modules/publish/ext.cx.publish.js
@@ -103,7 +103,7 @@
.prop( 'type', 'text' );
 
$publishButton = $( '' )
-   .addClass( 'cx-header__publish-captcha mw-ui-button 
mw-ui-constructive' )
+   .addClass( 'cx-header__publish-captcha mw-ui-button 
mw-ui-progressive' )
.text( mw.msg( 'cx-publish-button' ) );
 
$captchaForm.append( $captchaAnswer, $publishButton );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1586a0519b7c1ae8f94d0fc8741bdee1a92048ca
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: VolkerE 

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