r53451 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53450‎ | r53451 | r53452 >
Date:18:06, 18 July 2009
Author:soxred93
Status:ok
Tags:
Comment:
If config/ directory is not executable, the command to make it executable now asks the user to cd to the correct directory
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/config/index.php (modified) (history)

Diff [purge]

Index: trunk/phase3/config/index.php
@@ -246,7 +246,7 @@
247247 <p>To make the directory writable on a Unix/Linux system:</p>
248248
249249 <pre>
250 - cd <i>/path/to/wiki</i>
 250+ cd <i>" . htmlspecialchars( dirname( dirname( __FILE__ ) ) ) . "</i>
251251 chmod a+w config
252252 </pre>
253253
Index: trunk/phase3/RELEASE-NOTES
@@ -148,6 +148,8 @@
149149 appears in dark green if bytes were added and dark red if bytes were removed.
150150 * Added FSRepo configuration properties thumbUrl and thumbDir, to allow the
151151 thumbnails to be stored in a separate location to the source images.
 152+* If config/ directory is not executable, the command to make it executable
 153+ now asks the user to cd to the correct directory
152154
153155 === Bug fixes in 1.16 ===
154156

Status & tagging log