r13942 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r13941‎ | r13942 | r13943 >
Date:22:13, 29 April 2006
Author:robchurch
Status:old
Tags:
Comment:
(bug 5565) Add a class attribute to the table on Special:Allpages
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/SpecialAllpages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialAllpages.php
@@ -156,7 +156,7 @@
157157 }
158158
159159 # At this point, $lines should contain an even number of elements.
160 - $out .= "<table style='background: inherit;'>";
 160+ $out .= "<table class='allpageslist' style='background: inherit;'>";
161161 while ( count ( $lines ) > 0 ) {
162162 $inpoint = array_shift ( $lines );
163163 $outpoint = array_shift ( $lines );
Index: trunk/phase3/RELEASE-NOTES
@@ -146,6 +146,7 @@
147147 recent changes table; add reporting and silent modes
148148 * Cleaned up formatNum usage in langfiles
149149 * (bug 5716) Warn when a user tries to upload a file which was previously deleted
 150+* (bug 5565) Add a class attribute to the table on Special:Allpages
150151
151152 == Compatibility ==
152153

Status & tagging log