Page MenuHomePhabricator

RSS feed for Recentchangeslinked
Closed, ResolvedPublic

Description

Author: yurkennis

Description:
Need to subscribe for category updates via RSS -- similar to RecentChanges, but
for a single category.


Version: 1.5.x
Severity: enhancement

Details

Reference
bz943

Related Objects

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 7:05 PM
bzimport set Reference to bz943.
bzimport added a subscriber: Unknown Object (MLST).

dkesh wrote:

This could be generalized to be an RSS feed for Special:Recentchangeslinked that
works for categories or any other related changes.

dkesh wrote:

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.

dkesh wrote:

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

Attached:

zigger wrote:

Patch by dkesh is for head (v1.5).

  • Bug 4840 has been marked as a duplicate of this bug. ***
  • Bug 6371 has been marked as a duplicate of this bug. ***
  • Bug 6416 has been marked as a duplicate of this bug. ***

markj9public wrote:

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.

Reverted patch in r28117, see commit notes.

Now done with r28274 by VasilievVV.