Index: trunk/phase3/maintenance/renamewiki.php |
— | — | @@ -19,6 +19,7 @@ |
20 | 20 | * http://www.gnu.org/copyleft/gpl.html |
21 | 21 | * |
22 | 22 | * @ingroup Maintenance |
| 23 | + * @ingroup Wikimedia |
23 | 24 | */ |
24 | 25 | |
25 | 26 | require_once( dirname(__FILE__) . '/Maintenance.php' ); |
Index: trunk/phase3/maintenance/ourusers.php |
— | — | @@ -9,6 +9,7 @@ |
10 | 10 | * @todo document |
11 | 11 | * @file |
12 | 12 | * @ingroup Maintenance |
| 13 | + * @ingroup Wikimedia |
13 | 14 | */ |
14 | 15 | |
15 | 16 | /** */ |
Index: trunk/phase3/maintenance/addwiki.php |
— | — | @@ -18,7 +18,9 @@ |
19 | 19 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
20 | 20 | * http://www.gnu.org/copyleft/gpl.html |
21 | 21 | * |
| 22 | + * @defgroup Wikimedia Wikimedia |
22 | 23 | * @ingroup Maintenance |
| 24 | + * @ingroup Wikimedia |
23 | 25 | */ |
24 | 26 | |
25 | 27 | require_once( dirname(__FILE__) . '/Maintenance.php' ); |
Index: trunk/phase3/maintenance/rebuildInterwiki.php |
— | — | @@ -6,6 +6,7 @@ |
7 | 7 | * @file |
8 | 8 | * @todo document |
9 | 9 | * @ingroup Maintenance |
| 10 | + * @ingroup Wikimedia |
10 | 11 | */ |
11 | 12 | |
12 | 13 | /** */ |
Index: trunk/phase3/maintenance/Maintenance.php |
— | — | @@ -724,7 +724,6 @@ |
725 | 725 | |
726 | 726 | /** |
727 | 727 | * Return all of the core maintenance scripts |
728 | | - * @todo Finish porting all scripts so this doesn't blow up |
729 | 728 | * @return array |
730 | 729 | */ |
731 | 730 | private static function getCoreScripts() { |
Index: trunk/phase3/maintenance/language/alltrans.php |
— | — | @@ -1,9 +1,23 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * @file |
| 4 | + * Get all the translations messages, as defined in the English language file. |
| 5 | + * |
| 6 | + * This program is free software; you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU General Public License as published by |
| 8 | + * the Free Software Foundation; either version 2 of the License, or |
| 9 | + * (at your option) any later version. |
| 10 | + * |
| 11 | + * This program is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU General Public License for more details. |
| 15 | + * |
| 16 | + * You should have received a copy of the GNU General Public License along |
| 17 | + * with this program; if not, write to the Free Software Foundation, Inc., |
| 18 | + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 19 | + * http://www.gnu.org/copyleft/gpl.html |
| 20 | + * |
5 | 21 | * @ingroup MaintenanceLanguage |
6 | | - * |
7 | | - * Get all the translations messages, as defined in the English language file. |
8 | 22 | */ |
9 | 23 | |
10 | 24 | require_once( dirname(__FILE__) . '/../Maintenance.php' ); |
Index: trunk/phase3/maintenance/dumpInterwiki.inc |
— | — | @@ -6,6 +6,7 @@ |
7 | 7 | * @file |
8 | 8 | * @todo document |
9 | 9 | * @ingroup Maintenance |
| 10 | + * @ingroup Wikimedia |
10 | 11 | */ |
11 | 12 | |
12 | 13 | /** |
Index: trunk/phase3/maintenance/dumpInterwiki.php |
— | — | @@ -6,6 +6,7 @@ |
7 | 7 | * @file |
8 | 8 | * @todo document |
9 | 9 | * @ingroup Maintenance |
| 10 | + * @ingroup Wikimedia |
10 | 11 | */ |
11 | 12 | |
12 | 13 | /** */ |