Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix detection of deleted edits #5

Open
ricordisamoa opened this issue May 8, 2016 · 0 comments
Open

Fix detection of deleted edits #5

ricordisamoa opened this issue May 8, 2016 · 0 comments
Labels

Comments

@ricordisamoa
Copy link
Owner

Deleted edits are computed as edit count minus the number of visible contributions:

dewkin/main.js

Line 1503 in f4be45a

'Deleted edits: ' + ( this.editCount - this.contribs.length ).toLocaleString(),

Sometimes the number is negative (makes no sense) or different from what other server-side database-based tools report (i.e. probably wrong).

Reported at: https://meta.wikimedia.org/wiki/User_talk:Ricordisamoa#DEWKIN
See also ricordisamoa/labs#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant