r23116 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23115‎ | r23116 | r23117 >
Date:07:46, 20 June 2007
Author:robchurch
Status:old
Tags:
Comment:
(bug 8890) Enable wiki text for "license" message
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/SpecialUpload.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialUpload.php
@@ -725,7 +725,7 @@
726726 $summary = wfMsgWikiHtml( 'fileuploadsummary' );
727727
728728 $licenses = new Licenses();
729 - $license = wfMsgHtml( 'license' );
 729+ $license = wfMsgExt( 'license', array( 'parseinline' ) );
730730 $nolicense = wfMsgHtml( 'nolicense' );
731731 $licenseshtml = $licenses->getHtml();
732732
Index: trunk/phase3/RELEASE-NOTES
@@ -91,6 +91,7 @@
9292 * Add 'Orphanedpages' as an alias to Special:Lonelypages
9393 * (bug 9328) Use "revision-info-current" message in place of "revision-info"
9494 when viewing the current revision of a page, if available
 95+* (bug 8890) Enable wiki text for "license" message
9596
9697 == Bugfixes since 1.10 ==
9798

Follow-up revisions

RevisionCommit summaryAuthorDate
r23120Merged revisions 23103-23119 via svnmerge from...david08:43, 20 June 2007

Status & tagging log