Wikinaut has submitted this change and it was merged.

Change subject: (bug 44849) improved icons for provider selection page
......................................................................


(bug 44849) improved icons for provider selection page

removed dead openid provider logos (Vox, Vidoop)

bumped to version 3.31 20130508

Change-Id: Ia4fe10ae54fb9d0e58913986f9f63b0d36762ba8
---
M CHANGES
M OpenID.php
M OpenIDProvider.body.php
M skin/icons/AOL_large.png
M skin/icons/Blogger_small.png
M skin/icons/Google_large.png
M skin/icons/Verisign_small.png
M skin/icons/WordPress_small.png
M skin/icons/Yahoo_large.png
M skin/openid.css
10 files changed, 9 insertions(+), 12 deletions(-)

Approvals:
  Wikinaut: Verified; Looks good to me, approved
  jenkins-bot: Checked



diff --git a/CHANGES b/CHANGES
index 89b15ae..6318bdf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
 CHANGES
 =======
 
+3.31  20130508  removal of dead openid provider logos (Vox, Vidoop)
+                bug 44849 retina icons
 3.30  20130505  giving up backward compatibility
                 removed outdated Makefile and patch for openid-php library
                 renamed README.OpenID-mediawiki-extension to README
diff --git a/OpenID.php b/OpenID.php
index 0fc6bea..79f8947 100644
--- a/OpenID.php
+++ b/OpenID.php
@@ -29,7 +29,7 @@
        exit( 1 );
 }
 
-define( 'MEDIAWIKI_OPENID_VERSION', '3.30 20130505' );
+define( 'MEDIAWIKI_OPENID_VERSION', '3.31 20130508' );
 
 $path = dirname( __FILE__ );
 set_include_path( implode( PATH_SEPARATOR, array( $path ) ) . PATH_SEPARATOR . 
get_include_path() );
diff --git a/OpenIDProvider.body.php b/OpenIDProvider.body.php
index b19d9d0..d7d31df 100644
--- a/OpenIDProvider.body.php
+++ b/OpenIDProvider.body.php
@@ -186,10 +186,6 @@
                                wfMessage( 
'openid-provider-label-other-username', 'LiveJournal' )->text(),
                                'http://{username}.livejournal.com/'
                        ),
-                       new self( 'VOX',
-                               wfMessage( 
'openid-provider-label-other-username', 'VOX' )->text(),
-                               'http://{username}.vox.com/'
-                       ),
                        new self( 'Blogger',
                                wfMessage( 
'openid-provider-label-other-username', 'Blogger' )->text(),
                                'http://{username}.blogspot.com/'
@@ -201,10 +197,6 @@
                        new self( 'Verisign',
                                wfMessage( 
'openid-provider-label-other-username', 'Verisign' )->text(),
                                'http://{username}.pip.verisignlabs.com/'
-                       ),
-                       new self( 'Vidoop',
-                               wfMessage( 
'openid-provider-label-other-username', 'Vidoop' )->text(),
-                               'http://{username}.myvidoop.com/'
                        ),
                        new self( 'ClaimID',
                                wfMessage( 
'openid-provider-label-other-username', 'ClaimID' )->text(),
diff --git a/skin/icons/AOL_large.png b/skin/icons/AOL_large.png
index b2061d5..88f9ea5 100644
--- a/skin/icons/AOL_large.png
+++ b/skin/icons/AOL_large.png
Binary files differ
diff --git a/skin/icons/Blogger_small.png b/skin/icons/Blogger_small.png
index 91ea10b..38582c6 100644
--- a/skin/icons/Blogger_small.png
+++ b/skin/icons/Blogger_small.png
Binary files differ
diff --git a/skin/icons/Google_large.png b/skin/icons/Google_large.png
index 1a9a405..97b39f1 100644
--- a/skin/icons/Google_large.png
+++ b/skin/icons/Google_large.png
Binary files differ
diff --git a/skin/icons/Verisign_small.png b/skin/icons/Verisign_small.png
index 306a0a6..e7d7e53 100644
--- a/skin/icons/Verisign_small.png
+++ b/skin/icons/Verisign_small.png
Binary files differ
diff --git a/skin/icons/WordPress_small.png b/skin/icons/WordPress_small.png
index 4cd2f7a..a4104a9 100644
--- a/skin/icons/WordPress_small.png
+++ b/skin/icons/WordPress_small.png
Binary files differ
diff --git a/skin/icons/Yahoo_large.png b/skin/icons/Yahoo_large.png
index 43a60a4..2ae0be5 100644
--- a/skin/icons/Yahoo_large.png
+++ b/skin/icons/Yahoo_large.png
Binary files differ
diff --git a/skin/openid.css b/skin/openid.css
index 99e3c80..af8ed02 100644
--- a/skin/openid.css
+++ b/skin/openid.css
@@ -1,5 +1,5 @@
 #openid_form {
-       width: 470px;   
+       width: 500px;
 }
 
 #openid_form legend {
@@ -23,8 +23,10 @@
        height: 60px;
        border: 2px solid #DDD;
        margin: 3px;
+       padding: 3px;
        float: left;
-       background: #fff no-repeat top left;
+       background: transparent no-repeat center;
+       background-size: 100px 60px;
 }
 .openid_small_btn {
        width: 24px;
@@ -32,7 +34,8 @@
        border: 1px solid #DDD;
        margin: 3px;
        float: left;
-       background: #fff no-repeat top left;
+       background: transparent no-repeat center;
+       background-size: 24px 24px;
 }      
 
 .openid_selected {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia4fe10ae54fb9d0e58913986f9f63b0d36762ba8
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/OpenID
Gerrit-Branch: master
Gerrit-Owner: Wikinaut <[email protected]>
Gerrit-Reviewer: Wikinaut <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to