r72623 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r72622
|
r72623
|
r72624
>
Date:
01:15, 9 September 2010
Author:
reedy
Status:
resolved
Tags:
Comment:
Followup
r72532
, actually follow what the CR notes suggested, use limit fetching col, rather than unbounded count
Modified paths:
/trunk/extensions/ArticleAssessmentPilot/api/ApiQueryArticleAssessment.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/ArticleAssessmentPilot/api/ApiQueryArticleAssessment.php
—
—
@@ -102,7 +102,7 @@
103
103
104
104
$res = $dbr->selectField(
105
105
'revision',
106
- 'COUNT(*) AS norevs',
106
+ 'rev_id',
107
107
array(
108
108
'rev_page' => $params['pageid'],
109
109
'rev_id > ' . $ratings[$pageId]['revid']
Follow-up revisions
Revision
Commit summary
Author
Date
r72624
Followup
r72623
, need to actually change how we're doing the comparison of "n...
reedy
01:21, 9 September 2010
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r72532
ApiArticleAssessment:...
reedy
12:25, 7 September 2010
Status & tagging log
18:39, 13 September 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r72623
[
removed:
new
added:
resolved]