Index: trunk/extensions/FlaggedRevs/README.txt |
— | — | @@ -3,7 +3,7 @@ |
4 | 4 | |
5 | 5 | ==Prerequisites== |
6 | 6 | * Downloaded the extension from SVN |
7 | | -* MediaWiki 1.18+ |
| 7 | +* MediaWiki 1.19+ |
8 | 8 | * Shell access |
9 | 9 | |
10 | 10 | == Setup == |
— | — | @@ -18,7 +18,8 @@ |
19 | 19 | if you set a cron job to run /FlaggedRevs/maintenance/updateStats.php every so often, which is preferable. |
20 | 20 | |
21 | 21 | == 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. |
23 | 24 | * The online documentation expains some of these further. |
24 | 25 | |
25 | 26 | == Uninstallation == |
— | — | @@ -35,6 +36,7 @@ |
36 | 37 | DROP TABLE IF EXISTS /*_*/flaggedpage_config; |
37 | 38 | DROP TABLE IF EXISTS /*_*/flaggedrevs_tracking; |
38 | 39 | DROP TABLE IF EXISTS /*_*/flaggedrevs_promote; |
| 40 | + DROP TABLE IF EXISTS /*_*/flaggedrevs_statistics; |
39 | 41 | |
40 | 42 | * If they exist, drop the columns 'page_ext_reviewed', 'page_ext_quality', 'page_ext_stable', |
41 | 43 | and the index 'ext_namespace_reviewed' from the page table. You can use the following query: |