r34370 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r34369‎ | r34370 | r34371 >
Date:14:58, 7 May 2008
Author:leon
Status:old
Tags:
Comment:
(bug 3208) Allow wikisyntax for the tag line content
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/skins/MonoBook.php (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/MonoBook.php
@@ -100,7 +100,7 @@
101101 <?php if($this->data['sitenotice']) { ?><div id="siteNotice"><?php $this->html('sitenotice') ?></div><?php } ?>
102102 <h1 class="firstHeading"><?php $this->data['displaytitle']!=""?$this->html('title'):$this->text('title') ?></h1>
103103 <div id="bodyContent">
104 - <h3 id="siteSub"><?php $this->msg('tagline') ?></h3>
 104+ <h3 id="siteSub"><?php $this->msgWiki('tagline') ?></h3>
105105 <div id="contentSub"><?php $this->html('subtitle') ?></div>
106106 <?php if($this->data['undelete']) { ?><div id="contentSub2"><?php $this->html('undelete') ?></div><?php } ?>
107107 <?php if($this->data['newtalk'] ) { ?><div class="usermessage"><?php $this->html('newtalk') ?></div><?php } ?>
Index: trunk/phase3/RELEASE-NOTES
@@ -257,6 +257,7 @@
258258 * (bug 13949) Special:PrefixIndex/AllPages paging links contain invalid XML
259259 * (bug 13770) Use Preprocessor_Hash by default to avoid missing DOM module errors
260260 * (bug 13982) Disable ccmeonemails preference when user-to-user mails disabled
 261+* (bug 3208) Allow wikisyntax for the tag line content
261262
262263
263264 === API changes in 1.13 ===

Follow-up revisions

RevisionCommit summaryAuthorDate
r34382Revert r34370 -- don't rev up the wiki parser for *every single page view eve...brion17:16, 7 May 2008

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r10672bug 3208: split the other meaning of filedesc to fileuploadsummary, which is ...nikerabbit17:59, 20 August 2005

Status & tagging log