Possible Duplicate:
Where can I see how many posts have I edited?

Is there a way to see how many edits I've made? In other words: I'd like to see how close I am to getting the Strunk & White badge.

link|improve this question
2  
Status-by-design – jjnguy Jul 27 '09 at 16:41
In other news, you've made at least 35 edits, but the total number will forever remain anonymous. – Ian Elliott Jul 27 '09 at 16:43
feedback

closed as exact duplicate by Anna Lear Dec 2 '11 at 5:42

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

4 Answers

up vote 18 down vote accepted

It's possible we will make an exception for edits, since we view editing as so crucial and fundamental to how Stack Overflow works.

link|improve this answer
20  
Does that mean we will be seeing number of edits in our profile soon? – jjnguy Jul 27 '09 at 18:06
What is the status? – Kees C. Bakker Sep 21 '11 at 13:42
can we able to see how many edits i have made? – Paresh Mayani Nov 8 '11 at 10:22
feedback

You can use data dump to see how much entries was last edited by you with this query:

select count(*) from posts where LastEditorUserId = <id>

It will less than the real number and has the actuality of the first day of the month.

link|improve this answer
feedback

There's a Data Explorer query for that. Unfortunately, the data is not completely current. But, it gives you a better platform for estimating.

link|improve this answer
-1 It is showing me -43 for userid: 379693 – Paresh Mayani Nov 8 '11 at 10:21
@PareshMayani This means you already have the badge! – Chris Mar 27 at 13:52
feedback

Jeff has stated that the badge system was designed around the xBox-live badge system. And it is intentional that you don't know when you're about to receive a badge, it simply shows up unexpectedly. So currently, at least through the SO engine, there is no way to know how many edits you have made.

link|improve this answer
4  
Sorry, but I selfishly prefer Jeff's answer :) Also I've never played xBox so I was unaware that badges are a surprise in it. – Dinah Jul 28 '09 at 3:42
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged