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 @@
2
2
<?php
3
+/**
4
+ * @file
5
+ * @ingroup Maintenance
6
+ * @defgroup Maintenance Maintenance
7
+ */
8
+
3
9
// Define this so scripts can easily find doMaintenance.php
4
10
define( 'DO_MAINTENANCE', dirname( __FILE__ ) . '/doMaintenance.php' );
5
11
$maintClass = false;
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r55810
* Rewrote commandLine.inc to be a simple wrapper around Maintenance.php...
tstarling
08:02, 4 September 2009
Status & tagging log
06:02, 21 December 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r60007
[
removed:
new
added:
ok]