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 @@
175
175
}
176
176
177
177
textarea {
178
+ font-size: small;
178
179
width: 100%;
179
180
padding: .1em;
180
181
}
Index: trunk/phase3/includes/SpecialAllpages.php
—
—
@@ -39,6 +39,8 @@
40
40
class SpecialAllpages {
41
41
var $maxPerPage=960;
42
42
var $topLevelMax=50;
43
+ var $maxPerPage=20;
44
+ var $topLevelMax=50;
43
45
var $name='Allpages';
44
46
45
47
/**
—
—
@@ -271,6 +273,7 @@
272
274
}
273
275
$out .= '</table>';
274
276
277
+
275
278
if ( $including ) {
276
279
$out2 = '';
277
280
} else {
Index: trunk/phase3/includes/GlobalFunctions.php
—
—
@@ -506,7 +506,7 @@
507
507
}
508
508
}
509
509
echo $msg;
510
- echo wfReportTime();
510
+ echo wfReportTime()."\n";
511
511
die( -1 );
512
512
}
513
513
Status & tagging log
01:58, 13 October 2010
😂
(
talk
|
contribs
)
changed the
status
of r11120
[
removed:
new
added:
old]