r74958 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74957‎ | r74958 | r74959 >
Date:18:35, 18 October 2010
Author:hashar
Status:ok
Tags:
Comment:
Follow up r70660 : fix UDP default settings ($wgCR.* -> $wgCodeReview.*)
Modified paths:
  • /trunk/extensions/CodeReview/CodeReview.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/CodeReview.php
@@ -158,9 +158,9 @@
159159 /**
160160 * UDP comment and status changes notification
161161 */
162 -$wgCRUDPAddress = false;
163 -$wgCRUDPPort = false;
164 -$wgCRUDPPrefix = '';
 162+$wgCodeReviewUDPAddress = false;
 163+$wgCodeReviewUDPPort = false;
 164+$wgCodeReviewUDPPrefix = '';
165165
166166 # Schema changes
167167 $wgHooks['LoadExtensionSchemaUpdates'][] = 'efCodeReviewSchemaUpdates';

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r70660(bug 24107) CodeReview now sends UDP messages when an update is made. Patch b...soxred9305:06, 8 August 2010

Status & tagging log