includes/GlobalFunctions.php
authorAntoine Musso <hashar@users.mediawiki.org>
Sun, 25 Sep 2005 12:19:51 +0000 (12:19 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sun, 25 Sep 2005 12:19:51 +0000 (12:19 +0000)
includes/GlobalFunctions.php
includes/SpecialAllpages.php
skins/monobook/main.css

index b8c6c76..5278bba 100644 (file)
@@ -506,7 +506,7 @@ function wfDebugDieBacktrace( $msg = '' ) {
                }
        }
        echo $msg;
-       echo wfReportTime();
+       echo wfReportTime()."\n";
        die( -1 );
 }
 
index 3ab3a47..9a332e8 100644 (file)
@@ -39,6 +39,8 @@ function wfSpecialAllpages( $par=NULL, $specialPage ) {
 class SpecialAllpages {
        var $maxPerPage=960;
        var $topLevelMax=50;
+       var $maxPerPage=20;
+       var $topLevelMax=50;
        var $name='Allpages';
 
 /**
@@ -271,6 +273,7 @@ function showChunk( $namespace = NS_MAIN, $from, $including = false ) {
        }
        $out .= '</table>';
 
+
        if ( $including ) {
                $out2 = '';
        } else {
index 3388d1a..74a46d7 100644 (file)
@@ -174,6 +174,7 @@ form {
 }
 
 textarea {
+       font-size: small; 
     width: 100%;
     padding: .1em;
 }