Index: trunk/extensions/SemanticWatchlist/RELEASE-NOTES |
— | — | @@ -5,7 +5,7 @@ |
6 | 6 | |
7 | 7 | |
8 | 8 | === Version 0.1 === |
9 | | -2011-05-2x |
| 9 | +2011-07-3x |
10 | 10 | |
11 | 11 | Initial release with these features: |
12 | 12 | |
Index: trunk/extensions/SemanticWatchlist/SemanticWatchlist.i18n.php |
— | — | @@ -26,6 +26,10 @@ |
27 | 27 | 'special-semanticwatchlist' => 'Semantic Watchlist', |
28 | 28 | 'special-watchlistconditions' => 'Semantic watchlist conditions', |
29 | 29 | |
| 30 | + 'group-swladmins' => 'Semantic Watchlist admins', |
| 31 | + 'group-swladmins-member' => 'Semantic Watchlist admin', |
| 32 | + 'grouppage-swladmins' => 'Project:Semantic_Watchlist_admins', |
| 33 | + |
30 | 34 | // Special:WatchlistConditions |
31 | 35 | 'swl-group-name' => 'Group name:', |
32 | 36 | 'swl-group-properties' => 'Properties covered by this group:', |
Index: trunk/extensions/SemanticWatchlist/SemanticWatchlist.settings.php |
— | — | @@ -32,6 +32,7 @@ |
33 | 33 | $wgGroupPermissions['autoconfirmed']['semanticwatchgroups'] = false; |
34 | 34 | $wgGroupPermissions['bot' ]['semanticwatchgroups'] = false; |
35 | 35 | $wgGroupPermissions['sysop' ]['semanticwatchgroups'] = true; |
| 36 | +$wgGroupPermissions['swladmins' ]['semanticwatchgroups'] = true; |
36 | 37 | |
37 | 38 | # Enable email notification or not? |
38 | 39 | $egSWLEnableEmailNotify = true; |