Last modified: 2014-06-06 22:05:12 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 T68285, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 66285 - ActivityMonitor: Implement user database
ActivityMonitor: Implement user database
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
ActivityMonitor (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: 66176
  Show dependency treegraph
 
Reported: 2014-06-06 22:03 UTC by Krinkle
Modified: 2014-06-06 22:05 UTC (History)
3 users (show)

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


Attachments

Description Krinkle 2014-06-06 22:03:51 UTC
The user database stores user names and information associated with that user for how it got on the list (by whom, why, since when, until when).

Not unlike block table and logging table in mediawiki core. One to store current info and use core logging table for discoverability and archival of the information.

This would be the equivalent of the "CVN blacklist" and "CVN greylist" as known in #cvn-sw on Freenode by the CVNBot software ([[m:CVN]], [[m:SWMT]]). Users are added to this list when their activity is suspicious.

Main use of it is in two case:

1) Automated enlisting:

A user triggers a certain abuse filter, uses a certain pattern in the edit summary, or gets blocked on one or more wikis. They'll be enlisted so that when they edit again or on other wikis, they will be caught early on.

2) A user is not being blocked but their edits do often contain vandalism (e.g. between a block request being made and it being handled). Thus making it easier to spot in the large stream of edits and less likely to get skipped as it is highlighted with a mark saying it is enlisted.

Both viewing information and modifying it must require a user right (a bit like abusefilter-view and -modify).
Comment 1 Krinkle 2014-06-06 22:04:04 UTC
Interface: sql table, API module, special page.

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


Navigation
Links