r105940 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105939‎ | r105940 | r105941 >
Date:22:20, 12 December 2011
Author:reedy
Status:resolved
Tags:
Comment:
Followup r105939, didn't press save
Modified paths:
  • /trunk/extensions/CodeReview/CodeReview.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/CodeReview.php
@@ -248,6 +248,13 @@
249249 $wgCodeReviewFixmePerPath = array();
250250
251251 /**
 252+ * Key is repository name. Value is an array of key value pairs of the paths to get new list for
 253+ *
 254+ * $wgCodeReviewnewPerPath = array( 'RepoName' => array( '/path/to/use', '/another/path/to/use' ) )
 255+ */
 256+$wgCodeReviewnewPerPath = array();
 257+
 258+/**
252259 * UDP comment and status changes notification
253260 */
254261 $wgCodeReviewUDPAddress = false;

Follow-up revisions

RevisionCommit summaryAuthorDate
r105942Typos, ffs. r105939, r105940reedy22:24, 12 December 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r105939List of new revisions per pathreedy22:17, 12 December 2011

Status & tagging log