* Inclusion of Special:Wantedpages now works again
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Tue, 4 Sep 2007 19:29:47 +0000 (19:29 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Tue, 4 Sep 2007 19:29:47 +0000 (19:29 +0000)
RELEASE-NOTES
includes/QueryPage.php

index 3287a2b..9aec59f 100644 (file)
@@ -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\9au (lv)
+* Latviešu (lv)
 * Malayalam (ml)
 * Bahasa Melayu (ms)
 * Burmese (my)
index fb98bc6..06710b6 100644 (file)
@@ -403,7 +403,7 @@ class QueryPage {
                                                ? ' class="not-patrolled"'
                                                : '';
                                        $html[] = $this->listoutput
-                                               ? $format
+                                               ? $line
                                                : "<li{$attr}>{$line}</li>\n";
                                }
                        }
@@ -417,7 +417,7 @@ class QueryPage {
                                                ? ' class="not-patrolled"'
                                                : '';
                                        $html[] = $this->listoutput
-                                               ? $format
+                                               ? $line
                                                : "<li{$attr}>{$line}</li>\n";
                                }
                        }