r43983 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r43982‎ | r43983 | r43984 >
Date:18:19, 26 November 2008
Author:aaron
Status:ok
Tags:
Comment:
Use 'maintenance/update.php'
Modified paths:
  • /trunk/extensions/FlaggedRevs/README.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/README.txt
@@ -3,10 +3,8 @@
44
55 == Setup ==
66 * Download the extension from SVN
7 -* (MySQL) Run the 'FlaggedRevs.sql' query, substituting in your wiki's table prefix.
8 -* (PostgreSQL) Use 'FlaggedRevs.pg.sql' instead.
9 -* Upgrade to MediaWiki 1.13+
10 -* Run 'maintenance/update.php'
 7+* Upgrade to MediaWiki 1.14+
 8+* Run 'maintenance/update.php' if you needed to upgrade
119 * Run 'maintenance/archives/populateSha1.php'.
1210 * Make sure '../extensions/FlaggedRevs' is readable (for CSS/JS)
1311 * To enable PNG images for reader feedback (instead of SVG), make sure PHP has the GD libraries installed. In windows,
@@ -14,6 +12,7 @@
1513 (See a nice guide here: http://www.onlamp.com/pub/a/php/2003/03/27/php_gd.html). $wgSvgGraphDir must be set to false.
1614 * Add the following line to 'LocalSettings.php':
1715 include_once('extensions/FlaggedRevs/FlaggedRevs.php');
 16+* Run 'maintenance/update.php'
1817
1918 It is important that the sha1 column is populated. This allows for image injection via key
2019 rather than the (name,timestamp) pair. In the future, image moves may be supported by MediaWiki,

Status & tagging log