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

--- Comment #12 from Nemo <federicol...@tiscali.it> ---
I've tried a quick and dirty query to see if the revision patrolling link in
the place of the new page patrolling link, which was available in 1.22wmf5-6,
had any effect on amount of patrolling.
Given a number of assumptions one shouldn't make:

----

SELECT count(*)

FROM logging log

WHERE log.log_type = 'patrol'
AND log.log_action = 'patrol'
AND log.log_timestamp BETWEEN /*20130521200000 AND*/ 20130605235800 AND
20130620180400
AND ( log.log_params LIKE '%"6::auto";i:0%' 
OR    log.log_params LIKE '%\n0' /* not autopatrolled */ ) ;

----

So, in the 13 days before the change / with the change:
fr.wiki: 11791 / 12296
nl.wiki: 35436 / 30711
it.wiki: 7652 / 7506

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