r49614 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49613‎ | r49614 | r49615 >
Date:05:49, 18 April 2009
Author:sergeychernyshev
Status:deferred
Tags:
Comment:
Releasing 0.8.4 OpenID Provider UI
Modified paths:
  • /trunk/extensions/OpenID/OpenID.setup.php (modified) (history)
  • /trunk/extensions/OpenID/README (modified) (history)

Diff [purge]

Index: trunk/extensions/OpenID/README
@@ -1,7 +1,7 @@
22 MediaWiki OpenID extension
33
4 -version 0.8.2
5 -12 Mar 2008
 4+version 0.8.4
 5+18 Apr 2009
66
77 This is the README file for the OpenID extension for MediaWiki
88 software. The extension is only useful if you've got a MediaWiki
@@ -297,6 +297,10 @@
298298 wanting the responsibility of being an OpenID server, so this flag
299299 is for them.
300300
 301+* $wgOpenIDShowProviderIcons -- defaults to false due to potential
 302+ brand issues. With this enabled, users will see button graphics
 303+ instead of just links in OpenID provider UI.
 304+
301305 == Skins ==
302306
303307 If you are customizing a skin, and you want to show the OpenID
@@ -326,14 +330,21 @@
327331
328332 == Bugs ==
329333
330 -Bugs or feature requests can be sent to the author at
331 -evan@vinismo.com. The TODO file in this distribution has stuff I
332 -think needs to be todone; + marks show things I've already done, and -
333 -shows things that are yet to be done.
 334+Please submit bugs into [https://bugzilla.wikimedia.org/enter_bug.cgi?product=MediaWiki%20extensions&component=OpenID Bugzilla under OpenID extenson component].
334335
 336+== TODO ==
 337+* Move TODO file and things below into Bugzilla
 338+
 339+The TODO file in this distribution has stuff I think needs to be
 340+todone; + marks show things I've already done, and - shows things
 341+that are yet to be done.
 342+
335343 The big changes for the future:
336344
337345 * Configure some stuff through Special:Preferences or a dedicated
338346 control panel
339347 * Auto-login if you've logged in before with an OpenID, and are logged
340348 into that account now
 349+
 350+== CHANGES ==
 351+* [http://svn.wikimedia.org/viewvc/mediawiki/tags/extensions/OpenID/REL_0_8_4/ 0.8.4] (April 16, 2009) - Added provider buttons to the OpenID login page with optional icons ($wgOpenIDShowProviderIcons)
Index: trunk/extensions/OpenID/OpenID.setup.php
@@ -26,7 +26,7 @@
2727 exit( 1 );
2828 }
2929
30 -define('MEDIAWIKI_OPENID_VERSION', '0.8.4dev');
 30+define('MEDIAWIKI_OPENID_VERSION', '0.8.4');
3131
3232 # CONFIGURATION VARIABLES
3333

Status & tagging log