r107026 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107025‎ | r107026 | r107027 >
Date:01:01, 22 December 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r106817

If in doubt, add more ..
Modified paths:
  • /trunk/extensions/CodeReview/maintenance/bulkStatusUpdate.php (modified) (history)
  • /trunk/extensions/CodeReview/maintenance/deleteBadTags.php (modified) (history)
  • /trunk/extensions/CodeReview/maintenance/populateFollowupRevisions.php (modified) (history)
  • /trunk/extensions/CodeReview/maintenance/repopulateCodePaths.php (modified) (history)
  • /trunk/extensions/CodeReview/maintenance/showEmails.php (modified) (history)
  • /trunk/extensions/CodeReview/maintenance/svnImport.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/maintenance/repopulateCodePaths.php
@@ -1,7 +1,7 @@
22 <?php
33 $IP = getenv( 'MW_INSTALL_PATH' );
44 if ( $IP === false ) {
5 - $IP = dirname( __FILE__ ) . '/../..';
 5+ $IP = dirname( __FILE__ ) . '/../../..';
66 }
77 require_once( "$IP/maintenance/Maintenance.php" );
88
Index: trunk/extensions/CodeReview/maintenance/showEmails.php
@@ -2,7 +2,7 @@
33
44 $IP = getenv( 'MW_INSTALL_PATH' );
55 if( $IP === false ) {
6 - $IP = dirname( __FILE__ ) . '/../..';
 6+ $IP = dirname( __FILE__ ) . '/../../..';
77 }
88 require_once( "$IP/maintenance/Maintenance.php" );
99
Index: trunk/extensions/CodeReview/maintenance/svnImport.php
@@ -2,7 +2,7 @@
33
44 $IP = getenv( 'MW_INSTALL_PATH' );
55 if ( $IP === false ) {
6 - $IP = dirname( __FILE__ ) . '/../..';
 6+ $IP = dirname( __FILE__ ) . '/../../..';
77 }
88 require_once( "$IP/maintenance/Maintenance.php" );
99
Index: trunk/extensions/CodeReview/maintenance/populateFollowupRevisions.php
@@ -2,7 +2,7 @@
33
44 $IP = getenv( 'MW_INSTALL_PATH' );
55 if ( $IP === false ) {
6 - $IP = dirname( __FILE__ ) . '/../..';
 6+ $IP = dirname( __FILE__ ) . '/../../..';
77 }
88 require_once( "$IP/maintenance/Maintenance.php" );
99
Index: trunk/extensions/CodeReview/maintenance/bulkStatusUpdate.php
@@ -2,7 +2,7 @@
33
44 $IP = getenv( 'MW_INSTALL_PATH' );
55 if ( $IP === false ) {
6 - $IP = dirname( __FILE__ ) . '/../..';
 6+ $IP = dirname( __FILE__ ) . '/../../..';
77 }
88 require_once( "$IP/maintenance/Maintenance.php" );
99
Index: trunk/extensions/CodeReview/maintenance/deleteBadTags.php
@@ -1,8 +1,9 @@
22 <?php
33
44 $IP = getenv( 'MW_INSTALL_PATH' );
5 -if ( $IP === false )
6 - $IP = dirname( __FILE__ ) . '/../..';
 5+if ( $IP === false ) {
 6+ $IP = dirname( __FILE__ ) . '/../../..';
 7+}
78 require "$IP/maintenance/commandLine.inc";
89
910 echo "Usage: php deleteBadTags.php [commit]\n";

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r106817Add maintenance folder...reedy17:15, 20 December 2011

Status & tagging log