Last modified: 2010-09-09 01:56:27 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T27082, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 25082 - Grant abusefilter-log-detail to only sysop and abusefilter group on jawiki
Grant abusefilter-log-detail to only sysop and abusefilter group on jawiki
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
http://ja.wikipedia.org/wiki/WT:FILTE...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-09-06 16:29 UTC by aokomoriuta
Modified: 2010-09-09 01:56 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description aokomoriuta 2010-09-06 16:29:43 UTC
As our consensus[1], jawiki requests to grant abusefilter-log-detail right to only both sysop and abusefilter group.
(Now it's granted to all.)

thank you.

[1] [[:w:ja:WT:FILTER#abusefilter-log-detailをsysop/abusefilterにする]]
Comment 1 JeLuF 2010-09-08 05:37:25 UTC
Done.

 } elseif ($wgDBname == 'jawiki') {
        $wgGroupPermissions['sysop']['abusefilter-modify'] = false;
        $wgGroupPermissions['abusefilter']['abusefilter-modify'] = true;
-       $wgGroupPermissions['*']['abusefilter-log-detail'] = true;
+       $wgGroupPermissions['*']['abusefilter-log-detail'] = false;
+       $wgGroupPermissions['sysop']['abusefilter-log-detail'] = false;
+       $wgGroupPermissions['abusefilter']['abusefilter-log-detail'] = false;
Comment 2 aokomoriuta 2010-09-08 08:13:15 UTC
Thanks, but
+       $wgGroupPermissions['sysop']['abusefilter-log-detail'] = false;
+       $wgGroupPermissions['abusefilter']['abusefilter-log-detail'] = false;
I think they should be "true".
Comment 3 aokomoriuta 2010-09-08 08:22:55 UTC
And we would be grateful if you could resolve Bug 24852 at the same time.

Because we'll begin to create and enable filters after this is resolved
but there's some proposed filters which uses the new namespace.
Comment 4 JeLuF 2010-09-08 21:12:05 UTC
Oops, silly cut-and-paste mistake, please excuse!

} elseif ($wgDBname == 'jawiki') {
        $wgGroupPermissions['sysop']['abusefilter-modify'] = false;
        $wgGroupPermissions['abusefilter']['abusefilter-modify'] = true;
        $wgGroupPermissions['*']['abusefilter-log-detail'] = false;
        $wgGroupPermissions['sysop']['abusefilter-log-detail'] = true;
        $wgGroupPermissions['abusefilter']['abusefilter-log-detail'] = true;
Comment 5 aokomoriuta 2010-09-09 01:56:27 UTC
Thank you much!

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links