Refactor a lot of updaters.inc into some classes in the installer code. Still need...
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 8 Jul 2010 14:57:19 +0000 (14:57 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 8 Jul 2010 14:57:19 +0000 (14:57 +0000)
commit93d24bedf4eade9cdbdc161ea2a003874a9eed3d
treebf76d800d8586918593b43c21658355912bcb24e
parent3bdfc7cba14ee6a7262b4cfbec444692f49499a8
Refactor a lot of updaters.inc into some classes in the installer code. Still need all these blasted global functions. And OpenID still uses $wgUpdates, so support for it remains...for now!
includes/AutoLoader.php
includes/installer/Update.php [new file with mode: 0644]
includes/installer/Updaters.php [new file with mode: 0644]
maintenance/updaters.inc