From 49838b7f27e1cda0e26aa17980c50a733d3e1326 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sun, 25 Sep 2005 12:19:51 +0000 Subject: [PATCH] includes/GlobalFunctions.php --- includes/GlobalFunctions.php | 2 +- includes/SpecialAllpages.php | 3 +++ skins/monobook/main.css | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index b8c6c76dd2..5278bba7f1 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -506,7 +506,7 @@ function wfDebugDieBacktrace( $msg = '' ) { } } echo $msg; - echo wfReportTime(); + echo wfReportTime()."\n"; die( -1 ); } diff --git a/includes/SpecialAllpages.php b/includes/SpecialAllpages.php index 3ab3a47328..9a332e890b 100644 --- a/includes/SpecialAllpages.php +++ b/includes/SpecialAllpages.php @@ -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 .= ''; + if ( $including ) { $out2 = ''; } else { diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 3388d1aec1..74a46d7356 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -174,6 +174,7 @@ form { } textarea { + font-size: small; width: 100%; padding: .1em; } -- 2.20.1