Daniel Mayer wrote:
Neat! But who gets to mark an edit as "patrolled"?
I made it so that each wiki can be set up to allow either all logged-in users or only sysops to do this. (techtalk: set $wgOnlySysopsCanPatrol in LocalSettings.php)
Letting an anon or new user do that would tend to defeat the purpose.
I was going to make it so that you can't "patrol" your own edits, but I haven't done that yet. (techtalk: it would require an extra DB query)
Also, depending on a single person's judgment may be problematic as well.
True. Fortunately, the database field I created (rc_patrolled) can be used to store a number, too, so it can be changed to be a counter, and the highlighting can be made to stay until the counter has reached a certain threshold.
But this at least is a good start. I thank you for coding this feature. :)
Welcome :)
Timwi