review all badges, disable for real some

This commit is contained in:
Frédéric Péters 2014-11-03 12:34:33 +01:00
parent 7286dfa981
commit 49125a0f3c
1 changed files with 8 additions and 8 deletions

View File

@ -887,26 +887,26 @@ BADGES = {
#from appropriate locations in the code of askbot application
#most likely - from manipulator functions that are added to the User objects
EVENTS_TO_BADGES = {
'accept_best_answer': (Scholar, Guru, Enlightened),
'delete_post': (Disciplined, PeerPressure,),
'accept_best_answer': (Guru,),
'delete_post': (,),
'downvote': (Critic, CivicDuty),#no regard for question or answer for now
'edit_answer': (Editor, AssociateEditor),
'edit_question': (Editor, AssociateEditor),
'flag_post': (CitizenPatrol,),
'flag_post': (,),
'post_answer': (Necromancer,),
'post_comment': (Commentator,),
'post_comment': (,),
'retag_question': (Organizer,),
'select_favorite_question': (FavoriteQuestion, StellarQuestion,),
'select_favorite_question': (FavoriteQuestion, ),
'site_visit': (),
'update_tag': (Taxonomist,),
'update_user_profile': (Autobiographer,),
'upvote_answer': (
Teacher, NiceAnswer, GoodAnswer,
Teacher, GoodAnswer,
GreatAnswer, Supporter, SelfLearner, CivicDuty,
Guru, Enlightened, Necromancer
Guru, Necromancer
),
'upvote_question': (
NiceQuestion, GoodQuestion,
GoodQuestion,
GreatQuestion, Supporter, CivicDuty
),
'upvote_comment':(),#todo - add some badges here