r74194 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74193‎ | r74194 | r74195 >
Date:09:25, 3 October 2010
Author:ialex
Status:ok
Tags:
Comment:
* Standardised file description headers
* added @file where needed
* added file description headers where needed
Modified paths:
  • /trunk/phase3/maintenance/checkBadRedirects.php (modified) (history)
  • /trunk/phase3/maintenance/clear_interwiki_cache.php (modified) (history)
  • /trunk/phase3/maintenance/clear_stats.php (modified) (history)
  • /trunk/phase3/maintenance/convertLinks.php (modified) (history)
  • /trunk/phase3/maintenance/convertUserOptions.php (modified) (history)
  • /trunk/phase3/maintenance/createAndPromote.php (modified) (history)
  • /trunk/phase3/maintenance/dumpBackup.php (modified) (history)
  • /trunk/phase3/maintenance/dumpTextPass.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/checkBadRedirects.php
@@ -18,6 +18,7 @@
1919 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020 * http://www.gnu.org/copyleft/gpl.html
2121 *
 22+ * @file
2223 * @ingroup Maintenance
2324 */
2425
Index: trunk/phase3/maintenance/clear_interwiki_cache.php
@@ -18,6 +18,7 @@
1919 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020 * http://www.gnu.org/copyleft/gpl.html
2121 *
 22+ * @file
2223 * @ingroup Maintenance
2324 */
2425
Index: trunk/phase3/maintenance/convertUserOptions.php
@@ -17,6 +17,7 @@
1818 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1919 * http://www.gnu.org/copyleft/gpl.html
2020 *
 21+ * @file
2122 * @ingroup Maintenance
2223 */
2324
Index: trunk/phase3/maintenance/clear_stats.php
@@ -17,6 +17,7 @@
1818 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1919 * http://www.gnu.org/copyleft/gpl.html
2020 *
 21+ * @file
2122 * @ingroup Maintenance
2223 */
2324
Index: trunk/phase3/maintenance/createAndPromote.php
@@ -1,5 +1,4 @@
22 <?php
3 -
43 /**
54 * Maintenance script to create an account and grant it administrator rights
65 *
@@ -18,6 +17,7 @@
1918 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2019 * http://www.gnu.org/copyleft/gpl.html
2120 *
 21+ * @file
2222 * @ingroup Maintenance
2323 * @author Rob Church <robchur@gmail.com>
2424 */
Index: trunk/phase3/maintenance/dumpBackup.php
@@ -1,6 +1,9 @@
22 <?php
33 /**
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>
58 * http://www.mediawiki.org/
69 *
710 * This program is free software; you can redistribute it and/or modify
Index: trunk/phase3/maintenance/dumpTextPass.php
@@ -1,5 +1,7 @@
22 <?php
33 /**
 4+ * Script that postprocesses XML dumps from dumpBackup.php to add page text
 5+ *
46 * Copyright (C) 2005 Brion Vibber <brion@pobox.com>
57 * http://www.mediawiki.org/
68 *
Index: trunk/phase3/maintenance/convertLinks.php
@@ -18,6 +18,7 @@
1919 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020 * http://www.gnu.org/copyleft/gpl.html
2121 *
 22+ * @file
2223 * @ingroup Maintenance
2324 */
2425

Status & tagging log