summaryrefslogtreecommitdiffstats
path: root/askbot/models/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | moved get_global_group() onto GroupManagerEvgeny Fadeev2012-10-221-4/+1
| |_|/ / |/| | |
* | | | added test cases and fixed some issues related to posting of private question...Evgeny Fadeev2012-10-151-7/+8
* | | | allowed user to post new answer after deleting a previous answerEvgeny Fadeev2012-10-131-1/+1
| |/ / |/| |
* | | merged the haystack support branchEvgeny Fadeev2012-10-121-2/+1
|/ /
* | Merge branch 'master' into haystackAdolfo Fitoria2012-10-081-4/+29
|\|
| * added minimum karma to accept any answerEvgeny Fadeev2012-10-031-4/+16
| * added "vip" option to groupsEvgeny Fadeev2012-10-031-1/+14
* | Merge branch 'master' into haystackAdolfo Fitoria2012-10-021-97/+384
|\|
| * tried to fix the delayed notification issueEvgeny Fadeev2012-09-281-9/+2
| * fixes bug in notifications delayAdolfo Fitoria2012-09-271-8/+72
| * Merge branch 'master' into notifications-delayAdolfo Fitoria2012-09-251-1/+1
| |\
| | * fixed a missing notifications bug with enabled groupsEvgeny Fadeev2012-09-241-1/+1
| * | Added initial work for limit edit notificationAdolfo Fitoria2012-09-251-70/+12
| |/
| * merged adolfos fixes to the response templatesEvgeny Fadeev2012-09-221-1/+1
| * fixed email link display issueAdolfo Fitoria2012-09-211-1/+6
| * added templates for hardcoded emailsAdolfo Fitoria2012-09-181-6/+4
| * factored out the name prefix for the personal groups to just one placeEvgeny Fadeev2012-09-161-1/+1
| * merged with the tag-editor branchEvgeny Fadeev2012-09-151-8/+27
| |\
| | * improved logging in the instant email alertsEvgeny Fadeev2012-08-251-6/+4
| | * added logging to the post-related instant alert senderEvgeny Fadeev2012-08-241-8/+29
| * | group description editing works againEvgeny Fadeev2012-09-141-13/+13
| * | moderated response sharing model seems to work internallyEvgeny Fadeev2012-09-121-0/+1
| * | group join moderation worksEvgeny Fadeev2012-09-061-1/+10
| * | a part of "ask to join group" moderationEvgeny Fadeev2012-09-051-1/+33
| * | users now can ask to join group, but there is no approval process yetEvgeny Fadeev2012-09-041-8/+41
| * | added the GroupMembership modelEvgeny Fadeev2012-09-031-1/+1
| * | fixed a bug that broke the group join buttonEvgeny Fadeev2012-09-031-2/+0
| * | added more changes that should have been included into the previous commitEvgeny Fadeev2012-09-031-5/+5
| * | made get_moderators function group-awareEvgeny Fadeev2012-09-021-9/+1
| * | whitespace only changesEvgeny Fadeev2012-09-021-5/+8
| * | Revert "Added models/group.py to start migrationg the new Group model from Tag"Adolfo Fitoria2012-08-291-4/+6
| * | Merge branch 'user-groups' of github.com:ASKBOT/askbot-devel into user-groupsAdolfo Fitoria2012-08-291-10/+13
| |\ \
| | * | tests pass, but group-related features need some manual testing and more test...Evgeny Fadeev2012-08-291-9/+11
| | * | removed old askbot group modelsEvgeny Fadeev2012-08-271-3/+4
| * | | Added models/group.py to start migrationg the new Group model from TagAdolfo Fitoria2012-08-241-6/+4
| |/ /
| * | completed merge of user-groups with tag-editor, not tested yetEvgeny Fadeev2012-08-221-22/+23
| |\ \ | | |/ | |/|
| | * fixed a monkeypatching induced bug in the follow user testsEvgeny Fadeev2012-08-201-8/+8
| | * Temporal commit I'll made generic views for the widgets in this momentAdolfo Fitoria2012-08-171-1/+1
| | * Merge branch 'user-groups' into widget-creatorAdolfo Fitoria2012-08-101-2/+6
| | |\
| | | * made notifications work for the thread sharingEvgeny Fadeev2012-08-101-2/+6
| | * | initial steps for the widget creatorAdolfo Fitoria2012-08-101-14/+15
| | |/
| | * allow people sharing questions with "foreign" groupsEvgeny Fadeev2012-08-081-1/+28
| | * Merge branch 'user-groups' of github.com:ASKBOT/askbot-devel into user-groupsAdolfo Fitoria2012-08-071-1/+3
| | |\
| | | * made it impossible to leave the "everyone" groupEvgeny Fadeev2012-08-071-1/+3
| | * | Merge branch 'user-groups' of github.com:ASKBOT/askbot-devel into user-groupsAdolfo Fitoria2012-08-061-7/+103
| | |\|
| | | * fixed "share with everyone" and sharing threads with multiple groupsEvgeny Fadeev2012-08-051-11/+25
| | | * added global user groupEvgeny Fadeev2012-08-031-2/+34
| | | * merged with the tag-editor branchEvgeny Fadeev2012-07-301-0/+20
| | | |\
| | | * | draft saving starts working, incomplete for answersEvgeny Fadeev2012-07-261-0/+4
| | | * | merged master branch againEvgeny Fadeev2012-07-261-1/+1
| | | |\ \