r25984 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25983‎ | r25984 | r25985 >
Date:12:43, 21 September 2007
Author:robchurch
Status:old
Tags:
Comment:
Use absolute path in installation instructions (include $IP), to avoid issues when running maintenance scripts, etc.
Modified paths:
  • /trunk/extensions/CategoryTree/README (modified) (history)

Diff [purge]

Index: trunk/extensions/CategoryTree/README
@@ -25,12 +25,12 @@
2626 LocalSettings.php file (near the end):
2727
2828 $wgUseAjax = true;
29 - require_once( 'extensions/CategoryTree/CategoryTree.php' );
 29+ require_once( "{$IP}extensions/CategoryTree/CategoryTree.php" );
3030
31 -Note that $wgUseAjax = true; will enable the ajax framework in MediaWiki,
32 -which is required by the CategoryTree extension. AJAX is a term for using
 31+Note that $wgUseAjax = true; will enable the Ajax framework in MediaWiki,
 32+which is required by the CategoryTree extension. Ajax is a term for using
3333 JavaScript to load parts of a page on demand. It is supported by all
34 -recent graphic web browsers. For more information about AJAX see
 34+recent graphic web browsers. For more information about Ajax see
3535 <http://en.wikipedia.org/wiki/Ajax_%28programming%29>.
3636
3737

Status & tagging log