Tweaks to LoggedUpdateMaintenance:
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 8 Sep 2011 15:52:00 +0000 (15:52 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 8 Sep 2011 15:52:00 +0000 (15:52 +0000)
commit41f7e84068c6f308b38fd8c9093032c7cb057364
tree18313993dffb5ff4aa5f93ecc87bc96b1d7dabae
parent018e6d5f3ded22c50a9bac336295d442a649c42e
Tweaks to LoggedUpdateMaintenance:
* Reduce some duplication
* Prefix skipped steps with "..." per updater convention
* Make PopulateLogUsertext, PopulateLogSearch and PopulateParentId use LoggedUpdateMaintenance -- now they will properly log when there was "Nothing to do" and we can skip the clutter on future update runs
* Docs, etc.
includes/installer/DatabaseUpdater.php
includes/installer/MysqlUpdater.php
maintenance/Maintenance.php
maintenance/populateImageSha1.php
maintenance/populateLogSearch.php
maintenance/populateLogUsertext.php
maintenance/populateParentId.php
maintenance/populateRevisionLength.php