https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113562

Revision: 113562
Author:   wikinaut
Date:     2012-03-10 13:39:44 +0000 (Sat, 10 Mar 2012)
Log Message:
-----------
version 1.002 added missing system text 'right-openid-converter-access'

Modified Paths:
--------------
    trunk/extensions/OpenID/OpenID.i18n.php
    trunk/extensions/OpenID/OpenID.php
    trunk/extensions/OpenID/README.OpenID-mediawiki-extension
    trunk/extensions/OpenID/TODO

Modified: trunk/extensions/OpenID/OpenID.i18n.php
===================================================================
--- trunk/extensions/OpenID/OpenID.i18n.php     2012-03-10 11:58:00 UTC (rev 
113561)
+++ trunk/extensions/OpenID/OpenID.i18n.php     2012-03-10 13:39:44 UTC (rev 
113562)
@@ -135,6 +135,7 @@
        'openid-provider-label-other-username' => 'Enter your $1 username',
 
        'specialpages-group-openid' => 'OpenID service pages and status 
information',
+       'right-openid-converter-access' => 'Can add or convert their account to 
use OpenID identities',
        'right-openid-dashboard-access' => 'Standard access to the OpenID 
dashboard',
        'right-openid-dashboard-admin' => 'Administrator access to the OpenID 
dashboard',
 

Modified: trunk/extensions/OpenID/OpenID.php
===================================================================
--- trunk/extensions/OpenID/OpenID.php  2012-03-10 11:58:00 UTC (rev 113561)
+++ trunk/extensions/OpenID/OpenID.php  2012-03-10 13:39:44 UTC (rev 113562)
@@ -27,7 +27,7 @@
        exit( 1 );
 }
 
-define( 'MEDIAWIKI_OPENID_VERSION', '1.001 20120220' );
+define( 'MEDIAWIKI_OPENID_VERSION', '1.002 20120310' );
 
 $path = dirname( __FILE__ );
 set_include_path( implode( PATH_SEPARATOR, array( $path ) ) . PATH_SEPARATOR . 
get_include_path() );

Modified: trunk/extensions/OpenID/README.OpenID-mediawiki-extension
===================================================================
--- trunk/extensions/OpenID/README.OpenID-mediawiki-extension   2012-03-10 
11:58:00 UTC (rev 113561)
+++ trunk/extensions/OpenID/README.OpenID-mediawiki-extension   2012-03-10 
13:39:44 UTC (rev 113562)
@@ -461,6 +461,7 @@
   into that account now
 
 == CHANGES ==
+* 1.002 added missing system text 'right-openid-converter-access'
 * 1.001 convenience release with download of the version for PHP 5.3.x
        from https://github.com/Wikinaut/php-openid/tree/mw-extension-openid
 * 1.000 release version

Modified: trunk/extensions/OpenID/TODO
===================================================================
--- trunk/extensions/OpenID/TODO        2012-03-10 11:58:00 UTC (rev 113561)
+++ trunk/extensions/OpenID/TODO        2012-03-10 13:39:44 UTC (rev 113562)
@@ -23,7 +23,7 @@
 - keep user from setting password in OpenID account except case S/OO
 - OpenID-only enabled account owners cannot set their password when the account
   lacks an e-mail address - which cannot be set up because they don't have a
-  password (rat race condition) 
+  password (race condition) 
   https://bugzilla.wikimedia.org/show_bug.cgi?id=34357
   This is a regression from implementation of
   Changing your email address should require entering your password
@@ -38,7 +38,6 @@
 - configurable regexps for finding a user ID from an OpenID.
 - deal with difference between canonical ID and "display ID" with XRIs
 - support RP discovery
-- README (always keep README up to date)
 
 * warn if a user account has been used as a login before attaching an
   OpenID (I think, this is solved; marked with * instead of +)


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

Reply via email to