r23095 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23094‎ | r23095 | r23096 >
Date:13:38, 19 June 2007
Author:raymond
Status:old
Tags:
Comment:
* Allow wikilinks in header of Special:Withoutinterwiki
* Whitespaces
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/SpecialWithoutinterwiki.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialWithoutinterwiki.php
@@ -12,9 +12,9 @@
1313 function getName() {
1414 return 'Withoutinterwiki';
1515 }
16 -
 16+
1717 function getPageHeader() {
18 - return '<p>' . wfMsgHtml( 'withoutinterwiki-header' ) . '</p>';
 18+ return '<p>' . wfMsgWithLinks( 'withoutinterwiki-header' ) . '</p>';
1919 }
2020
2121 function sortDescending() {
@@ -24,7 +24,7 @@
2525 function isExpensive() {
2626 return true;
2727 }
28 -
 28+
2929 function isSyndicated() {
3030 return false;
3131 }
@@ -44,7 +44,7 @@
4545 AND page_namespace=" . NS_MAIN . "
4646 AND page_is_redirect = 0";
4747 }
48 -
 48+
4949 }
5050
5151 function wfSpecialWithoutinterwiki() {
Index: trunk/phase3/RELEASE-NOTES
@@ -88,6 +88,7 @@
8989 * Group log output by date
9090 * Kurdish interface latin/arabic writing system with transliteration
9191 * Add number of links to Special:Whatlinkshere
 92+* Allow wikilinks in header of Special:Withoutinterwiki
9293
9394 == Bugfixes since 1.10 ==
9495

Follow-up revisions

RevisionCommit summaryAuthorDate
r23104Merged revisions 23087-23102 via svnmerge from...david21:40, 19 June 2007

Status & tagging log