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

       Web browser: ---
             Bug #: 34946
           Summary: Getting parameter "afl_user" available for log events
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: AbuseFilter
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: billinghu...@gmail.com
                CC: agarr...@wikimedia.org
    Classification: Unclassified
   Mobile Platform: ---


In looking to customise [[MediaWiki:Abusefilter-log-detailedentry-meta]] I find
that the $2 variable is {username (talk|block)} and there is no ability to
drill down to utilise the username only for other feeds.


It comes from 

https://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/AbuseFilter/special/SpecialAbuseLog.php?revision=111217&view=markup

483     $description = wfMsgExt( 'abusefilter-log-detailedentry-meta',
484     array( 'parseinline', 'replaceafter' ),
485     array(
486     $timestamp,
487     $userLink,
488     $filterLink,
489     $row->afl_action,
490     $pageLink,
491     $actions_taken,
492     $parsed_comments,
493     $lang->pipeList( $actionLinks ),

...

404     if ( !$row->afl_wiki ) {
405     // Local user
406     $userLink = $sk->userLink( $row->afl_user, $row->afl_user_text ) .
407     $sk->userToolLinks( $row->afl_user, $row->afl_user_text );
408     } else {


So is it somehow possible to get "afl_user" as an available parameter to be
used for reporting?  I see that it is available from the API, could we look to
make it available for the log

(thanks MZM for the help)

-- 
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