More convenient format for $wgExternalAuthType
authorAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 13 Dec 2009 20:45:10 +0000 (20:45 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 13 Dec 2009 20:45:10 +0000 (20:45 +0000)
commit5702a0fe30bf675fe5a91f7579438abbb7bbc603
treea54d71e62066b1adaa6dd614fcb5c6c73a4580a2
parent78c7f02c8ce3ceb6f2a0a2c9fa5cac6a04b00e37
More convenient format for $wgExternalAuthType

Now is the whole class name, not a suffix.  This allows you to do things
like $wgExternalAuthType::someStaticMethod() instead of having to fiddle
with temporary variables.

This will obviously break anything that has $wgExternalAuthType already
configured, so if that's anyone but me, make sure to fix your configs.
This is still experimental.
includes/DefaultSettings.php
includes/ExternalUser.php
includes/extauth/Hardcoded.php
includes/extauth/MediaWiki.php
includes/extauth/vB.php