r9624 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r9623‎ | r9624 | r9625 >
Date:23:00, 24 June 2005
Author:avar
Status:old
Tags:
Comment:
* Everything given to setSubtitle() is now parsed for the full wikisyntax
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -170,7 +170,7 @@
171171 }
172172 function getHTMLTitle() { return $this->mHTMLtitle; }
173173 function getPageTitle() { return $this->mPagetitle; }
174 - function setSubtitle( $str ) { $this->mSubtitle = $str; }
 174+ function setSubtitle( $str ) { $this->mSubtitle = $this->parse($str); }
175175 function getSubtitle() { return $this->mSubtitle; }
176176 function isArticle() { return $this->mIsarticle; }
177177 function setPrintable() { $this->mPrintable = true; }
Index: trunk/phase3/RELEASE-NOTES
@@ -331,6 +331,7 @@
332332 * Fixed a typo in the Romanian language file (NS_MESIA => NS_MEDIA)
333333 * (bug 2504) Updated the Finnish translation
334334 * (bug 2506) Updated the Nynorsk translation
 335+* Everything given to setSubtitle() is now parsed for the full wikisyntax
335336
336337 === Caveats ===
337338

Status & tagging log