Closed Bug 671773 Opened 13 years ago Closed 12 years ago

RSS feed of sitewide recent changes with details

Categories

(developer.mozilla.org Graveyard :: Wiki pages, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: openjck, Assigned: jbennett)

References

Details

(Whiteboard: u=administrator c=siteadmin s=2012-06-19 p=1 t=2012-06-26)

      No description provided.
This bug is irrelevant as the feature it describes is covered by many individual bugs.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Reopening this, as this bug seems to be about providing one feed that lists everything.
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
This absolutely must happen before we switch to Kuma, otherwise we have no real ability to administrate the site and monitor for spam/p0rn/garbage/etc.
Blocks: 710713
This bug needs some clarification. We have many Atom feeds, for demos, wiki pages, etc. By "feed of sitewide recent changes with details", do we mean a unified feed of everything everywhere?

In other words: Exactly what content should the feed for this bug contain?
Any changes to any articles on the entire wiki. That is, edits to article text, changes to styling of articles, addition or removal of tags, addition of deletion of attachments.

The actual changes made should also be shown in the feed itself; I do my doc reviews in a feed reader only clicking through to the article if there are fixes I need to make.
So pretty much a feed of all revisions including the diff?
Yep.
Blocks: 665727
No longer blocks: 710713
Priority: -- → P2
Whiteboard: u=administrator c=siteadmin p= → u=administrator c=siteadmin s=2012-06-05 p=
Blocks: 756263
Whiteboard: u=administrator c=siteadmin s=2012-06-05 p= → u=administrator c=siteadmin s=2012-06-05 p=1
Assignee: nobody → jbennett
Posting here to get attention of people following this bug: I've got a tentative pull request with a couple of questions about my implementation here:

https://github.com/mozilla/kuma/pull/230
Whiteboard: u=administrator c=siteadmin s=2012-06-05 p=1 → u=administrator c=siteadmin s=2012-06-19 p=1
Commits pushed to master at https://github.com/mozilla/kuma

https://github.com/mozilla/kuma/commit/48512908f82c13703769a3b2571442fa64150f59
Fix bug 671773: Feed of recent revisions

This provides a feed of the 50 latest Revisions made in the
wiki. Individual Revisions show up as follows:

* For the first Revision of a new Document, link to the Document with
  a 'document created' description.

* For Revisions of an existing Document, link to the compare view of
  this + previous Revision, with the edit comment as description.

Potential issue: there's no good way to share state amongst the feed
methods for an individual item, meaning we repeat the logic to figure
out if there's a previous Revision of the same Document. This makes
for a possibly-ugly number of DB queries, but I couldn't find a simple
way to get around that.

https://github.com/mozilla/kuma/commit/30cca62a062b455706a2491f509154741e25b27d
Merge pull request #276 from ubernostrum/revision-feed

Fix bug 671773: Feed of recent revisions
Status: REOPENED → RESOLVED
Closed: 13 years ago12 years ago
Resolution: --- → FIXED
Whiteboard: u=administrator c=siteadmin s=2012-06-19 p=1 → u=administrator c=siteadmin s=2012-06-19 p=1 t=2012-06-26
No longer blocks: 665727
Version: Kuma → unspecified
Component: Website → Landing pages
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.