r89078 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89077‎ | r89078 | r89079 >
Date:01:20, 29 May 2011
Author:wikinaut
Status:deferred
Tags:
Comment:
essage=version number; deleted hard coded preftab-8 because this will fail. If not today, then tomorrow...
Modified paths:
  • /trunk/extensions/OpenID/OpenID.i18n.php (modified) (history)
  • /trunk/extensions/OpenID/OpenID.setup.php (modified) (history)

Diff [purge]

Index: trunk/extensions/OpenID/OpenID.i18n.php
@@ -87,7 +87,7 @@
8888 'openidalreadyloggedin' => 'You are already logged in.',
8989 'openidalreadyloggedintext' => "'''You are already logged in, $1!'''
9090
91 -You can manage (view, delete, add further) OpenIDs in the OpenID tab of your [[Special:Preferences#preftab-8|preferences]].",
 91+You can manage (view, delete, add further) OpenIDs in the OpenID tab of your [[Special:Preferences|preferences]].",
9292 'openidnousername' => 'No username specified.',
9393 'openidbadusername' => 'Bad username specified.',
9494 'openidautosubmit' => 'This page includes a form that should be automatically submitted if you have JavaScript enabled.
Index: trunk/extensions/OpenID/OpenID.setup.php
@@ -27,7 +27,7 @@
2828 exit( 1 );
2929 }
3030
31 -define( 'MEDIAWIKI_OPENID_VERSION', '0.929-beta' );
 31+define( 'MEDIAWIKI_OPENID_VERSION', '0.930-beta' );
3232
3333 $path = dirname( __FILE__ );
3434 set_include_path( implode( PATH_SEPARATOR, array( $path ) ) . PATH_SEPARATOR . get_include_path() );

Status & tagging log