Author: atluxity
Description:
It would be nice to be able get some information about patrolling-status of the revision. Is it patrolled? If so, who and when patrolled?
Version: unspecified
Severity: enhancement
Author: atluxity
Description:
It would be nice to be able get some information about patrolling-status of the revision. Is it patrolled? If so, who and when patrolled?
Version: unspecified
Severity: enhancement
Bryan.TongMinh wrote:
As far as I understand from the tables.sql file, whether page is patrolled or not is only recorded in the recentchanges table and not in the revision table. It could be added to list=recentchanges, but certainly not to prop=revisions.
atluxity wrote:
So the fix would be to make the Wiki-software record patrolling-data better?
(In reply to comment #2)
So the fix would be to make the Wiki-software record patrolling-data better?
No, patrolling data won't be added to the revision table, it'll stay in the recentchanges table. I'll implement this today or tomorrow.