Index: trunk/extensions/FlaggedRevs/README.txt |
— | — | @@ -3,10 +3,8 @@ |
4 | 4 | |
5 | 5 | == Setup == |
6 | 6 | * 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 |
11 | 9 | * Run 'maintenance/archives/populateSha1.php'. |
12 | 10 | * Make sure '../extensions/FlaggedRevs' is readable (for CSS/JS) |
13 | 11 | * To enable PNG images for reader feedback (instead of SVG), make sure PHP has the GD libraries installed. In windows, |
— | — | @@ -14,6 +12,7 @@ |
15 | 13 | (See a nice guide here: http://www.onlamp.com/pub/a/php/2003/03/27/php_gd.html). $wgSvgGraphDir must be set to false. |
16 | 14 | * Add the following line to 'LocalSettings.php': |
17 | 15 | include_once('extensions/FlaggedRevs/FlaggedRevs.php'); |
| 16 | +* Run 'maintenance/update.php' |
18 | 17 | |
19 | 18 | It is important that the sha1 column is populated. This allows for image injection via key |
20 | 19 | rather than the (name,timestamp) pair. In the future, image moves may be supported by MediaWiki, |