From: Niklas Laxström Date: Tue, 4 Sep 2007 19:29:47 +0000 (+0000) Subject: * Inclusion of Special:Wantedpages now works again X-Git-Tag: 1.31.0-rc.0~51514 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=f7dd185155a6f24a806fcbf1fd62910863bf92fe;p=lhc%2Fweb%2Fwiklou.git * Inclusion of Special:Wantedpages now works again --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 3287a2b446..9aec59fd50 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -434,6 +434,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Force non-MySQL databases to use an ORDER BY in SpecialAllpages to ensure that the first page_title is truly the first page title. * (bug 10836) Change the summary on creating of new section +* Inclusion of Special:Wantedpages now works again == API changes since 1.10 == @@ -530,7 +531,7 @@ Full API documentation is available at http://www.mediawiki.org/wiki/API * Finnish (fi) * Voro (fiu-vro) * French (fr) -* Français Cadien (frc) (new) +* Français Cadien (frc) (new) * Franco-Provencal/Arpetan (frp) * Galician (gl) * Hakka (hak) @@ -550,7 +551,7 @@ Full API documentation is available at http://www.mediawiki.org/wiki/API * Latin (la) * Lao (lo) * Lithuanian (lt) -* Latviešu (lv) +* LatvieÅ¡u (lv) * Malayalam (ml) * Bahasa Melayu (ms) * Burmese (my) diff --git a/includes/QueryPage.php b/includes/QueryPage.php index fb98bc68e6..06710b6de0 100644 --- a/includes/QueryPage.php +++ b/includes/QueryPage.php @@ -403,7 +403,7 @@ class QueryPage { ? ' class="not-patrolled"' : ''; $html[] = $this->listoutput - ? $format + ? $line : "{$line}\n"; } } @@ -417,7 +417,7 @@ class QueryPage { ? ' class="not-patrolled"' : ''; $html[] = $this->listoutput - ? $format + ? $line : "{$line}\n"; } }