Some general update refactoring:
authorChad Horohoe <demon@users.mediawiki.org>
Sun, 15 Aug 2010 18:13:23 +0000 (18:13 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sun, 15 Aug 2010 18:13:23 +0000 (18:13 +0000)
commit731069411999cb70d53c2a45a4d4b8dd46afa8b7
tree5d027e9726d4476cd77099a40a179f3b23c58683
parent320d4e1374a7d3db1c4babaefba2614e234a0bae
Some general update refactoring:
* Drop version keys. Don't really serve a purpose
* Don't use updatelog to determine if an update should be run, let the update check itself (this was the old behavior)
* Still record updates as a single timestamped array (could be useful)
includes/installer/DatabaseUpdater.php
includes/installer/MysqlUpdater.php
includes/installer/SqliteUpdater.php
maintenance/updaters.inc