Closed
Bug 857129
Opened 12 years ago
Closed 12 years ago
Add diff viewer to new recent revisions page
Categories
(support.mozilla.org :: Knowledge Base Software, task, P3)
support.mozilla.org
Knowledge Base Software
Tracking
(Not tracked)
RESOLVED
FIXED
2013Q2
People
(Reporter: mythmon, Assigned: mythmon)
Details
(Whiteboard: u=contributor c=wiki p=2 s=2013.9)
The recent revisions page is based on a similar feature from MDN. One aspect of the MDN page is viewing the diff for a revision without leaving the page. Verdi told me that this would be a very useful feature for him, and we should implement. I would have done this as part of bug 823891, but I ran out of time, so splitting this off into another bug.
Comment 1•12 years ago
|
||
Didn't make the cut in 7, but let's shoot for 8.
Priority: -- → P3
Whiteboard: u=contributor c=wiki s=2013.backlog p= → u=contributor c=wiki p= s=2013.8
Target Milestone: --- → 2013Q2
Comment 2•12 years ago
|
||
This probably needs:
* A new (ajax) view that returns the contents of a revision and the contents of the previous current revision
* Tests for the new view ^
* Some js that creates a click handler to call that view and then call our js diffing code and render the diff somewhere
* Maybe some CSS
Based on that, I think this is a 2pter.
Whiteboard: u=contributor c=wiki p= s=2013.8 → u=contributor c=wiki p=2 s=2013.8
Comment 3•12 years ago
|
||
Dropping to the next sprint.
Whiteboard: u=contributor c=wiki p=2 s=2013.8 → u=contributor c=wiki p=2 s=2013.9
| Assignee | ||
Comment 4•12 years ago
|
||
I'll work on this after I'm done with Rickshaw.
Assignee: nobody → mcooper
| Assignee | ||
Comment 5•12 years ago
|
||
Comment 6•12 years ago
|
||
Pushed to production right now, by me.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•