Page MenuHomePhabricator

Extension:CountEdits Returns incorrect edit counts.
Closed, DeclinedPublic

Description

This extension shows the incorrect number of edits.. As an example, for the top three editors it shows, [12,844], [10,158], and [9,265] when the correct edit counts should be [11,917], [10,004], and [8,919] respectively for users [Yoko5000], [Technical_13], and [Shade].


Version: unspecified
Severity: enhancement

Details

Reference
bz35985

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 12:20 AM
bzimport set Reference to bz35985.
bzimport added a subscriber: Unknown Object (MLST).

wild guess, the former is probably including deleted edits and such where as the latter are not.

(In reply to comment #1)

This extension shows the incorrect number of edits.. As an example, for the top
three editors it shows, [12,844], [10,158], and [9,265] when the correct edit
counts should be [11,917], [10,004], and [8,919] respectively for users
[Yoko5000], [Technical_13], and [Shade].

wild guess, the former is probably including deleted edits and such where as
the latter are not.

I have changed the importance to enhancement because I feel that you are correct.
A more explanatory solution would be:

  1. Yoko5000 [ 11,917 / 12,844 ]
  2. Technical 13 [ 10,004 / 10,158 ]
  3. Shade [ 8,919 / 9,265 ]
  4. #4 Editor [ edits / alledits ]
  5. #5 Editor [ edits / alledits ]
  6. #6 Editor [ edits / alledits ]
  7. #7 Editor [ edits / alledits ]
  8. #8 Editor [ edits / alledits ]
  9. #9 Editor [ edits / alledits ]
  10. #10 Editor [ edits / alledits ]

Is there anyone maintaining this Extension, or should I try to make the appropriate modifications myself (I have NO php experience and am not scheduled to start the class until Fall '12).

Thehelpfulonewiki wrote:

Marking as new, please feel free to attempt to modify the extension yourself, if you get stuck then users in MediaWiki-General on the freenode IRC network may be able to help, as can those on the wikitech-l@lists.wikimedia.org mailing list.

Pppery subscribed.

Extension was archived per T212994