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

Krinkle <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #13 from Krinkle <[email protected]> 2012-08-25 15:18:22 UTC ---
Not really.

What is in place is this:
* A generic database implementation for patrolling recent changes entries (any
entry, be it RC_EDIT, RC_NEW page or RC_LOG). RC_LOG includes upload actions.
So this doesn't need anything for uploads, it is already generically in place.
rc_patrolled is toggleable for log actions in theory, and uploads are logged
and in recentchanges

* A front-end for patrolling edits
 - Configurable:
    Through wgUseRCPatrol[1] // enabled in mw by default, disabled on most wmf
wikis, enabled on nl.wikipedia, commons.wikimedia and dozens others
 - List:
    Special:RecentChanges with "Hide patrolled edits"
 - Patrol-interface:
    On the diff pages with "[mark as patrolled]"

* A front-end for patrolling new pages
 - Configurable:
    Through wgUseNPPatrol[2] // enabled in mw by default
 - List:
    Special:NewPages with "Hide patrolled edits"
 - Patrol-interface:
    On the bottom when viewing a page, with "[mark as patrolled]" (though
subject to bug 15936, which causes the link only to be there when visiting the
page from Special:NewPages)

What we need is a front-end for patrolling uploads.
* Configurable: Of course
* List: We already have two file-list special pages (though plans to merge
exist afaik), so it would only need to have a way to indicate the patrol mark
and a way to exclude patrolled files from the view.
* Patrol interface: I would like if it were given first class treatment like
for edits (not like with new pages where it is just dumped at the bottom
through the ugly hack of passing it through a query parameter, making it not
really related to the page you're looking at).

And contrary to edits/new pages, we need something special for uploads because
contrary to regular edits, uploads are log actions. Right now those are not
patrollable because Log sets rc_patrolled to false by default.

And then there is the issue of uploads (usually?) causing two events: New page
creation and a log event. Though the new page creation is usually not emitted
afaik.


[1] https://www.mediawiki.org/wiki/Manual:$wgUseRCPatrol
[1] https://www.mediawiki.org/wiki/Manual:$wgUseNPPatrol

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

Reply via email to