r23556 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23555‎ | r23556 | r23557 >
Date:14:12, 29 June 2007
Author:brion
Status:old
Tags:
Comment:
Revert r23541, breaks AJAX watch and god knows what else
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/skins/MonoBook.php (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES
@@ -242,8 +242,6 @@
243243 whitespace (broken XML feeds, etc.)
244244 * Don't use garbled parser cache output when viewing custom CSS or JavaScript
245245 pages
246 -* (bug 10184) Site CSS/JS should be included after that added dynamically (e.g.
247 - by extensions)
248246 * (bug 10406) Fix Special:Listusers filter form for non-ASCII localizations
249247
250248
Index: trunk/phase3/skins/MonoBook.php
@@ -73,10 +73,6 @@
7474
7575 <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath' ) ?>/common/wikibits.js?<?php echo $GLOBALS['wgStyleVersion'] ?>"><!-- wikibits js --></script>
7676 <?php if($this->data['jsvarurl' ]) { ?>
77 -
78 - <!-- Head Scripts -->
79 -<?php $this->html('headscripts') ?>
80 -
8177 <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('jsvarurl' ) ?>"><!-- site js --></script>
8278 <?php } ?>
8379 <?php if($this->data['pagecss' ]) { ?>
@@ -92,6 +88,8 @@
9389 <script type="<?php $this->text('jsmimetype') ?>"><?php $this->html('userjsprev') ?></script>
9490 <?php }
9591 if($this->data['trackbackhtml']) print $this->data['trackbackhtml']; ?>
 92+ <!-- Head Scripts -->
 93+<?php $this->html('headscripts') ?>
9694 </head>
9795 <body <?php if($this->data['body_ondblclick']) { ?>ondblclick="<?php $this->text('body_ondblclick') ?>"<?php } ?>
9896 <?php if($this->data['body_onload' ]) { ?>onload="<?php $this->text('body_onload') ?>"<?php } ?>

Follow-up revisions

RevisionCommit summaryAuthorDate
r23581Merged revisions 23406-23580 via svnmerge from...david04:50, 30 June 2007

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r23541(bug 10184) Site CSS/JS should be included after that added dynamically (e.g....simetrical06:01, 29 June 2007

Status & tagging log