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

       Web browser: ---
            Bug ID: 52920
           Summary: AbuseFilter API should provide details about old
                    revisions of filters
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: AbuseFilter
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

As far as I know, currently the only information available about older
revisions of a filter are those from a query such as
https://en.wikipedia.org/w/api.php?action=query&list=logevents&format=jsonfm&leprop=ids|title|type|user|userid|timestamp|comment|parsedcomment|details|tags&leaction=abusefilter/modify&lelimit=2
which returns a list of objects like this:
{
  "logid": 50427214,
  "pageid": 0,
  "ns": -1,
  "title": "Special:AbuseFilter/345",
  "type": "abusefilter",
  "action": "modify",
  "0": "11627",
  "1": "345",
  "user": "Salix alba",
  "userid": "212526",
  "timestamp": "2013-08-13T10:59:54Z",
  "comment": "",
  "parsedcomment": "",
  "tags": []
}

But in order to get better statistics (e.g.: [1]) than those provided by
Abusefilter (which only provides a total "Hit count" for each filter, not
separated by the filter version), I need to get all the parameters which are
visible on pages such as 
https://en.wikipedia.org/wiki/Special:AbuseFilter/history/345/item/11627
(particularlly the conditions and actions taken by that version)

This is further complicated by bug 52221 and bug 52919.

[1]
https://pt.wikipedia.org/w/index.php?oldid=36678888&uselang=en#Julho_de_2013

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to