r65016 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65015‎ | r65016 | r65017 >
Date:10:58, 14 April 2010
Author:catrope
Status:ok
Tags:
Comment:
1.16wmf4: MFT r65015
Modified paths:
  • /branches/wmf/1.16wmf4/skins (modified) (history)
  • /branches/wmf/1.16wmf4/skins/MonoBook.php (modified) (history)
  • /branches/wmf/1.16wmf4/skins/Vector.php (modified) (history)
  • /branches/wmf/1.16wmf4/skins/common/jquery.js (modified) (history)
  • /branches/wmf/1.16wmf4/skins/common/jquery.min.js (modified) (history)

Diff [purge]

Property changes on: branches/wmf/1.16wmf4/skins/common/jquery.js
___________________________________________________________________
Name: svn:mergeinfo
11 - /trunk/phase3/skins/common/jquery.js:63549,63764,63897-63901
22 + /trunk/phase3/skins/common/jquery.js:63549,63764,63897-63901,65015
Property changes on: branches/wmf/1.16wmf4/skins/common/jquery.min.js
___________________________________________________________________
Name: svn:mergeinfo
33 - /trunk/phase3/skins/common/jquery.min.js:63549,63764,63897-63901
44 + /trunk/phase3/skins/common/jquery.min.js:63549,63764,63897-63901,65015
Index: branches/wmf/1.16wmf4/skins/Vector.php
@@ -451,7 +451,7 @@
452452 <div id="page-base" class="noprint"></div>
453453 <div id="head-base" class="noprint"></div>
454454 <!-- content -->
455 - <div id="content" <?php $this->html('specialpageattributes') ?>>
 455+ <div id="content"<?php $this->html('specialpageattributes') ?>>
456456 <a id="top"></a>
457457 <div id="mw-js-message" style="display:none;"<?php $this->html('userlangattributes') ?>></div>
458458 <?php if ( $this->data['sitenotice'] ): ?>
Index: branches/wmf/1.16wmf4/skins/MonoBook.php
@@ -70,7 +70,7 @@
7171
7272 $this->html( 'headelement' );
7373 ?><div id="globalWrapper">
74 -<div id="column-content"><div id="content" <?php $this->html("specialpageattributes") ?>>
 74+<div id="column-content"><div id="content"<?php $this->html("specialpageattributes") ?>>
7575 <a id="top"></a>
7676 <?php if($this->data['sitenotice']) { ?><div id="siteNotice"><?php $this->html('sitenotice') ?></div><?php } ?>
7777
Property changes on: branches/wmf/1.16wmf4/skins
___________________________________________________________________
Name: svn:mergeinfo
7878 + /branches/wmf-deployment/skins:60970
/trunk/phase3/skins:63545-63546,63549,63643,63764,63897-63901,65015

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r65015Remove space in <div id="content" > to unbreak certain screenscraping clients...catrope10:04, 14 April 2010

Status & tagging log