r25856 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25855‎ | r25856 | r25857 >
Date:17:03, 14 September 2007
Author:evan
Status:old
Tags:
Comment:
Upgrade version numbers and dates before release.
Modified paths:
  • /trunk/extensions/OpenID/OpenID.php (modified) (history)
  • /trunk/extensions/OpenID/README (modified) (history)

Diff [purge]

Index: trunk/extensions/OpenID/OpenID.php
@@ -33,7 +33,7 @@
3434
3535 require_once("SpecialPage.php");
3636
37 - define('MEDIAWIKI_OPENID_VERSION', '0.6.1');
 37+ define('MEDIAWIKI_OPENID_VERSION', '0.7.0');
3838
3939 $wgExtensionFunctions[] = 'setupOpenID';
4040 $wgExtensionCredits['other'][] = array('name' => 'OpenID',
Index: trunk/extensions/OpenID/README
@@ -1,7 +1,7 @@
22 MediaWiki OpenID extension
33
4 -version 0.6.1
5 -29 Nov 2006
 4+version 0.7.0
 5+14 Sep 2007
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
@@ -55,24 +55,22 @@
5656
5757 == Pre-requisites ==
5858
59 -This software has been tested in production with MediaWiki 1.6.x,
60 -1.7.x and 1.8.x. It may or may not work with earlier or later
61 -versions, but I'm interested in making later versions work, and I'd be
62 -happy to make minor changes to make older, unsupported versions work
63 -too.
 59+This software has been tested in production with MediaWiki 1.10.x. It
 60+may or may not work with earlier or later versions, but I'm interested
 61+in making later versions work, and I'd be happy to make minor changes
 62+to make older, unsupported versions work too.
6463
6564 The software depends on the OpenIDEnabled.com PHP library for OpenID,
6665 which in turn depends on the OpenIDEnabled.com PHP library for YADIS.
6766 At the time of this writing, info on installing these libraries was
6867 available here:
6968
70 - http://www.openidenabled.com/openid/libraries/php
71 - http://www.openidenabled.com/yadis/libraries/php
 69+ http://www.openidenabled.com/php-openid/
7270
73 -The last version tested with is 1.2.0. There are also some required
74 -extensions; see the OpenIDEnabled documentation for details. This
75 -software has been tested with the gmp and curl extension installed,
76 -and it's recommended that you install them, too.
 71+The last version tested with is 1.2.3 and 2.0.0 rc2. There are also
 72+some required extensions; see the OpenIDEnabled documentation for
 73+details. This software has been tested with the gmp and curl PHP
 74+extensions installed, and it's recommended that you install them, too.
7775
7876 Note that some versions of MediaWiki overwrite the PHP library path in
7977 LocalSettings.php. You may need to add the path to your PHP library

Status & tagging log