http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88204

Revision: 88204
Author:   wikinaut
Date:     2011-05-15 22:35:33 +0000 (Sun, 15 May 2011)
Log Message:
-----------
descriptionmsg typo fix; improving  readme

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

Modified: trunk/extensions/OpenID/OpenID.i18n.php
===================================================================
--- trunk/extensions/OpenID/OpenID.i18n.php     2011-05-15 21:01:56 UTC (rev 
88203)
+++ trunk/extensions/OpenID/OpenID.i18n.php     2011-05-15 22:35:33 UTC (rev 
88204)
@@ -31,8 +31,7 @@
  * @author Alexandre Emsenhuber
  */
 $messages['en'] = array(
-       'openid-desc' => 'Log in to the wiki with an [http://openid.net/ 
OpenID], and log in to other OpenID-aware web sites with a wiki user account',
-
+       'openid-desc' => 'Lets users login to the wiki with an 
[http://openid.net/ OpenID] and login to other OpenID-aware Web sites with 
their wiki user account',
        'openidlogin' => 'Log in with OpenID',
        'openidserver' => 'OpenID server',
        'openidxrds' => 'Yadis file',

Modified: trunk/extensions/OpenID/OpenID.setup.php
===================================================================
--- trunk/extensions/OpenID/OpenID.setup.php    2011-05-15 21:01:56 UTC (rev 
88203)
+++ trunk/extensions/OpenID/OpenID.setup.php    2011-05-15 22:35:33 UTC (rev 
88204)
@@ -197,7 +197,7 @@
        'path' => __FILE__,
        'author' => array( 'Evan Prodromou', 'Sergey Chernyshev', 'Alexandre 
Emsenhuber', 'Thomas Gries' ),
        'url' => 'http://www.mediawiki.org/wiki/Extension:OpenID',
-       'descriptiomsg' => 'openid-desc',
+       'descriptionmsg' => 'openid-desc',
 );
 
 function OpenIDGetServerPath() {

Modified: trunk/extensions/OpenID/README.OpenID-mediawiki-extension
===================================================================
--- trunk/extensions/OpenID/README.OpenID-mediawiki-extension   2011-05-15 
21:01:56 UTC (rev 88203)
+++ trunk/extensions/OpenID/README.OpenID-mediawiki-extension   2011-05-15 
22:35:33 UTC (rev 88204)
@@ -68,7 +68,7 @@
 turn depends on the OpenIDEnabled.com PHP library for YADIS. At the time of 
this
 writing, info on installing these libraries was available here:
 
-         http://www.openidenabled.com/php-openid/
+   http://www.openidenabled.com/php-openid/
 
 Unfortunately, tt requires patches when running with PHP 5.3.x and later.
 The download from the above Url and the patch will be automatically done
@@ -340,7 +340,6 @@
   is for them.
 
 * $wgOpenIDAllowServingOpenIDUserAccounts -- defaults to false.
-*
   Having this enabled, it allows to use Urls of this wiki's users' pages
   as OpenID identities on other OpenID-aware sites even when OpenID(s) are
   associated with user accounts on this wiki. Some users might want to do that
@@ -350,11 +349,10 @@
   on other sites.
   
   Remark:
+  User page urls can (currently) only act as OpenID if the user page really
+  exists i.e. has content. The mere existence of a user account is (currently)
+  not sufficient.
 
-  User page urls can (currently) only act as OpenID if the User page is 
existing,
-  i.e. has content, the mere existence of a user account is (currently) not
-  sufficient.
-
 * $wgOpenIDShowProviderIcons -- defaults to false due to potential
   brand issues. With this enabled, users will see button graphics
   instead of just links in OpenID provider UI.


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

Reply via email to