summaryrefslogtreecommitdiffstats
path: root/askbot/models/post.py
Commit message (Expand)AuthorAgeFilesLines
...
| * group join moderation worksEvgeny Fadeev2012-09-061-8/+3
| * added the GroupMembership modelEvgeny Fadeev2012-09-031-1/+1
| * made get_moderators function group-awareEvgeny Fadeev2012-09-021-2/+11
| * replaced database migrations with the ones that work with postgresqlEvgeny Fadeev2012-08-311-2/+1
| |\
| | * migrations to new group models workEvgeny Fadeev2012-08-311-4/+3
| | * added group and relations group-post group-thread, work in postgresEvgeny Fadeev2012-08-301-1/+2
| * | Revert "Added models/group.py to start migrationg the new Group model from Tag"Adolfo Fitoria2012-08-291-2/+2
| * | Merge branch 'user-groups' of github.com:ASKBOT/askbot-devel into user-groupsAdolfo Fitoria2012-08-291-25/+11
| |\ \
| | * | tests pass, but group-related features need some manual testing and more test...Evgeny Fadeev2012-08-291-9/+10
| | * | switched from relations to auth_group to askbot_groupEvgeny Fadeev2012-08-281-2/+1
| | * | removed old askbot group modelsEvgeny Fadeev2012-08-271-15/+2
| * | | Merge branch 'user-groups' of github.com:ASKBOT/askbot-devel into user-groupsAdolfo Fitoria2012-08-271-0/+11
| |\| |
| | * | broken commit - migration 137 fails!Evgeny Fadeev2012-08-261-0/+11
| | |/
| * / Added models/group.py to start migrationg the new Group model from TagAdolfo Fitoria2012-08-241-8/+8
| |/
| * a small change in the email alerts selection filterEvgeny Fadeev2012-08-191-2/+1
| * merged with the user-groups branchEvgeny Fadeev2012-08-101-99/+267
| * created a page for tag moderation, at this point it is only listing the sugge...Evgeny Fadeev2012-07-051-1/+3
| * merged with the master and tag-editor branchesEvgeny Fadeev2012-07-021-74/+155
| |\
| | * removed "revision_type" fieldEvgeny Fadeev2012-06-271-52/+7
| | * fixed revision editing for the rich editor use caseEvgeny Fadeev2012-06-271-2/+0
| | * removed unused field models.Post.is_privateEvgeny Fadeev2012-06-201-5/+0
| | * made email alerts and on-screen notifications to be filtered for private postsEvgeny Fadeev2012-06-201-10/+76
| | * group-private posts work on screen, still need update on the email alert and ...Evgeny Fadeev2012-06-191-5/+72
* | | started migrating the score field to points, models, views and testAdolfo Fitoria2012-06-181-5/+13
|/ /
* / added spammy to the test content set and protected code from such inputEvgeny Fadeev2012-06-161-5/+7
|/
* changed some phrasing in the email notificationEvgeny Fadeev2012-05-311-3/+12
* an unimporant changeEvgeny Fadeev2012-05-311-18/+3
* moved post subthread generation into the templateEvgeny Fadeev2012-05-311-26/+4
* moved formatting of emailed post contents to templateEvgeny Fadeev2012-05-311-13/+12
* added setting allowing to change when author of the emailed post is notified ...Evgeny Fadeev2012-05-301-9/+26
* hopefully fixed bugs with the approval notification messagesEvgeny Fadeev2012-05-281-18/+18
* test cases for the post approval notifications passEvgeny Fadeev2012-05-271-17/+29
* a small refactoring of symbols in the post.pyEvgeny Fadeev2012-05-261-9/+2
* moved module askbot.utils.mail -> askbot.mailEvgeny Fadeev2012-05-251-1/+1
* added the "welcome email", "signature detection" and prepared for "private gr...Evgeny Fadeev2012-05-221-0/+5
* fixed a bug in PostRevision.needs_moderationEvgeny Fadeev2012-05-101-2/+2
* fixed question page urls and updated test casesEvgeny Fadeev2012-05-091-3/+5
* allowed admins to decide whether to moderate email posted to groupsEvgeny Fadeev2012-05-011-5/+17
* renamed PostRejectReason to PostFlagReason and merged two short model files i...Evgeny Fadeev2012-05-011-2/+26
* almost finished the post reject reasons dialog and the moderation featureEvgeny Fadeev2012-04-301-7/+16
* fixed abug where upon asking with moderation on there was an exceptionEvgeny Fadeev2012-04-201-0/+3
* added response by email when post was added to the moderation queue, also com...Evgeny Fadeev2012-04-091-71/+148
* basic post moderation feature worksEvgeny Fadeev2012-04-071-7/+88
* user group descriptions are editable, but the WMD still does not want to show...Evgeny Fadeev2012-03-271-25/+76
* added user and date info to the full thread summary in the email responseEvgeny Fadeev2012-03-231-2/+13
* fixed bugs to pass the test casesEvgeny Fadeev2012-03-231-0/+1
* added second format for the instant notificationEvgeny Fadeev2012-03-231-2/+43
* added title to the question thread summary in the emailEvgeny Fadeev2012-03-221-2/+8
* first pass on the "threaded" email alert formatEvgeny Fadeev2012-03-221-0/+40
* made function user.edit_post work for question postEvgeny Fadeev2012-03-161-1/+1