* Added LoggedUpdateMaintenance subclass
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 12 Aug 2011 19:11:04 +0000 (19:11 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 12 Aug 2011 19:11:04 +0000 (19:11 +0000)
commit18f5bf2c95b5cc540cdb6f125eeca131eeca76e0
tree748b2fe66da1c6c696e6cf8bdc3094037963eada
parent86c799210070b3bff0669b4b4d1cf08a075af0da
* Added LoggedUpdateMaintenance subclass
* Moved PopulateRevisionLength/PopulateRevisionSha1 scripts to $postDatabaseUpdateMaintenance
* Fixed bogus "{$prefix}_sha1 != ''" comparison (r94362)
* Removed unneeded NOT NULL check (speeds up script a bit) from populateRevisionSha1 script
* Various code cleanups
includes/AutoLoader.php
includes/installer/DatabaseUpdater.php
includes/installer/MysqlUpdater.php
maintenance/Maintenance.php
maintenance/populateRevisionLength.php
maintenance/populateRevisionSha1.php