r99330 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99329‎ | r99330 | r99331 >
Date:00:01, 9 October 2011
Author:aaron
Status:ok
Tags:
Comment:
Updated readme file
Modified paths:
  • /trunk/extensions/FlaggedRevs/README.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/README.txt
@@ -3,7 +3,7 @@
44
55 ==Prerequisites==
66 * Downloaded the extension from SVN
7 -* MediaWiki 1.18+
 7+* MediaWiki 1.19+
88 * Shell access
99
1010 == Setup ==
@@ -18,7 +18,8 @@
1919 if you set a cron job to run /FlaggedRevs/maintenance/updateStats.php every so often, which is preferable.
2020
2121 == Configuration ==
22 -* There is a well-commented list of configurable variables in FlaggedRevs.php.
 22+* There is a well-commented list of configurable variables in FlaggedRevs.config.php.
 23+* Change settings by adding them to LocalSettings.php.
2324 * The online documentation expains some of these further.
2425
2526 == Uninstallation ==
@@ -35,6 +36,7 @@
3637 DROP TABLE IF EXISTS /*_*/flaggedpage_config;
3738 DROP TABLE IF EXISTS /*_*/flaggedrevs_tracking;
3839 DROP TABLE IF EXISTS /*_*/flaggedrevs_promote;
 40+ DROP TABLE IF EXISTS /*_*/flaggedrevs_statistics;
3941
4042 * If they exist, drop the columns 'page_ext_reviewed', 'page_ext_quality', 'page_ext_stable',
4143 and the index 'ext_namespace_reviewed' from the page table. You can use the following query:

Status & tagging log