Closed
Bug 412339
Opened 18 years ago
Closed 18 years ago
Hard to read diff views
Categories
(support.mozilla.org :: Knowledge Base Software, task)
support.mozilla.org
Knowledge Base Software
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: cilias, Assigned: jason.barnabe)
Details
(Whiteboard: sumo_only theme)
Attachments
(1 file)
|
462 bytes,
patch
|
nkoth
:
review+
|
Details | Diff | Splinter Review |
When looking at a diff for sumo article revisions, it's hard to tell what the difference is. For instance, many lines in the source of an article can be very long (probably a result of bug 398358), and if someone makes a spelling correction, I have to read the entire line and compare it with the previous version to find the difference.
Comment 1•18 years ago
|
||
I agree on this. Is this a simple theme issue? I see classes like diffadded, diffdeleted, etc in the html source.
Jason, would you have time to fix this?
| Assignee | ||
Comment 2•18 years ago
|
||
I can add CSS to the classes if that's all there is to it.
| Assignee | ||
Comment 3•18 years ago
|
||
@-moz-document domain("support.mozilla.com") {
.diffadded {
background-color: #90ee90 !important;
}
.diffdeleted {
background-color: #EE8070 !important;
}
.diffchar {
background-color: yellow !important;
}
}
Cram that in your favourite user style extension or userContent.css and tell me what you think.
Added lines are in green. Removed lines are in red. For changes, there will be an add a remove line, and the exact text that changed will be in yellow.
Changes
Assignee: nobody → jason_barnabe
Comment 4•18 years ago
|
||
Much better. The default diff format is having problems with showing whitespace changes still, but that shouldn't be an overall problem, but just one that came up with the help conversions.
Comment 5•18 years ago
|
||
This looks very good.
| Assignee | ||
Comment 6•18 years ago
|
||
Attachment #298376 -
Flags: review?(nelson)
Updated•18 years ago
|
Attachment #298376 -
Flags: review?(nelson) → review+
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 7•18 years ago
|
||
When will this go live?
Comment 8•18 years ago
|
||
Steffen, we should schedule a new live server push this week.
Updated•16 years ago
|
Whiteboard: tiki_string
Updated•16 years ago
|
Whiteboard: tiki_string → sumo_only theme
You need to log in
before you can comment on or make changes to this bug.
Description
•