r41064 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r41063
|
r41064
|
r41065
>
Date:
09:02, 20 September 2008
Author:
aaron
Status:
old
Tags:
Comment:
Revert
r40909
, still too slow for comfort
Modified paths:
/trunk/phase3/includes/specials/SpecialShortpages.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialShortpages.php
—
—
@@ -19,7 +19,7 @@
20
20
* This query is indexed as of 1.5
21
21
*/
22
22
function isExpensive() {
23
- return false;
23
+ return true;
24
24
}
25
25
26
26
function isSyndicated() {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r40909
This is indexed now, do live. (
bug 3945
)
aaron
12:06, 16 September 2008