r112842 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112841‎ | r112842 | r112843 >
Date:22:05, 1 March 2012
Author:wikinaut
Status:deferred
Tags:
Comment:
follow-up r111979 . Only updated a passage in README to reflect the changes of the openid-php repository location from r111979 .
Modified paths:
  • /trunk/extensions/OpenID/README.OpenID-mediawiki-extension (modified) (history)

Diff [purge]

Index: trunk/extensions/OpenID/README.OpenID-mediawiki-extension
@@ -64,21 +64,18 @@
6565
6666 This software has been tested with MediaWiki 1.19 rev. 88135
6767
68 -The software depends on the OpenIDEnabled.com PHP library for OpenID, which in
69 -turn depends on the OpenIDEnabled.com PHP library for YADIS. At the time of this
70 -writing, info on installing these libraries was available here:
 68+The software depends on the OpenIDEnabled.com PHP library for OpenID
 69+https://github.com/Wikinaut/php-openid/tree/mw-extension-openid which in turn
 70+depends on the OpenIDEnabled.com PHP library for YADIS. This package is called
 71+"php-openid library". Information: the original homepage for it was
 72+http://www.openidenabled.com/php-openid/ but this is not maintained any more.
7173
72 - http://www.openidenabled.com/php-openid/
 74+The step of downloading and installing is automated by running "make"
 75+in your extensions folder.
7376
74 -Unfortunately, tt requires patches when running with PHP 5.3.x and later.
75 -The download from the above Url and the patch will be automatically done
76 -when you run "make" (see next section).
77 -
78 -The version tested with is 2.2.2; '''versions below 2.0 will not work'''.
79 -
8077 There are also some required PHP extensions; see the OpenIDEnabled documentation
81 -for details. This software has been tested with the gmp and curl PHP extensions
82 -installed, and it's recommended that you install them, too.
 78+for details. This software has been tested with the gmp, curl, and xml PHP
 79+extensions installed, and it's recommended that you install them, too.
8380
8481 /* FIXME: */
8582 Note that some versions of MediaWiki overwrite the PHP library path in
@@ -132,8 +129,8 @@
133130
134131 require_once( "$IP/extensions/OpenID/OpenID.setup.php" );
135132
136 -Run update.php script in in your MediaWiki maintenance folder to conditionally create
137 -a new table in MediaWiki database as required by the OpenID extension:
 133+Run update.php script in in your MediaWiki maintenance folder to conditionally
 134+create a new table in MediaWiki database as required by the OpenID extension:
138135
139136 cd $IP/maintenance
140137 php update.php

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111979convenience version 1.001 for Extension:OpenID. Dropped the method of downloa...wikinaut23:14, 20 February 2012

Status & tagging log