https://bugzilla.wikimedia.org/show_bug.cgi?id=48928
Marius Hoch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected]. |[email protected] |org | --- Comment #1 from Marius Hoch <[email protected]> --- I can see the problem described here... the cause is that when both recent changes and new page patrolling is enabled the only way to patrol the initial revision (=> the whole page as seen on Special:NewPages) is adding patrolpage=1 or the oldid of the first revision to the URL. If neither of these parameters is there and RC patrolling is enabled MediaWiki will only try to show you a patrol button for the current revision, not the first one. To work around this issue I could make Special:RecentChanges also set patrolpage=1 in case we have a yet unpatrolled page creation in there. But I probably wont fix CleanChanges as it's not deployed and I've never had a look at it. If it's creating old style URLs someone has to create another bug and fix that. -- 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
