]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/repgain.py
#OSQA-603, fixing the badges count calculation error. After the update of the count...
[osqa.git] / forum / settings / repgain.py
index f78120d010ad8f6bd4824502e7a6e0ccd4e59dd0..6b283ec2604ae95bf52fbe09929ff938cd7fc0b8 100644 (file)
@@ -11,14 +11,14 @@ MAX_REP_BY_UPVOTE_DAY = Setting('MAX_REP_BY_UPVOTE_DAY', 200, REP_GAIN_SET, dict
 label = "Max rep by up votes / day",\r
 help_text = _("Maximum reputation a user can gain in one day for being upvoted.")))\r
 \r
+REP_GAIN_BY_EMAIL_VALIDATION = Setting('REP_GAIN_BY_EMAIL_VALIDATION', 10, REP_GAIN_SET, dict(\r
+label = _("Rep gain by e-mail validation"),\r
+help_text = _("Reputation a user gains for validating his e-mail.")))\r
+\r
 REP_GAIN_BY_UPVOTED = Setting('REP_GAIN_BY_UPVOTED', 10, REP_GAIN_SET, dict(\r
 label = _("Rep gain by upvoted"),\r
 help_text = _("Reputation a user gains for having one of his posts up voted.")))\r
 \r
-REP_LOST_BY_UPVOTE_CANCELED = Setting('REP_LOST_BY_UPVOTE_CANCELED', 10, REP_GAIN_SET, dict(\r
-label = _("Rep lost bu upvote canceled"),\r
-help_text = _("Reputation a user loses for having one of the upvotes on his posts canceled.")))\r
-\r
 REP_LOST_BY_DOWNVOTED = Setting('REP_LOST_BY_DOWNVOTED', 2, REP_GAIN_SET, dict(\r
 label = _("Rep lost by downvoted"),\r
 help_text = _("Reputation a user loses for having one of his posts down voted.")))\r
@@ -27,30 +27,15 @@ REP_LOST_BY_DOWNVOTING = Setting('REP_LOST_BY_DOWNVOTING', 1, REP_GAIN_SET, dict
 label = _("Rep lost by downvoting"),\r
 help_text = _("Reputation a user loses for down voting a post.")))\r
 \r
-REP_GAIN_BY_DOWNVOTE_CANCELED = Setting('REP_GAIN_BY_DOWNVOTE_CANCELED', 2, REP_GAIN_SET, dict(\r
-label = _("Rep gain by downvote canceled"),\r
-help_text = _("Reputation a user gains for having one of the downvotes on his posts canceled.")))\r
-\r
-REP_GAIN_BY_CANCELING_DOWNVOTE = Setting('REP_GAIN_BY_CANCELING_DOWNVOTE', 1, REP_GAIN_SET, dict(\r
-label = _("Rep gain by canceling downvote"),\r
-help_text = _("Reputation a user gains for canceling a downvote.")))\r
 \r
 REP_GAIN_BY_ACCEPTED = Setting('REP_GAIN_BY_ACCEPTED', 15, REP_GAIN_SET, dict(\r
 label = _("Rep gain by accepted answer"),\r
 help_text = _("Reputation a user gains for having one of his answers accepted.")))\r
 \r
-REP_LOST_BY_ACCEPTED_CANCELED = Setting('REP_LOST_BY_ACCEPTED_CANCELED', 15, REP_GAIN_SET, dict(\r
-label = _("Rep lost by accepted canceled"),\r
-help_text = _("Reputation a user loses for having one of his accepted answers canceled.")))\r
-\r
 REP_GAIN_BY_ACCEPTING = Setting('REP_GAIN_BY_ACCEPTING', 2, REP_GAIN_SET, dict(\r
 label = _("Rep gain by accepting answer"),\r
 help_text = _("Reputation a user gains for accepting an answer to one of his questions.")))\r
 \r
-REP_LOST_BY_CANCELING_ACCEPTED = Setting('REP_LOST_BY_CANCELING_ACCEPTED', 2, REP_GAIN_SET, dict(\r
-label = _("Rep lost by canceling accepted"),\r
-help_text = _("Reputation a user loses by canceling an accepted answer.")))\r
-\r
 REP_LOST_BY_FLAGGED = Setting('REP_LOST_BY_FLAGGED', 2, REP_GAIN_SET, dict(\r
 label = _("Rep lost by post flagged"),\r
 help_text = _("Reputation a user loses by having one of his posts flagged.")))\r