r16550 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r16549‎ | r16550 | r16551 >
Date:20:20, 18 September 2006
Author:collinj
Status:old
Tags:
Comment:
Minor changes to the installer.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/config/index.php (modified) (history)

Diff [purge]

Index: trunk/phase3/config/index.php
@@ -203,7 +203,9 @@
204204 <pre>
205205 cd <i>/path/to/wiki</i>
206206 chmod a+w config
207 - </pre>" );
 207+ </pre>
 208+
 209+ <p>Afterwards retry to start the <a href=\"\">setup</a>.</p>" );
208210 }
209211
210212
@@ -995,7 +997,7 @@
996998 <?php aField( $conf, "SysopPass2", "Password confirm:", "password" ) ?>
997999 </div>
9981000 <p class="config-desc">
999 - An admin can lock/delete pages, block users from editing, and other maintenance tasks.<br />
 1001+ An admin can lock/delete pages, block users from editing, and do other maintenance tasks.<br />
10001002 A new account will be added only when creating a new wiki database.
10011003 </p>
10021004
@@ -1223,7 +1225,7 @@
12241226 it and uploading it again will hopefully change the ownership to a user ID specific to you.</p>
12251227 EOT;
12261228 } else {
1227 - echo "<p>Installation successful! Move the config/LocalSettings.php file into the parent directory, then follow
 1229+ echo "<p><span style='font-weight:bold;color:green;font-size:110%'>Installation successful!</span> Move the config/LocalSettings.php file into the parent directory, then follow
12281230 <strong><a href='../index.php'>this link</a></strong> to your wiki.</p>\n";
12291231 }
12301232 }
Index: trunk/phase3/RELEASE-NOTES
@@ -213,6 +213,7 @@
214214 * Added experimental $wgRevisionCacheExpiry to cache extracted revision text
215215 in $wgMemc, to further reduce hits to external storage.
216216 Set to 0 (disabled) by default.
 217+* Minor changes to the installer.
217218
218219
219220 == Languages updated ==