r60007 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60006‎ | r60007 | r60008 >
Date:22:22, 12 December 2009
Author:ialex
Status:ok
Tags:
Comment:
Readded definition for doxygen's Maintenance group that was removed in r55810
Modified paths:
  • /trunk/phase3/maintenance/Maintenance.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/Maintenance.php
@@ -1,4 +1,10 @@
22 <?php
 3+/**
 4+ * @file
 5+ * @ingroup Maintenance
 6+ * @defgroup Maintenance Maintenance
 7+ */
 8+
39 // Define this so scripts can easily find doMaintenance.php
410 define( 'DO_MAINTENANCE', dirname( __FILE__ ) . '/doMaintenance.php' );
511 $maintClass = false;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r55810* Rewrote commandLine.inc to be a simple wrapper around Maintenance.php...tstarling08:02, 4 September 2009

Status & tagging log