Last modified: 2010-05-15 15:38:16 UTC
Need to subscribe for category updates via RSS -- similar to RecentChanges, but for a single category.
This could be generalized to be an RSS feed for Special:Recentchangeslinked that works for categories or any other related changes.
I have fixed up Special:Recentchangeslinked.php to have RSS and Atom feeds. When Bug 144 is closed and Related Changes works on categories, then I'll post the new version as a patch here.
Created attachment 144 [details] Diff to specialrecentchangeslinked to allow feeds This patch does the following things: 1) Fixes related changes to keep up with the creation of ChangesList.php 2) Adds Feed support to Related Changes 3) Changes SpecialRecentchangeslinked.php to use Database.php functions
Patch by dkesh is for head (v1.5).
*** Bug 4840 has been marked as a duplicate of this bug. ***
Bug summary was wrong.
*** Bug 6371 has been marked as a duplicate of this bug. ***
*** Bug 6416 has been marked as a duplicate of this bug. ***
Would it be possible to include the categories of a page within the RSS Feed for recent changes? I've seen most people just create multiple rss category nodes within each item.
Fixed in r28034
Reverted patch in r28117, see commit notes.
Now done with r28274 by VasilievVV.