Today, I answered a question and it was accepted. I saw the +15 in my reputation-by-time view. Shortly thereafter, they accepted someone else's question, and I saw the -15 in the reputation-by-time view. Net of zero, I thought, so I moved on. Now, a couple hours later, I was reviewing my reputation changes for the day, and noticed the -15 for unaccept, but without any corresponding +15 for the original accept. For a net of -15.
Here's what I see in my reputation by time view:
96 today
-2 1 hour ago downvote How do I encode the & symbol for batch requests?
+10 1 hour ago upvote How do I encode the & symbol for batch requests?
-15 1 hour ago unaccept php tag data not executing when retrieving from database
+50 1 hour ago upvote How to I make my custom mySQL query to in rails 3?
-1 2 hours ago downvoted How do I line up input fields and their labels in a grid like manner with css?
-1 2 hours ago downvoted mySQL order by certain values & then DESC?
+15 3 hours ago accept Performance tuning-Should i use loop or 'OR' to query a bunch of stuff
+40 3 hours ago upvote Performance tuning-Should i use loop or 'OR' to query a bunch of stuff
If I add up the values in that row, it indeed adds up to 96. So there's a -15 in there with no +15. And I checked my numbers for yesterday just to make sure that missing +15 didn't fall there for some reason, and it didn't.
And if I view reputation-by-post, that confirms it:
-15 1 hour ago unaccept php tag data not executing when retrieving from database
I would expect to see "0" on the left if the net was really zero.
EDIT:
I did a recalc, and here was the output for today:
2 7509365 (10)
2 7509365 (10)
2 7509365 (10)
2 7509365 (10)
1 7509365 (15)
2 7509475 (10)
2 7509475 (10)
2 7509475 (10)
3 7509733 (-1)
3 7509524 (-1)
2 7509475 (10)
2 7509475 (10)
2 7510413 (10)
3 7510413 (-2)
-- 2011-09-22 rep +111 = 5250
Not only does it say "+111" (as opposed to +96), there is also no instance of "7510173" which is the post in question. So it's just the display that's wrong (caching bug?). @WladimirPalant is correct.
EDIT 2:
The reputation graph is correctly showing "+111" even though the other views are still wrong. I haven't looked at the graph view until now today, but had been looking at the other views a few times. Definitely smells like a caching problem.
EDIT 3:
The story gets stranger. Since I posted this, I've done a little more on StackOverflow. Among other things, two of my answers were accepted. But my reputation-by-time and -by-post views don't show either of these accepts. And the total shown is the sum without them:
126 today
+30 12 mins ago upvote Ruby on rails: Yielding specific views in a specific places in the layout
-2 3 hours ago downvote How do I encode the & symbol for batch requests?
+10 3 hours ago upvote How do I encode the & symbol for batch requests?
-15 3 hours ago unaccept php tag data not executing when retrieving from database
+50 4 hours ago upvote How to I make my custom mySQL query to in rails 3?
-1 4 hours ago downvoted How do I line up input fields and their labels in a grid like manner with css?
-1 4 hours ago downvoted mySQL order by certain values & then DESC?
+15 6 hours ago accept Performance tuning-Should i use loop or 'OR' to query a bunch of stuff
+40 6 hours ago upvote Performance tuning-Should i use loop or 'OR' to query a bunch of stuff
This is the display, even though two of my new answers were accepted. The graph view is still correct, showing "+156" (accounting for the +30 that the other views are not; 126 + 30 = 156). So it looks like now my rep-by-time and rep-by-post views are not displaying any accept votes.