r53289 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53288‎ | r53289 | r53290 >
Date:05:10, 15 July 2009
Author:rememberthedot
Status:ok
Tags:
Comment:
Added popular colored watchlist numbers, which make probable deletion vandalism stand out more, to MediaWiki itself for all to enjoy. The idea originated from Mets501 of the English Wikipedia in December 2006, and has since spread to the Japanese, French, Polish, Russian, and Portuguese Wikipedias. Most likely it has been copied to some smaller projects also which I have not checked, but in any case it is a feature worth having by default.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -3,8 +3,12 @@
44 * careful what you put in here, since what looks good in one skin may not in
55 * another, but don't ignore the poor non-Monobook users either.
66 */
7 -.mw-plusminus-null { color: #aaa; }
87
 8+/* Colored watchlist and recent changes numbers */
 9+.mw-plusminus-pos { color: #006400; } /* dark green */
 10+.mw-plusminus-neg { color: #8b0000; } /* dark red */
 11+.mw-plusminus-null { color: #aaa; } /* gray */
 12+
913 .texvc { direction: ltr; unicode-bidi: embed; }
1014 img.tex { vertical-align: middle; }
1115 span.texhtml { font-family: serif; }
Index: trunk/phase3/RELEASE-NOTES
@@ -123,6 +123,8 @@
124124 preprocesor level.
125125 * Added $wgShowArchiveThumbnails, allowing sysadmins to disable thumbnail
126126 display for old versions of images.
 127+* In watchlists and Special:RecentChanges, the difference in page size now
 128+ appears in dark green if bytes were added and dark red if bytes were removed.
127129
128130 === Bug fixes in 1.16 ===
129131

Status & tagging log