WolfgangFahl / Mediawiki-Japi

Client for Mediawiki Api
Apache License 2.0
11 stars 7 forks source link

need getMostRecentChanges function #25

Closed WolfgangFahl closed 8 years ago

WolfgangFahl commented 8 years ago

getRecentChanges delivers multiple changes per Title if a page has been touched many times. The function getMostRecentChanges should sort the changes by Title and most RecentChange and only deliver the most recent changes for each title. The resulting list is then resorted by most recent change in a descending order delivering the most recent changes first.