If config/ directory is not executable, the command to make it executable now asks...
authorX! <soxred93@users.mediawiki.org>
Sat, 18 Jul 2009 18:06:30 +0000 (18:06 +0000)
committerX! <soxred93@users.mediawiki.org>
Sat, 18 Jul 2009 18:06:30 +0000 (18:06 +0000)
RELEASE-NOTES
config/index.php

index d39ddb6..912086d 100644 (file)
@@ -148,6 +148,8 @@ this. Was used when mwEmbed was going to be an extension.
   appears in dark green if bytes were added and dark red if bytes were removed.
 * Added FSRepo configuration properties thumbUrl and thumbDir, to allow the 
   thumbnails to be stored in a separate location to the source images.
+* If config/ directory is not executable, the command to make it executable 
+  now asks the user to cd to the correct directory
 
 === Bug fixes in 1.16 ===
 
index 0e8ab0d..d48f56a 100644 (file)
@@ -246,7 +246,7 @@ if( !is_writable( "." ) ) {
        <p>To make the directory writable on a Unix/Linux system:</p>
 
        <pre>
-       cd <i>/path/to/wiki</i>
+       cd <i>" . htmlspecialchars( dirname( dirname( __FILE__ ) ) ) . "</i>
        chmod a+w config
        </pre>