Refactor installation into parent class, shouldn't be up to children to implement...
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 6 Jul 2010 18:31:55 +0000 (18:31 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 6 Jul 2010 18:31:55 +0000 (18:31 +0000)
commit7a7ece350ed93b9220bb9ef68ffefb7b82e02469
tree0431c9310b0cab9b45585ee866dc8a2aab4a425a
parent344f5857f57e7f079f458dd5ed0d2dc433e6b396
Refactor installation into parent class, shouldn't be up to children to implement. Have the child pass callbacks to be done at beginning and end of stages for output
includes/installer/Installer.php
includes/installer/WebInstaller.php