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

--- Comment #1 from Ryan Kaldari <[email protected]> 2012-05-08 20:20:04 
UTC ---
Well we do have a pagetriage_log table which keeps detailed stats on all use of
pagetriage, but it doesn't have any data on use of Special:NewPages. There are
a few possible solutions to this:
1. Add a new field to the recentchanges table indicating where the patrol
action came from. Downside: The recentchanges table is pretty big and slow;
adding another field to it will make this worse.
2. Log all patrol actions to pagetriage_log regardless of whether they came
from pagetraige or not. Downside: This makes parsing out the pagetriage data
more complicated, and the table bigger and slower.
3. Create a new table just for logging patrols done from Special:NewPages.
Downside: Not much, although some might complain that creating a new table for
this is overkill.

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