Minor changes to the installer.
authorJimmy Collins <collinj@users.mediawiki.org>
Mon, 18 Sep 2006 20:20:04 +0000 (20:20 +0000)
committerJimmy Collins <collinj@users.mediawiki.org>
Mon, 18 Sep 2006 20:20:04 +0000 (20:20 +0000)
RELEASE-NOTES
config/index.php

index 2b722ac..0ef970f 100644 (file)
@@ -213,6 +213,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Added experimental $wgRevisionCacheExpiry to cache extracted revision text
   in $wgMemc, to further reduce hits to external storage.
   Set to 0 (disabled) by default.
+* Minor changes to the installer. 
 
 
 == Languages updated ==
index 203c2a1..1d75eab 100644 (file)
@@ -203,7 +203,9 @@ if( !is_writable( "." ) ) {
        <pre>
        cd <i>/path/to/wiki</i>
        chmod a+w config
-       </pre>" );
+       </pre>
+       
+       <p>Afterwards retry to start the <a href=\"\">setup</a>.</p>" );
 }
 
 
@@ -995,7 +997,7 @@ if( count( $errs ) ) {
                <?php aField( $conf, "SysopPass2", "Password confirm:", "password" ) ?>
        </div>
        <p class="config-desc">
-               An admin can lock/delete pages, block users from editing, and other maintenance tasks.<br />
+               An admin can lock/delete pages, block users from editing, and do other maintenance tasks.<br />
                A new account will be added only when creating a new wiki database.
        </p>
 
@@ -1223,7 +1225,7 @@ which means that anyone on the same server can read your database password! Down
 it and uploading it again will hopefully change the ownership to a user ID specific to you.</p>
 EOT;
        } else {
-               echo "<p>Installation successful! Move the config/LocalSettings.php file into the parent directory, then follow
+               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
                        <strong><a href='../index.php'>this link</a></strong> to your wiki.</p>\n";
        }
 }