r70935 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r70934
|
r70935
|
r70936
>
Date:
09:55, 12 August 2010
Author:
platonides
Status:
ok
Tags:
Comment:
Follow up
r63404
. If we are in safe mode, we do not want hashed uploads.
Modified paths:
/trunk/phase3/includes/installer/LocalSettingsGenerator.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/installer/LocalSettingsGenerator.php
—
—
@@ -156,7 +156,7 @@
157
157
}
158
158
159
159
$rights = $this->values['wgRightsUrl'] ? '' : '#';
160
- $hashedUploads = $this->safeMode ? '#' : '';
160
+ $hashedUploads = $this->safeMode ? '' : '#';
161
161
162
162
switch( $this->values['wgMainCacheType'] ) {
163
163
case 'anything':
—
—
@@ -301,4 +301,4 @@
302
302
";
303
303
}
304
304
305
-}
\ No newline at end of file
305
+}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r63404
New class for writing LocalSettings, write localsettings at end of installati...
demon
18:25, 8 March 2010
Status & tagging log
14:20, 20 October 2010
😂
(
talk
|
contribs
)
changed the
status
of r70935
[
removed:
new
added:
ok]