* add wfRunMaintenance() script to simplify maint script writing
authorMark A. Hershberger <mah@users.mediawiki.org>
Sat, 4 Sep 2010 00:01:30 +0000 (00:01 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Sat, 4 Sep 2010 00:01:30 +0000 (00:01 +0000)
commit154081e4a26ce15bb107da0b170f9e05105f4509
tree7cca0c4ec610061a02391d92c82699c67acb7313
parentee04d754edc9193219e8dfd07a870229e1a8a6c0
* add wfRunMaintenance() script to simplify maint script writing
* replace use of array_key_exists with isset()
* add helloWorld example to go with http://www.mediawiki.org/wiki/Manual:Writing_maintenance_scripts
maintenance/Maintenance.php
maintenance/doMaintenance.php
maintenance/helloWorld.php [new file with mode: 0644]