r25506 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25505‎ | r25506 | r25507 >
Date:19:29, 4 September 2007
Author:nikerabbit
Status:old
Tags:
Comment:
* Inclusion of Special:Wantedpages now works again
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/QueryPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/QueryPage.php
@@ -403,7 +403,7 @@
404404 ? ' class="not-patrolled"'
405405 : '';
406406 $html[] = $this->listoutput
407 - ? $format
 407+ ? $line
408408 : "<li{$attr}>{$line}</li>\n";
409409 }
410410 }
@@ -417,7 +417,7 @@
418418 ? ' class="not-patrolled"'
419419 : '';
420420 $html[] = $this->listoutput
421 - ? $format
 421+ ? $line
422422 : "<li{$attr}>{$line}</li>\n";
423423 }
424424 }
Index: trunk/phase3/RELEASE-NOTES
@@ -434,6 +434,7 @@
435435 * Force non-MySQL databases to use an ORDER BY in SpecialAllpages to ensure
436436 that the first page_title is truly the first page title.
437437 * (bug 10836) Change the summary on creating of new section
 438+* Inclusion of Special:Wantedpages now works again
438439
439440 == API changes since 1.10 ==
440441
@@ -530,7 +531,7 @@
531532 * Finnish (fi)
532533 * Voro (fiu-vro)
533534 * French (fr)
534 -* Fran�ais Cadien (frc) (new)
 535+* Français Cadien (frc) (new)
535536 * Franco-Provencal/Arpetan (frp)
536537 * Galician (gl)
537538 * Hakka (hak)
@@ -550,7 +551,7 @@
551552 * Latin (la)
552553 * Lao (lo)
553554 * Lithuanian (lt)
554 -* Latvie�u (lv)
 555+* Latviešu (lv)
555556 * Malayalam (ml)
556557 * Bahasa Melayu (ms)
557558 * Burmese (my)

Follow-up revisions

RevisionCommit summaryAuthorDate
r25530Merged revisions 25454-25529 via svnmerge from...david08:28, 5 September 2007

Status & tagging log