Index: trunk/phase3/maintenance/checkBadRedirects.php |
— | — | @@ -18,6 +18,7 @@ |
19 | 19 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
20 | 20 | * http://www.gnu.org/copyleft/gpl.html |
21 | 21 | * |
| 22 | + * @file |
22 | 23 | * @ingroup Maintenance |
23 | 24 | */ |
24 | 25 | |
Index: trunk/phase3/maintenance/clear_interwiki_cache.php |
— | — | @@ -18,6 +18,7 @@ |
19 | 19 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
20 | 20 | * http://www.gnu.org/copyleft/gpl.html |
21 | 21 | * |
| 22 | + * @file |
22 | 23 | * @ingroup Maintenance |
23 | 24 | */ |
24 | 25 | |
Index: trunk/phase3/maintenance/convertUserOptions.php |
— | — | @@ -17,6 +17,7 @@ |
18 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
19 | 19 | * http://www.gnu.org/copyleft/gpl.html |
20 | 20 | * |
| 21 | + * @file |
21 | 22 | * @ingroup Maintenance |
22 | 23 | */ |
23 | 24 | |
Index: trunk/phase3/maintenance/clear_stats.php |
— | — | @@ -17,6 +17,7 @@ |
18 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
19 | 19 | * http://www.gnu.org/copyleft/gpl.html |
20 | 20 | * |
| 21 | + * @file |
21 | 22 | * @ingroup Maintenance |
22 | 23 | */ |
23 | 24 | |
Index: trunk/phase3/maintenance/createAndPromote.php |
— | — | @@ -1,5 +1,4 @@ |
2 | 2 | <?php |
3 | | - |
4 | 3 | /** |
5 | 4 | * Maintenance script to create an account and grant it administrator rights |
6 | 5 | * |
— | — | @@ -18,6 +17,7 @@ |
19 | 18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
20 | 19 | * http://www.gnu.org/copyleft/gpl.html |
21 | 20 | * |
| 21 | + * @file |
22 | 22 | * @ingroup Maintenance |
23 | 23 | * @author Rob Church <robchur@gmail.com> |
24 | 24 | */ |
Index: trunk/phase3/maintenance/dumpBackup.php |
— | — | @@ -1,6 +1,9 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * Copyright (C) 2005 Brion Vibber <brion@pobox.com> |
| 4 | + * Script that dumps wiki pages or logging database into an XML interchange |
| 5 | + * wrapper format for export or backup |
| 6 | + * |
| 7 | + * Copyright © 2005 Brion Vibber <brion@pobox.com> |
5 | 8 | * http://www.mediawiki.org/ |
6 | 9 | * |
7 | 10 | * This program is free software; you can redistribute it and/or modify |
Index: trunk/phase3/maintenance/dumpTextPass.php |
— | — | @@ -1,5 +1,7 @@ |
2 | 2 | <?php |
3 | 3 | /** |
| 4 | + * Script that postprocesses XML dumps from dumpBackup.php to add page text |
| 5 | + * |
4 | 6 | * Copyright (C) 2005 Brion Vibber <brion@pobox.com> |
5 | 7 | * http://www.mediawiki.org/ |
6 | 8 | * |
Index: trunk/phase3/maintenance/convertLinks.php |
— | — | @@ -18,6 +18,7 @@ |
19 | 19 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
20 | 20 | * http://www.gnu.org/copyleft/gpl.html |
21 | 21 | * |
| 22 | + * @file |
22 | 23 | * @ingroup Maintenance |
23 | 24 | */ |
24 | 25 | |