Click here to Skip to main content
15,884,628 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralRe: Is Single vote (for example 3/5) is also downvote for member reputation? Pin
Sandeep Mewara30-Nov-12 23:49
mveSandeep Mewara30-Nov-12 23:49 
GeneralRe: Is Single vote (for example 3/5) is also downvote for member reputation? Pin
Jimmy Savile2-Dec-12 22:59
Jimmy Savile2-Dec-12 22:59 
BugReport as spam not removing messages Pin
lewax0029-Nov-12 8:18
lewax0029-Nov-12 8:18 
GeneralRe: Report as spam not removing messages Pin
Brisingr Aerowing30-Nov-12 4:10
professionalBrisingr Aerowing30-Nov-12 4:10 
GeneralRe: Report as spam not removing messages Pin
Thomas Daniels30-Nov-12 5:57
mentorThomas Daniels30-Nov-12 5:57 
GeneralRe: Report as spam not removing messages Pin
Chris Maunder30-Nov-12 9:41
cofounderChris Maunder30-Nov-12 9:41 
QuestionRe: Report as spam not removing messages Pin
Brisingr Aerowing30-Nov-12 11:30
professionalBrisingr Aerowing30-Nov-12 11:30 
AnswerRe: Report as spam not removing messages Pin
Chris Maunder30-Nov-12 15:38
cofounderChris Maunder30-Nov-12 15:38 
OK, gather round kids and I'll tell you a story...

Our reputation system grew quickly from a simple system that awarded points for posting articles to a system that was very fine grained. The initial code to award points was baked into the stored procedures that created articles, but as it grew we found we were mixing two patters: one which baked calls to the rep system into the sprocs, and one which used our modular code system that listened to "events" that occurred and would react appropriately.

When we moved our reputation system from a site-centric to network-centric system we, by necessity, had to pull out all the code in the sprocs and move them into message handlers (ie do it properly). We have 77 rep events and dozens of event handlers and we got a few of them cross-wired. However, since I had turned off ratings in the forums, this had masked the issue, because the rating and reporting systems were connected (again, another TODO: untangle them).

It was a straight out bug on our part, and it's the same bug I'm fixing, Friday night, bottle of red, to ensure points are awarded when you edit a Quick Answer question or answer.
cheers,
Chris Maunder

The Code Project | Co-founder
Microsoft C++ MVP

SuggestionHow reporting deducts points.... Pin
Andrew Rissing29-Nov-12 8:12
Andrew Rissing29-Nov-12 8:12 
GeneralRe: How reporting deducts points.... Pin
Richard Deeming29-Nov-12 8:32
mveRichard Deeming29-Nov-12 8:32 
GeneralRe: How reporting deducts points.... Pin
Chris Maunder29-Nov-12 9:08
cofounderChris Maunder29-Nov-12 9:08 
GeneralRe: How reporting deducts points.... Pin
Andrew Rissing29-Nov-12 9:12
Andrew Rissing29-Nov-12 9:12 
GeneralRe: How reporting deducts points.... Pin
Andrew Rissing29-Nov-12 10:10
Andrew Rissing29-Nov-12 10:10 
GeneralRe: How reporting deducts points.... Pin
R. Giskard Reventlov29-Nov-12 10:25
R. Giskard Reventlov29-Nov-12 10:25 
GeneralRe: How reporting deducts points.... Pin
Dan Neely30-Nov-12 4:45
Dan Neely30-Nov-12 4:45 
GeneralRe: How reporting deducts points.... Pin
Pete O'Hanlon30-Nov-12 7:15
mvePete O'Hanlon30-Nov-12 7:15 
GeneralRe: How reporting deducts points.... Pin
Chris Maunder30-Nov-12 6:28
cofounderChris Maunder30-Nov-12 6:28 
GeneralRe: How reporting deducts points.... Pin
Andrew Rissing30-Nov-12 7:57
Andrew Rissing30-Nov-12 7:57 
GeneralRe: How reporting deducts points.... Pin
Manfred Rudolf Bihy29-Nov-12 11:30
professionalManfred Rudolf Bihy29-Nov-12 11:30 
GeneralRe: How reporting deducts points.... Pin
Andrew Rissing29-Nov-12 11:50
Andrew Rissing29-Nov-12 11:50 
GeneralRe: How reporting deducts points.... Pin
Rage29-Nov-12 23:54
professionalRage29-Nov-12 23:54 
GeneralRe: How reporting deducts points.... Pin
Tom Deketelaere30-Nov-12 2:52
professionalTom Deketelaere30-Nov-12 2:52 
GeneralRe: How reporting deducts points.... Pin
Jimmy Savile30-Nov-12 2:57
Jimmy Savile30-Nov-12 2:57 
GeneralRe: How reporting deducts points.... Pin
Tom Deketelaere30-Nov-12 4:05
professionalTom Deketelaere30-Nov-12 4:05 
GeneralRe: How reporting deducts points.... Pin
Chris Maunder1-Dec-12 3:28
cofounderChris Maunder1-Dec-12 3:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Flags: FixedAnswered

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.