| Index: trunk/phase3/config/index.php |
| — | — | @@ -203,7 +203,9 @@ |
| 204 | 204 | <pre> |
| 205 | 205 | cd <i>/path/to/wiki</i> |
| 206 | 206 | chmod a+w config |
| 207 | | - </pre>" ); |
| | 207 | + </pre> |
| | 208 | + |
| | 209 | + <p>Afterwards retry to start the <a href=\"\">setup</a>.</p>" ); |
| 208 | 210 | } |
| 209 | 211 | |
| 210 | 212 | |
| — | — | @@ -995,7 +997,7 @@ |
| 996 | 998 | <?php aField( $conf, "SysopPass2", "Password confirm:", "password" ) ?> |
| 997 | 999 | </div> |
| 998 | 1000 | <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 /> |
| 1000 | 1002 | A new account will be added only when creating a new wiki database. |
| 1001 | 1003 | </p> |
| 1002 | 1004 | |
| — | — | @@ -1223,7 +1225,7 @@ |
| 1224 | 1226 | it and uploading it again will hopefully change the ownership to a user ID specific to you.</p> |
| 1225 | 1227 | EOT; |
| 1226 | 1228 | } 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 |
| 1228 | 1230 | <strong><a href='../index.php'>this link</a></strong> to your wiki.</p>\n"; |
| 1229 | 1231 | } |
| 1230 | 1232 | } |
| Index: trunk/phase3/RELEASE-NOTES |
| — | — | @@ -213,6 +213,7 @@ |
| 214 | 214 | * Added experimental $wgRevisionCacheExpiry to cache extracted revision text |
| 215 | 215 | in $wgMemc, to further reduce hits to external storage. |
| 216 | 216 | Set to 0 (disabled) by default. |
| | 217 | +* Minor changes to the installer. |
| 217 | 218 | |
| 218 | 219 | |
| 219 | 220 | == Languages updated == |