r22846 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22845‎ | r22846 | r22847 >
Date:18:38, 8 June 2007
Author:robchurch
Status:old
Tags:
Comment:
(bug 8781) Remind users to check file permissions for LocalSettings.php post-installation
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/config/index.php (modified) (history)

Diff [purge]

Index: trunk/phase3/config/index.php
@@ -1374,8 +1374,14 @@
13751375 it and uploading it again will hopefully change the ownership to a user ID specific to you.</p>
13761376 EOT;
13771377 } else {
1378 - echo "<p><span style='font-weight:bold;color:green;font-size:110%'>Installation successful!</span> Move the <tt>config/LocalSettings.php</tt> file into the parent directory, then follow
1379 - <strong><a href='../index.php'>this link</a></strong> to your wiki.</p>\n";
 1378+ echo <<<EOT
 1379+<p>
 1380+<span class="success-message">Installation successful!</span>
 1381+Move the <tt>config/LocalSettings.php</tt> file to the parent directory, then follow
 1382+<a href="../index.php"> this link</a> to your wiki.</p>
 1383+<p>You should change file permissions for <tt>LocalSettings.php</tt> as required to
 1384+prevent other users on the server reading passwords and altering configuration data.</p>
 1385+EOT;
13801386 }
13811387 }
13821388
Index: trunk/phase3/RELEASE-NOTES
@@ -72,6 +72,8 @@
7373 * (bug 10181) Support the XCache object caching mechanism
7474 * (bug 9058) Introduce '--aconf' option for all maintenance scripts, to provide
7575 a path to the AdminSettings.php file
 76+* (bug 8781) Remind users to check file permissions for LocalSettings.php
 77+ post-installation
7678
7779 == Bugfixes since 1.10 ==
7880

Follow-up revisions

RevisionCommit summaryAuthorDate
r22857Merged revisions 22811-22855 via svnmerge from...david00:48, 9 June 2007

Status & tagging log