r38194 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r38193‎ | r38194 | r38195 >
Date:17:26, 29 July 2008
Author:raymond
Status:old
Tags:
Comment:
Tweak comments:
* Remove outdated notice for MW 1.5. We branch all extensions and I am pretty sure this version won't run with MW 1.5
* Update installation instruction
Modified paths:
  • /branches/REL1_13/extensions/inputbox/inputbox.php (modified) (history)

Diff [purge]

Index: branches/REL1_13/extensions/inputbox/inputbox.php
@@ -4,10 +4,9 @@
55 * This file contains the main include file for the Inputbox extension of
66 * MediaWiki.
77 *
8 - * Usage: require_once("path/to/inputbox.php"); in LocalSettings.php
 8+ * Usage: Add the following line in LocalSettings.php:
 9+ * require_once( "$IP/extensions/Inputbox/Inputbox.php" );
910 *
10 - * This extension requires MediaWiki 1.5 or higher.
11 - *
1211 * @author Erik Moeller <moeller@scireview.de>
1312 * namespaces search improvements partially by
1413 * Leonardo Pimenta <leo.lns@gmail.com>

Status & tagging log