r111787 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111786‎ | r111787 | r111788 >
Date:21:16, 17 February 2012
Author:kaldari
Status:ok
Tags:
Comment:
follow-up to r111786, updating paths for new directory location
Modified paths:
  • /trunk/extensions/examples/HelloWorld/HelloWorld.php (modified) (history)
  • /trunk/extensions/examples/HelloWorld/INSTALL (modified) (history)

Diff [purge]

Index: trunk/extensions/examples/HelloWorld/HelloWorld.php
@@ -28,7 +28,7 @@
2929 if ( !defined( 'MEDIAWIKI' ) ) {
3030 echo <<<EOT
3131 To install this extension, put the following line in LocalSettings.php:
32 -require_once( "\$IP/extensions/HelloWorld/HelloWorld.php" );\n
 32+require_once( "\$IP/extensions/examples/HelloWorld/HelloWorld.php" );\n
3333 EOT;
3434 exit( 1 );
3535 }
Index: trunk/extensions/examples/HelloWorld/INSTALL
@@ -3,7 +3,7 @@
44 * Download the latest available version and extract it to your wiki extension directory.
55 * Add the following line to LocalSettings.php:
66
7 - require_once( "$IP/extensions/HelloWorld/HelloWorld.php" );
 7+ require_once( "$IP/extensions/examples/HelloWorld/HelloWorld.php" );
88
99 * Check out the Special:HelloWorld page to verify the installation.
1010

Follow-up revisions

RevisionCommit summaryAuthorDate
r111794partial revert of r111787 - installation instructions should still refer to t...kaldari21:31, 17 February 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111786moving HelloWorld into exampleskaldari21:13, 17 February 2012

Status & tagging log