r88620 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88619‎ | r88620 | r88621 >
Date:23:24, 22 May 2011
Author:platonides
Status:resolved (Comments)
Tags:
Comment:
Use doc comment
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -3366,7 +3366,7 @@
33673367 $wgGroupPermissions['sysop']['editusercss'] = true;
33683368 $wgGroupPermissions['sysop']['edituserjs'] = true;
33693369 $wgGroupPermissions['sysop']['import'] = true;
3370 -$wgGroupPermissions['sysop']['importupload'] = true;
 3370+$wgGroupPermissions['sysop']['importupload'] = false;
33713371 $wgGroupPermissions['sysop']['move'] = true;
33723372 $wgGroupPermissions['sysop']['move-subpages'] = true;
33733373 $wgGroupPermissions['sysop']['move-rootuserpages'] = true;
@@ -3947,7 +3947,7 @@
39483948 /** Output debug message on every wfProfileIn/wfProfileOut */
39493949 $wgDebugFunctionEntry = 0;
39503950
3951 -/*
 3951+/**
39523952 * Destination for wfIncrStats() data...
39533953 * 'cache' to go into the system cache, if enabled (memcached)
39543954 * 'udp' to be sent to the UDP profiler (see $wgUDPProfilerHost)

Follow-up revisions

RevisionCommit summaryAuthorDate
r88623Revert unintended change in r88620platonides23:36, 22 May 2011

Comments

#Comment by Reedy (talk | contribs)   23:25, 22 May 2011

Was

-$wgGroupPermissions['sysop']['importupload']     = true;
+$wgGroupPermissions['sysop']['importupload']     = false;


Intended??

#Comment by Platonides (talk | contribs)   23:35, 22 May 2011

Whoops, no!

Status & tagging log