Last modified: 2014-03-30 19:22:43 UTC
... to implement something akin to [[Special:RelatedChanges]].
Probably best to support titles= as well as rctitles= so [[Special:Recentchangeslinked]] can be emulated with a generator.
bug 14869 would technically take care of this too....
Closing as "resolved/later" Will be fixed by bug 14869, and makes the API bug list a bit clearer (as these are essentially duplicates)
RecentChanges is not a QueryPage based special page, right?
(In reply to comment #4) > RecentChanges is not a QueryPage based special page, right? That's right and neither is RelatedChanges/RecentChangesLinked. Reopening.
Remove dependancy
Marking this bug as "easy" as I don't think it'd be very difficult to implement.
I would like to see this. As a new user the very first thing I wanted to do with the API was get related changes for a page. Maybe there is a workaround today? But would be nice to do it directly with one call.
I am new to FOSS and mediawiki how do I start on this bug and how do I replicate the error on my local machine.
Shikha: Does https://www.mediawiki.org/w/index.php?title=Annoying_little_bugs&oldid=909298#Helpful_information_for_new_MediaWiki_coders provide some help?