r52192 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r52191
|
r52192
|
r52193
>
Date:
09:03, 20 June 2009
Author:
siebrand
Status:
ok
Tags:
Comment:
Make paging links on category pages known. This allows more comfortable browsing, even if the category does not exist.
Modified paths:
/trunk/phase3/includes/CategoryPage.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/CategoryPage.php
—
—
@@ -460,7 +460,7 @@
461
461
if( $first != '' ) {
462
462
$prevQuery = $query;
463
463
$prevQuery['until'] = $first;
464
- $prevLink = $sk->link(
464
+ $prevLink = $sk->linkKnown(
465
465
$title,
466
466
$prevLink,
467
467
array(),
—
—
@@ -471,7 +471,7 @@
472
472
if( $last != '' ) {
473
473
$lastQuery = $query;
474
474
$lastQuery['from'] = $last;
475
- $nextLink = $sk->link(
475
+ $nextLink = $sk->linkKnown(
476
476
$title,
477
477
$nextLink,
478
478
array(),
Status & tagging log
15:11, 25 August 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r52192
[
removed:
new
added:
ok]