r54412 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54411‎ | r54412 | r54413 >
Date:00:34, 5 August 2009
Author:demon
Status:ok
Tags:
Comment:
Doc fixes, add new Wikimedia group for doxygen so we can set this stuff apart.
Modified paths:
  • /trunk/phase3/maintenance/Maintenance.php (modified) (history)
  • /trunk/phase3/maintenance/addwiki.php (modified) (history)
  • /trunk/phase3/maintenance/dumpInterwiki.inc (modified) (history)
  • /trunk/phase3/maintenance/dumpInterwiki.php (modified) (history)
  • /trunk/phase3/maintenance/language/alltrans.php (modified) (history)
  • /trunk/phase3/maintenance/ourusers.php (modified) (history)
  • /trunk/phase3/maintenance/rebuildInterwiki.php (modified) (history)
  • /trunk/phase3/maintenance/renamewiki.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/renamewiki.php
@@ -19,6 +19,7 @@
2020 * http://www.gnu.org/copyleft/gpl.html
2121 *
2222 * @ingroup Maintenance
 23+ * @ingroup Wikimedia
2324 */
2425
2526 require_once( dirname(__FILE__) . '/Maintenance.php' );
Index: trunk/phase3/maintenance/ourusers.php
@@ -9,6 +9,7 @@
1010 * @todo document
1111 * @file
1212 * @ingroup Maintenance
 13+ * @ingroup Wikimedia
1314 */
1415
1516 /** */
Index: trunk/phase3/maintenance/addwiki.php
@@ -18,7 +18,9 @@
1919 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020 * http://www.gnu.org/copyleft/gpl.html
2121 *
 22+ * @defgroup Wikimedia Wikimedia
2223 * @ingroup Maintenance
 24+ * @ingroup Wikimedia
2325 */
2426
2527 require_once( dirname(__FILE__) . '/Maintenance.php' );
Index: trunk/phase3/maintenance/rebuildInterwiki.php
@@ -6,6 +6,7 @@
77 * @file
88 * @todo document
99 * @ingroup Maintenance
 10+ * @ingroup Wikimedia
1011 */
1112
1213 /** */
Index: trunk/phase3/maintenance/Maintenance.php
@@ -724,7 +724,6 @@
725725
726726 /**
727727 * Return all of the core maintenance scripts
728 - * @todo Finish porting all scripts so this doesn't blow up
729728 * @return array
730729 */
731730 private static function getCoreScripts() {
Index: trunk/phase3/maintenance/language/alltrans.php
@@ -1,9 +1,23 @@
22 <?php
33 /**
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+ *
521 * @ingroup MaintenanceLanguage
6 - *
7 - * Get all the translations messages, as defined in the English language file.
822 */
923
1024 require_once( dirname(__FILE__) . '/../Maintenance.php' );
Index: trunk/phase3/maintenance/dumpInterwiki.inc
@@ -6,6 +6,7 @@
77 * @file
88 * @todo document
99 * @ingroup Maintenance
 10+ * @ingroup Wikimedia
1011 */
1112
1213 /**
Index: trunk/phase3/maintenance/dumpInterwiki.php
@@ -6,6 +6,7 @@
77 * @file
88 * @todo document
99 * @ingroup Maintenance
 10+ * @ingroup Wikimedia
1011 */
1112
1213 /** */

Status & tagging log