From: Antoine Musso Date: Sun, 25 Sep 2005 12:19:51 +0000 (+0000) Subject: includes/GlobalFunctions.php X-Git-Tag: 1.6.0~1578 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=49838b7f27e1cda0e26aa17980c50a733d3e1326;p=lhc%2Fweb%2Fwiklou.git includes/GlobalFunctions.php --- 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; }