r38840 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r38839‎ | r38840 | r38841 >
Date:04:27, 8 August 2008
Author:aaron
Status:old
Tags:
Comment:
update
Modified paths:
  • /trunk/extensions/FlaggedRevs/README.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/README.txt
@@ -8,7 +8,10 @@
99 * Upgrade to MediaWiki 1.13+
1010 * Run 'maintenance/update.php'
1111 * Run 'maintenance/archives/populateSha1.php'.
12 -* Add the following line to 'LocalSettings.php':
 12+* Make sure '../extensions/FlaggedRevs' is readable (for CSS/JS)
 13+* To enable reader feedback, make sure PHP has the GD libraries installed. In windows, this is done by un-commenting them out in php.ini.
 14+In linux, php should be compiled with it enabled ('--with-gd'). See a nice guide here (http://www.onlamp.com/pub/a/php/2003/03/27/php_gd.html).
 15+* Add the following line to 'LocalSettings.php':
1316 include_once('extensions/FlaggedRevs/FlaggedRevs.php');
1417
1518 It is important that the sha1 column is populated. This allows for image injection via key

Status & tagging log