r52628 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52627‎ | r52628 | r52629 >
Date:17:48, 1 July 2009
Author:werdna
Status:ok
Tags:
Comment:
Revert unintended core changes in r52627
Modified paths:
  • /trunk/phase3/includes/Exception.php (modified) (history)
  • /trunk/phase3/includes/Skin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Skin.php
@@ -290,36 +290,7 @@
291291 public function getTitle() {
292292 return $this->mTitle;
293293 }
294 -
295 - function outputUnwrappedText( $out ) {
296 - global $wgDebugComments;
297 - wfProfileIn( __METHOD__ );
298294
299 - $this->setMembers();
300 - $this->initPage( $out );
301 -
302 - $out->out( $out->headElement( $this ) );
303 -
304 - $out->out( "\n<body" );
305 - $ops = $this->getBodyOptions();
306 - foreach ( $ops as $name => $val ) {
307 - $out->out( " $name='$val'" );
308 - }
309 - $out->out( ">\n" );
310 - if ( $wgDebugComments ) {
311 - $out->out( "<!-- Wiki debugging output:\n" .
312 - $out->mDebugtext . "-->\n" );
313 - }
314 -
315 - $out->out( $out->mBodytext . "\n" );
316 - $out->out( $this->bottomScripts() );
317 -
318 - $out->out( wfReportTime() );
319 -
320 - $out->out( "\n</body></html>" );
321 - wfProfileOut( __METHOD__ );
322 - }
323 -
324295 function outputPage( OutputPage $out ) {
325296 global $wgDebugComments;
326297 wfProfileIn( __METHOD__ );
Index: trunk/phase3/includes/Exception.php
@@ -26,8 +26,7 @@
2727 function useMessageCache() {
2828 global $wgLang;
2929 foreach ( $this->getTrace() as $frame ) {
30 - if ( isset( $frame['class'] ) &&
31 - $frame['class'] == 'LocalisationCache' ) {
 30+ if ( $frame['class'] == 'LocalisationCache' ) {
3231 return false;
3332 }
3433 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r52627Bring up reply and new thread forms with AJAX where available. Still submits ...werdna17:46, 1 July 2009

Status & tagging log