Index: trunk/extensions/OpenID/README |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | MediaWiki OpenID extension |
3 | 3 | |
4 | | -version 0.8.2 |
5 | | -12 Mar 2008 |
| 4 | +version 0.8.4 |
| 5 | +18 Apr 2009 |
6 | 6 | |
7 | 7 | This is the README file for the OpenID extension for MediaWiki |
8 | 8 | software. The extension is only useful if you've got a MediaWiki |
— | — | @@ -297,6 +297,10 @@ |
298 | 298 | wanting the responsibility of being an OpenID server, so this flag |
299 | 299 | is for them. |
300 | 300 | |
| 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 | + |
301 | 305 | == Skins == |
302 | 306 | |
303 | 307 | If you are customizing a skin, and you want to show the OpenID |
— | — | @@ -326,14 +330,21 @@ |
327 | 331 | |
328 | 332 | == Bugs == |
329 | 333 | |
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]. |
334 | 335 | |
| 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 | + |
335 | 343 | The big changes for the future: |
336 | 344 | |
337 | 345 | * Configure some stuff through Special:Preferences or a dedicated |
338 | 346 | control panel |
339 | 347 | * Auto-login if you've logged in before with an OpenID, and are logged |
340 | 348 | 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 @@ |
27 | 27 | exit( 1 ); |
28 | 28 | } |
29 | 29 | |
30 | | -define('MEDIAWIKI_OPENID_VERSION', '0.8.4dev'); |
| 30 | +define('MEDIAWIKI_OPENID_VERSION', '0.8.4'); |
31 | 31 | |
32 | 32 | # CONFIGURATION VARIABLES |
33 | 33 | |