r70780 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70779‎ | r70780 | r70781 >
Date:20:39, 9 August 2010
Author:platonides
Status:ok
Tags:
Comment:
Follow up r70653. Missing line.
Modified paths:
  • /trunk/phase3/includes/parser/ParserOptions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/parser/ParserOptions.php
@@ -183,6 +183,7 @@
184184 $this->mExternalLinkTarget = $wgExternalLinkTarget;
185185 $this->mMath = $user->getOption( 'math' );
186186 $this->mUserLang = $wgLang->getCode();
 187+ $this->mThumbSize = $user->getOption( 'thumbsize' );
187188
188189 $this->mIsPreview = false;
189190 $this->mIsSectionPreview = false;

Follow-up revisions

RevisionCommit summaryAuthorDate
r70783Use only the page relevant pieces in the parser cache key. Eg. two users with...platonides21:53, 9 August 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r70653Make thumbsize option go through ParserOptions....platonides22:35, 7 August 2010

Status & tagging log