[MediaWiki-commits] [Gerrit] Remove padlock icon from login link - change (mediawiki/core)

2013-08-20 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Remove padlock icon from login link
..


Remove padlock icon from login link

Change-Id: I021f7a92b84e73502328d8186dc7ca1e1946ca0d
---
M includes/SkinTemplate.php
1 file changed, 0 insertions(+), 2 deletions(-)

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



diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php
index a2ffb8e..8c047a5 100644
--- a/includes/SkinTemplate.php
+++ b/includes/SkinTemplate.php
@@ -700,13 +700,11 @@
'text' = $this-msg( $loginlink )-text(),
'href' = self::makeSpecialUrl( 'Userlogin', 
$returnto, $proto ),
'active' = $title-isSpecial( 'Userlogin' )  
( $loginlink == 'nav-login-createaccount' || !$is_signup ),
-   'class' = $wgSecureLogin ? 'link-https' : ''
);
$createaccount_url = array(
'text' = $this-msg( 'createaccount' )-text(),
'href' = self::makeSpecialUrl( 'Userlogin', 
$returntotype=signup, $proto ),
'active' = $title-isSpecial( 'Userlogin' )  
$is_signup,
-   'class' = $wgSecureLogin ? 'link-https' : ''
);
 
if ( $this-showIPinHeader() ) {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I021f7a92b84e73502328d8186dc7ca1e1946ca0d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.22wmf12
Gerrit-Owner: Demon ch...@wikimedia.org
Gerrit-Reviewer: Demon ch...@wikimedia.org
Gerrit-Reviewer: jenkins-bot

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


[MediaWiki-commits] [Gerrit] Remove padlock icon from login link - change (mediawiki/core)

2013-08-19 Thread Demon (Code Review)
Demon has uploaded a new change for review.

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


Change subject: Remove padlock icon from login link
..

Remove padlock icon from login link

Change-Id: I021f7a92b84e73502328d8186dc7ca1e1946ca0d
---
M includes/SkinTemplate.php
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/25/79825/1

diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php
index bce9ca4..69e551e 100644
--- a/includes/SkinTemplate.php
+++ b/includes/SkinTemplate.php
@@ -701,13 +701,11 @@
'text' = $this-msg( $loginlink )-text(),
'href' = self::makeSpecialUrl( 'Userlogin', 
$returnto, $proto ),
'active' = $title-isSpecial( 'Userlogin' )  
( $loginlink == 'nav-login-createaccount' || !$is_signup ),
-   'class' = $wgSecureLogin ? 'link-https' : ''
);
$createaccount_url = array(
'text' = $this-msg( 'createaccount' )-text(),
'href' = self::makeSpecialUrl( 'Userlogin', 
$returntotype=signup, $proto ),
'active' = $title-isSpecial( 'Userlogin' )  
$is_signup,
-   'class' = $wgSecureLogin ? 'link-https' : ''
);
 
if ( $this-showIPinHeader() ) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I021f7a92b84e73502328d8186dc7ca1e1946ca0d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Demon ch...@wikimedia.org

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


[MediaWiki-commits] [Gerrit] Remove padlock icon from login link - change (mediawiki/core)

2013-08-19 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Remove padlock icon from login link
..


Remove padlock icon from login link

Change-Id: I021f7a92b84e73502328d8186dc7ca1e1946ca0d
---
M includes/SkinTemplate.php
1 file changed, 0 insertions(+), 2 deletions(-)

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



diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php
index bce9ca4..69e551e 100644
--- a/includes/SkinTemplate.php
+++ b/includes/SkinTemplate.php
@@ -701,13 +701,11 @@
'text' = $this-msg( $loginlink )-text(),
'href' = self::makeSpecialUrl( 'Userlogin', 
$returnto, $proto ),
'active' = $title-isSpecial( 'Userlogin' )  
( $loginlink == 'nav-login-createaccount' || !$is_signup ),
-   'class' = $wgSecureLogin ? 'link-https' : ''
);
$createaccount_url = array(
'text' = $this-msg( 'createaccount' )-text(),
'href' = self::makeSpecialUrl( 'Userlogin', 
$returntotype=signup, $proto ),
'active' = $title-isSpecial( 'Userlogin' )  
$is_signup,
-   'class' = $wgSecureLogin ? 'link-https' : ''
);
 
if ( $this-showIPinHeader() ) {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I021f7a92b84e73502328d8186dc7ca1e1946ca0d
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Demon ch...@wikimedia.org
Gerrit-Reviewer: Aaron Schulz asch...@wikimedia.org
Gerrit-Reviewer: Demon ch...@wikimedia.org
Gerrit-Reviewer: Parent5446 tylerro...@gmail.com
Gerrit-Reviewer: jenkins-bot

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


[MediaWiki-commits] [Gerrit] Remove padlock icon from login link - change (mediawiki/core)

2013-08-19 Thread Demon (Code Review)
Demon has uploaded a new change for review.

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


Change subject: Remove padlock icon from login link
..

Remove padlock icon from login link

Change-Id: I021f7a92b84e73502328d8186dc7ca1e1946ca0d
---
M includes/SkinTemplate.php
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/61/79961/1

diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php
index a2ffb8e..8c047a5 100644
--- a/includes/SkinTemplate.php
+++ b/includes/SkinTemplate.php
@@ -700,13 +700,11 @@
'text' = $this-msg( $loginlink )-text(),
'href' = self::makeSpecialUrl( 'Userlogin', 
$returnto, $proto ),
'active' = $title-isSpecial( 'Userlogin' )  
( $loginlink == 'nav-login-createaccount' || !$is_signup ),
-   'class' = $wgSecureLogin ? 'link-https' : ''
);
$createaccount_url = array(
'text' = $this-msg( 'createaccount' )-text(),
'href' = self::makeSpecialUrl( 'Userlogin', 
$returntotype=signup, $proto ),
'active' = $title-isSpecial( 'Userlogin' )  
$is_signup,
-   'class' = $wgSecureLogin ? 'link-https' : ''
);
 
if ( $this-showIPinHeader() ) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I021f7a92b84e73502328d8186dc7ca1e1946ca0d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.22wmf12
Gerrit-Owner: Demon ch...@wikimedia.org

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


[MediaWiki-commits] [Gerrit] Remove padlock icon from login link - change (mediawiki/core)

2013-08-19 Thread Demon (Code Review)
Demon has uploaded a new change for review.

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


Change subject: Remove padlock icon from login link
..

Remove padlock icon from login link

Change-Id: I021f7a92b84e73502328d8186dc7ca1e1946ca0d
---
M includes/SkinTemplate.php
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/64/79964/1

diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php
index cca1c6c..0caaf59 100644
--- a/includes/SkinTemplate.php
+++ b/includes/SkinTemplate.php
@@ -700,13 +700,11 @@
'text' = $this-msg( $loginlink )-text(),
'href' = self::makeSpecialUrl( 'Userlogin', 
$returnto, $proto ),
'active' = $title-isSpecial( 'Userlogin' )  
( $loginlink == 'nav-login-createaccount' || !$is_signup ),
-   'class' = $wgSecureLogin ? 'link-https' : ''
);
$createaccount_url = array(
'text' = $this-msg( 'createaccount' )-text(),
'href' = self::makeSpecialUrl( 'Userlogin', 
$returntotype=signup, $proto ),
'active' = $title-isSpecial( 'Userlogin' )  
$is_signup,
-   'class' = $wgSecureLogin ? 'link-https' : ''
);
 
if ( $this-showIPinHeader() ) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I021f7a92b84e73502328d8186dc7ca1e1946ca0d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.22wmf13
Gerrit-Owner: Demon ch...@wikimedia.org

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