https://bugzilla.wikimedia.org/show_bug.cgi?id=32925

       Web browser: ---
             Bug #: 32925
           Summary: Moodbar comments & feedback should make checkuser
                    table entries
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Moodbar
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: aschulz4...@gmail.com
                CC: agarr...@wikimedia.org, krinklem...@gmail.com
    Classification: Unclassified


Right now, checkusers cannot see moodbar activity via Special:CheckUser. It
would be nice if they could in order to better curtail abuse.

CheckUser could perhaps listen for a hook (e.g. $wgHooks) that provides data
when triggered for CheckUser to store. So we could have something like:

wfRunHooks( 'UserLogIPData', array( $context, $data ) );

$context would be an IContextSource and $data would be an array with values for
'namespace','title','actiontext','comment','type','timestamp').

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to