r110941 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110940‎ | r110941 | r110942 >
Date:16:55, 8 February 2012
Author:hashar
Status:ok
Tags:
Comment:
Fix doc for maintenance/
Modified paths:
  • /trunk/phase3/maintenance/Maintenance.php (modified) (history)
  • /trunk/phase3/maintenance/dumpLinks.php (modified) (history)
  • /trunk/phase3/maintenance/formatInstallDoc.php (modified) (history)
  • /trunk/phase3/maintenance/importSiteScripts.php (modified) (history)
  • /trunk/phase3/maintenance/language/generateCollationData.php (modified) (history)
  • /trunk/phase3/maintenance/locking/LockServerDaemon.php (modified) (history)
  • /trunk/phase3/maintenance/parse.php (modified) (history)
  • /trunk/phase3/maintenance/proxy_check.php (modified) (history)
  • /trunk/phase3/maintenance/purgeParserCache.php (modified) (history)
  • /trunk/phase3/maintenance/purgeStaleMemcachedText.php (modified) (history)
  • /trunk/phase3/maintenance/rebuildImages.php (modified) (history)
  • /trunk/phase3/maintenance/refreshImageMetadata.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/dumpLinks.php
@@ -26,7 +26,7 @@
2727 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2828 * http://www.gnu.org/copyleft/gpl.html
2929 *
30 - * @ingroup Mainatenance
 30+ * @ingroup Maintenance
3131 */
3232
3333 require_once( dirname( __FILE__ ) . '/Maintenance.php' );
Index: trunk/phase3/maintenance/importSiteScripts.php
@@ -1,8 +1,11 @@
22 <?php
33 /**
4 - * Maintenance script to import all scripts in the MediaWiki namespace from a
 4+ * Maintenance script to import all scripts in the MediaWiki namespace from a
55 * local site.
 6+ * @file
 7+ * @ingroup Maintenance
68 */
 9+
710 require_once( dirname( __FILE__ ) . '/Maintenance.php' );
811
912 class ImportSiteScripts extends Maintenance {
Index: trunk/phase3/maintenance/proxy_check.php
@@ -3,6 +3,7 @@
44 * Command line script to check for an open proxy at a specified location
55 *
66 * @file
 7+ * @ingroup Maintenance
78 */
89
910 if( php_sapi_name() != 'cli' ) {
Index: trunk/phase3/maintenance/refreshImageMetadata.php
@@ -24,7 +24,7 @@
2525 *
2626 * @file
2727 * @author Brian Wolff
28 - * @ingroup maintenance
 28+ * @ingroup Maintenance
2929 */
3030
3131 require_once( dirname( __FILE__ ) . '/Maintenance.php' );
Index: trunk/phase3/maintenance/formatInstallDoc.php
@@ -1,4 +1,7 @@
22 <?php
 3+/**
 4+ * @ingroup Maintenance
 5+ */
36
47 require_once( dirname( __FILE__ ) .'/Maintenance.php' );
58
Index: trunk/phase3/maintenance/parse.php
@@ -27,7 +27,7 @@
2828 * </p>$
2929 * @endcode
3030 *
31 - * @inGroup Maintenance
 31+ * @ingroup Maintenance
3232 * @author Antoine Musso <hashar at free dot fr>
3333 * @license GNU General Public License 2.0 or later
3434 */
Index: trunk/phase3/maintenance/Maintenance.php
@@ -20,6 +20,11 @@
2121 * @defgroup Maintenance Maintenance
2222 */
2323
 24+/**
 25+ * @defgroup MaintenanceArchive Maintenance archives
 26+ * @ingroup Maintenance
 27+ */
 28+
2429 // Define this so scripts can easily find doMaintenance.php
2530 define( 'RUN_MAINTENANCE_IF_MAIN', dirname( __FILE__ ) . '/doMaintenance.php' );
2631 define( 'DO_MAINTENANCE', RUN_MAINTENANCE_IF_MAIN ); // original name, harmless
Index: trunk/phase3/maintenance/language/generateCollationData.php
@@ -1,4 +1,8 @@
22 <?php
 3+/**
 4+ * @ingroup Maintenance
 5+ * @file
 6+ */
37
48 require_once( dirname( __FILE__ ) .'/../Maintenance.php' );
59
Index: trunk/phase3/maintenance/purgeStaleMemcachedText.php
@@ -1,4 +1,8 @@
22 <?php
 3+/**
 4+ * @ingroup Maintenance Memcached
 5+ * @file
 6+ */
37
48 require_once( dirname( __FILE__ ) . '/commandLine.inc' );
59
Index: trunk/phase3/maintenance/rebuildImages.php
@@ -27,7 +27,7 @@
2828 *
2929 * @file
3030 * @author Brion Vibber <brion at pobox.com>
31 - * @ingroup maintenance
 31+ * @ingroup Maintenance
3232 */
3333
3434 require_once( dirname( __FILE__ ) . '/Maintenance.php' );
Index: trunk/phase3/maintenance/purgeParserCache.php
@@ -1,4 +1,8 @@
22 <?php
 3+/**
 4+ * @ingroup Maintenance
 5+ * @file
 6+ */
37
48 require( dirname( __FILE__ ) . '/Maintenance.php' );
59
Index: trunk/phase3/maintenance/locking/LockServerDaemon.php
@@ -1,5 +1,10 @@
22 <?php
33 /**
 4+ * @file
 5+ * @ingroup LockManager Maintenance
 6+ */
 7+
 8+/**
49 * This code should not require MediaWiki setup or PHP files.
510 */
611 if ( php_sapi_name() !== 'cli' ) {

Status & tagging log