Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php |
— | — | @@ -62,9 +62,9 @@ |
63 | 63 | $wgSimpleFlaggedRevsUI = false; |
64 | 64 | # Add stable/draft revision tabs. May be redundant due to the tags. |
65 | 65 | # If you have an open wiki, with the simple UI, you may want to enable these. |
66 | | -$wgFlaggedRevTabs = false; |
| 66 | +$wgFlaggedRevTabs = true; |
67 | 67 | # For non-user visitors, only show tags/icons for *unreviewed* pages |
68 | | -$wgFlaggedRevsLowProfile = false; |
| 68 | +$wgFlaggedRevsLowProfile = true; |
69 | 69 | |
70 | 70 | # Allowed namespaces of reviewable pages |
71 | 71 | $wgFlaggedRevsNamespaces = array( NS_MAIN ); |
— | — | @@ -226,7 +226,7 @@ |
227 | 227 | # How many hours pending review is considering long? |
228 | 228 | $wgFlaggedRevsLongPending = array( 3, 12, 24 ); |
229 | 229 | # How many pages count as a backlog? |
230 | | -$wgFlaggedRevsBacklog = 1000; |
| 230 | +$wgFlaggedRevsBacklog = 2000; |
231 | 231 | |
232 | 232 | # Flagged revisions are always visible to users with rights below. |
233 | 233 | # Use '*' for non-user accounts. |