r66486 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r66485
|
r66486
|
r66487
>
Date:
18:00, 15 May 2010
Author:
catrope
Status:
ok
Tags:
Comment:
API: (
bug 23534
) Fix regression from
r46809
(!) causing DB query error
Modified paths:
/trunk/phase3/includes/api/ApiQueryAllUsers.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/api/ApiQueryAllUsers.php
—
—
@@ -76,7 +76,7 @@
77
77
}
78
78
79
79
if ( $params['witheditsonly'] ) {
80
- $this->addWhere( 'user_editcount > 0' );
80
+ $this->addWhere( 'u1.user_editcount > 0' );
81
81
}
82
82
83
83
if ( $fld_groups ) {
Follow-up revisions
Revision
Commit summary
Author
Date
r66487
1.16wmf4: MFT
r66486
catrope
18:02, 15 May 2010
r66947
MFT
r66486
,
bug 23534
: Fixed SQL query error in API list=allusers.
tstarling
07:42, 27 May 2010
r66948
MFT
r66486
,
bug 23534
: Fixed SQL query error in API list=allusers. Kept old f...
tstarling
07:47, 27 May 2010
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r46809
* API: (
bug 17355
) Added auwitheditsonly parameter to list=allusers...
catrope
19:10, 4 February 2009
Status & tagging log
07:48, 27 May 2010
Tim Starling
(
talk
|
contribs
)
changed the
tags
for r66486
[
removed:
1.16,1.15]
07:42, 27 May 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r66486
[
removed:
new
added:
ok]
18:07, 15 May 2010
Bryan
(
talk
|
contribs
)
changed the
tags
for r66486
[
removed:
1.16 1.15
added:
1.16,1.15]
18:07, 15 May 2010
Bryan
(
talk
|
contribs
)
changed the
tags
for r66486
[
added:
1.16 1.15]