DB schema change.
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 14 May 2008 00:35:14 +0000 (00:35 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 14 May 2008 00:35:14 +0000 (00:35 +0000)
commit8ae900c46bef4e59583d514ee9cb1b7daa387ab3
treee72ed79f84475145326cde01c14f2be6b63c5707
parent53c5fa4034cece4d98cbd796fa8ad854005d65b4
DB schema change.

In CentralAuth (and related changes interface changes in Newuserlog and the core):

* Moved the AutoAuthenticate hook to User::loadFromSession(), to defer processing for longer and avoid unstub loops
* Undeprecated User::setID()
* Added partial support for new user log registration and IP-based blocking of automatically created accounts. Still needs the same support implemented in Special:Userlogin.
* Fixed all inappropriate uses of the term "DB name", changing them to "wiki" or "wiki ID". Renamed the relevant database fields.
* Refactored central session and cache support
includes/StubObject.php
includes/User.php