r58176 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58175‎ | r58176 | r58177 >
Date:00:16, 27 October 2009
Author:werdna
Status:deferred
Tags:
Comment:
LiquidThreads: Deploy r58175, clear newtalk when visiting Special:NewMessages
Modified paths:
  • /branches/wmf-deployment/extensions/LiquidThreads/pages/SpecialNewMessages.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/extensions/LiquidThreads/pages/SpecialNewMessages.php
@@ -29,6 +29,9 @@
3030
3131 $article = new Article( $this->getTitle() );
3232 $title = $this->getTitle();
 33+
 34+ // Clear newtalk
 35+ $this->user->setNewtalk( false );
3336
3437 $view = new NewUserMessagesView( $this->output, $article,
3538 $title, $this->user, $this->request );

Follow-up revisions

RevisionCommit summaryAuthorDate
r58239Reverting r58176 and r58164 in an attempt to fix the reported infinite recurs...tstarling02:25, 28 October 2009

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r58175Clear newtalk on visiting Special:NewMessageswerdna00:11, 27 October 2009

Status & tagging log