r11120 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r11119‎ | r11120 | r11121 >
Date:12:19, 25 September 2005
Author:hashar
Status:old
Tags:
Comment:
includes/GlobalFunctions.php
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)
  • /trunk/phase3/includes/SpecialAllpages.php (modified) (history)
  • /trunk/phase3/skins/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/main.css
@@ -174,6 +174,7 @@
175175 }
176176
177177 textarea {
 178+ font-size: small;
178179 width: 100%;
179180 padding: .1em;
180181 }
Index: trunk/phase3/includes/SpecialAllpages.php
@@ -39,6 +39,8 @@
4040 class SpecialAllpages {
4141 var $maxPerPage=960;
4242 var $topLevelMax=50;
 43+ var $maxPerPage=20;
 44+ var $topLevelMax=50;
4345 var $name='Allpages';
4446
4547 /**
@@ -271,6 +273,7 @@
272274 }
273275 $out .= '</table>';
274276
 277+
275278 if ( $including ) {
276279 $out2 = '';
277280 } else {
Index: trunk/phase3/includes/GlobalFunctions.php
@@ -506,7 +506,7 @@
507507 }
508508 }
509509 echo $msg;
510 - echo wfReportTime();
 510+ echo wfReportTime()."\n";
511511 die( -1 );
512512 }
513513

Status & tagging log