From 9db190c7e736ec8d063187d4241b59feaf7dc2d1 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 22 Jun 2011 11:28:20 +0200 Subject: update to MediaWiki 1.17.0 --- extensions/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'extensions/README') diff --git a/extensions/README b/extensions/README index 85f4943b..0437af69 100644 --- a/extensions/README +++ b/extensions/README @@ -12,3 +12,16 @@ The extensions are available through svn at: You can find documentation and additional extensions on MediaWiki website: http://www.mediawiki.org/wiki/Category:Extensions + + +Please note that under POSIX systems (Linux...), parent of a symbolic path +refers to the link source, NOT to the target! You should check the env +variable MW_INSTALL_PATH in case the extension is not in the default location. + +The following code snippet let you override the default path: + + $IP = getenv( 'MW_INSTALL_PATH' ); + if( $IP === false ) { + $IP = dirname( __FILE__ ) . '/../..'; + } + require( "$IP/maintenance/Maintenance.php" ); // a MediaWiki core file -- cgit v1.2.2