r82064 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r82063
|
r82064
|
r82065
>
Date:
18:28, 13 February 2011
Author:
reedy
Status:
reverted (
Comments
)
Tags:
Comment:
* (
bug 27375
) Do the diff colouring in CR
Modified paths:
/trunk/extensions/CodeReview/modules/ext.codereview.css
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/CodeReview/modules/ext.codereview.css
—
—
@@ -178,3 +178,9 @@
179
179
color: #ccc;
180
180
font-size: .6em;
181
181
}
182
+.mw-codereview-diff ins {
183
+ background: #DDFFDD;
184
+}
185
+.mw-codereview-diff del {
186
+ background: #FFDDDD;
187
+}
Follow-up revisions
Revision
Commit summary
Author
Date
r84818
Revert
r82064
, fixes
bug 27416
, reopens
bug 27375
reedy
19:34, 26 March 2011
r112511
[ext.codereview.styles] Make whitespace changes identifiable in CR diffs...
krinkle
20:30, 27 February 2012
r112513
MFT to 1.19wmf1
r112510
r112511
r112512
...
hashar
20:39, 27 February 2012
Comments
#
Comment by
Tim Starling
(
talk
|
contribs
)
22:21, 14 February 2011
Causes
bug 27416
.
#
Comment by
Reedy
(
talk
|
contribs
)
22:27, 14 February 2011
Indeed, but as the stuff you removed from the common.css, it's not live...
Status & tagging log
00:42, 27 March 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r82064
[
removed:
fixme
added:
reverted]
22:21, 14 February 2011
Tim Starling
(
talk
|
contribs
)
changed the
status
of r82064
[
removed:
ok
added:
fixme]
22:48, 13 February 2011
Krinkle
(
talk
|
contribs
)
changed the
status
of r82064
[
removed:
new
added:
ok]