* Fix unlogged automatic user creation: run wfLBFactory()->shutdown() unconditionally...
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 17 May 2008 04:26:26 +0000 (04:26 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 17 May 2008 04:26:26 +0000 (04:26 +0000)
commita4eaa896254c53e3a3761126dae461aa91f13609
treedcd620e17d1f5ff0379b5a3d37e8d840e286025b
parent47479fe6cf8217dfa70df2d9ce43d241b176aa16
* Fix unlogged automatic user creation: run wfLBFactory()->shutdown() unconditionally in api.php. If you want to optimise it, do it in the database backend, since there's no way for the MW core to indicate to the web API that a write query has been performed. The previous code was also wrong in that it didn't commit transactions on foreign connections.
* Fixed debugging code left in (mustBePosted disabled).
api.php
includes/api/ApiLogin.php
includes/api/ApiMain.php