r86110 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86109‎ | r86110 | r86111 >
Date:08:42, 15 April 2011
Author:aaron
Status:ok
Tags:
Comment:
Update documentation
Modified paths:
  • /trunk/extensions/FlaggedRevs/README.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/README.txt
@@ -8,7 +8,7 @@
99
1010 == Setup ==
1111 * Run 'maintenance/populateSha1.php' if not already done.
12 -* Make sure '../extensions/FlaggedRevs/client' is readable (for CSS/JS)
 12+* Make sure '../FlaggedRevs/presentation/modules' is web readable (for CSS/JS)
1313 * Add the following line to 'LocalSettings.php':
1414 include_once('extensions/FlaggedRevs/FlaggedRevs.php');
1515 * Run 'maintenance/update.php' to add the SQL tables
@@ -17,13 +17,9 @@
1818 * To enable article validation statistics, $wgPhpCli must be set correctly. This is not necessary
1919 if you set a cron job to run /FlaggedRevs/maintenance/updateStats.php every so often, which is preferable.
2020
21 -It is important that the sha1 column is populated. This allows for image injection via key
22 -rather than the (name,timestamp) pair. In the future, image moves may be supported by MediaWiki,
23 -breaking the later method.
24 -
2521 == Configuration ==
26 -There is a commented list of configurable variables in FlaggedRevs.php. The online documentation
27 -expains these further.
 22+* There is a well-commented list of configurable variables in FlaggedRevs.php.
 23+* The online documentation expains some of these further.
2824
2925 == Uninstallation ==
3026 * Remove the FlaggedRevs include line from LocalSettings.php.

Status & tagging log