summaryrefslogtreecommitdiffstats
path: root/askbot/api.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Added models/group.py to start migrationg the new Group model from Tag"Adolfo Fitoria2012-08-291-2/+1
| | | | | | | | | | | This reverts commit 1975772d504efa3aab494b49f1d0c1176225ba5c. Conflicts: askbot/models/post.py askbot/models/tag.py askbot/tests/db_api_tests.py askbot/views/users.py
* Added models/group.py to start migrationg the new Group model from TagAdolfo Fitoria2012-08-241-1/+2
| | | | model
* added dropdown menu to lists groups in the templates, modified the sprite ↵Adolfo Fitoria2012-08-211-2/+2
| | | | file to make it work better
* basic post moderation feature worksEvgeny Fadeev2012-04-071-1/+7
|
* added rename_tags, rename_tags_id and delete_unused_tags management commandsEvgeny Fadeev2010-11-211-0/+29
|
* inbox with persistent responses and flags sort of works, but neds testing on ↵Evgeny Fadeev2010-11-081-0/+34
correctness