Closed
Bug 671773
Opened 14 years ago
Closed 13 years ago
RSS feed of sitewide recent changes with details
Categories
(developer.mozilla.org Graveyard :: Wiki pages, defect, P2)
developer.mozilla.org Graveyard
Wiki pages
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.
Reporter | ||
Comment 1•14 years ago
|
||
This bug is irrelevant as the feature it describes is covered by many individual bugs.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 2•14 years ago
|
||
Reopening this, as this bug seems to be about providing one feed that lists everything.
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Comment 3•13 years ago
|
||
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
Comment 4•13 years ago
|
||
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?
Comment 5•13 years ago
|
||
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.
Comment 6•13 years ago
|
||
So pretty much a feed of all revisions including the diff?
Comment 7•13 years ago
|
||
Yep.
Updated•13 years ago
|
Updated•13 years ago
|
Priority: -- → P2
Updated•13 years ago
|
Whiteboard: u=administrator c=siteadmin p= → u=administrator c=siteadmin s=2012-06-05 p=
Updated•13 years ago
|
Whiteboard: u=administrator c=siteadmin s=2012-06-05 p= → u=administrator c=siteadmin s=2012-06-05 p=1
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → jbennett
Assignee | ||
Comment 9•13 years ago
|
||
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
Updated•13 years ago
|
Whiteboard: u=administrator c=siteadmin s=2012-06-05 p=1 → u=administrator c=siteadmin s=2012-06-19 p=1
Comment 10•13 years ago
|
||
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
Updated•13 years ago
|
Status: REOPENED → RESOLVED
Closed: 14 years ago → 13 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•13 years ago
|
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
Updated•12 years ago
|
Version: Kuma → unspecified
Updated•12 years ago
|
Component: Website → Landing pages
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•