r68222 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68221‎ | r68222 | r68223 >
Date:17:18, 18 June 2010
Author:catrope
Status:deferred
Tags:
Comment:
1.16wmf4: MFT r65380, r65381
Modified paths:
  • /branches/wmf/1.16wmf4/includes/DefaultSettings.php (modified) (history)
  • /branches/wmf/1.16wmf4/skins/vector (modified) (history)
  • /branches/wmf/1.16wmf4/skins/vector/main-ltr.css (modified) (history)
  • /branches/wmf/1.16wmf4/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/skins/vector/main-ltr.css
@@ -35,6 +35,7 @@
3636 background-position: top left;
3737 background-repeat: repeat-y;
3838 background-color: white;
 39+ color: black;
3940 }
4041 /* Head */
4142 #mw-page-base {
Index: branches/wmf/1.16wmf4/skins/vector/main-rtl.css
@@ -35,6 +35,7 @@
3636 background-position: top right;
3737 background-repeat: repeat-y;
3838 background-color: white;
 39+ color: black;
3940 }
4041 /* Head */
4142 #mw-page-base {
Property changes on: branches/wmf/1.16wmf4/skins/vector
___________________________________________________________________
Name: svn:mergeinfo
4243 - /branches/wmf-deployment/skins/vector:60970
/trunk/phase3/skins/vector:63545-63546,63549,63643,63764,63897-63901,64456,65015,65383,65387,65391,65555,65590-65591,65965,66151,66158,66614,67537,67544,67576,67631,67640,67703,67871
4344 + /branches/wmf-deployment/skins/vector:60970
/trunk/phase3/skins/vector:63545-63546,63549,63643,63764,63897-63901,64456,65015,65380,65383,65387,65391,65555,65590-65591,65965,66151,66158,66614,67537,67544,67576,67631,67640,67703,67871
Index: branches/wmf/1.16wmf4/includes/DefaultSettings.php
@@ -1687,7 +1687,7 @@
16881688 * to ensure that client-side caches do not keep obsolete copies of global
16891689 * styles.
16901690 */
1691 -$wgStyleVersion = '282';
 1691+$wgStyleVersion = '283';
16921692
16931693
16941694 # Server-side caching:

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r65380Defined a foreground color for text. Solves bug #20737.tparscal13:38, 21 April 2010
r65381Style bump for r65380.tparscal13:39, 21 April 2010

Status & tagging log