summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fixed trailing quote stripping in the response processingEvgeny Fadeev2012-05-301-1/+1
* fixed mailto link and replaced quote_plus with quote fo encode content and su...Evgeny Fadeev2012-05-303-4/+7
* a bug fix in replying by emailEvgeny Fadeev2012-05-292-2/+3
* stripped whitespace from post bodyEvgeny Fadeev2012-05-291-1/+1
* another bug fix to process post edits by email correctlyEvgeny Fadeev2012-05-292-11/+18
* a bug fix in the edit post branch by emailEvgeny Fadeev2012-05-291-7/+4
* fixed an error in the generator of response email addressesEvgeny Fadeev2012-05-291-1/+1
* fixed the temporary plug in the user inbox to hide activities for deleted obj...Evgeny Fadeev2012-05-291-1/+1
* in the user inbox skip notifications about deleted comments to prevent an exc...Evgeny Fadeev2012-05-293-1/+15
* omitted editing title from "append" content type emails on questionsEvgeny Fadeev2012-05-291-1/+3
* change ugettext_lazy to ugettext on value going to dbEvgeny Fadeev2012-05-291-1/+1
* hopefully it is possible to edit by emailEvgeny Fadeev2012-05-294-35/+61
* fixes "user profile broken for anon users" with private karmaEvgeny Fadeev2012-05-291-2/+5
* more bug fixes in the "ask/answer/comment/edit" by emailEvgeny Fadeev2012-05-284-7/+22
* hopefully fixed bugs with the approval notification messagesEvgeny Fadeev2012-05-287-123/+105
* fixed a bug in processing of ask by emailEvgeny Fadeev2012-05-281-1/+1
* test cases for the post approval notifications passEvgeny Fadeev2012-05-279-30/+162
* factored out a function generating email addresses for the email responsesEvgeny Fadeev2012-05-263-62/+114
* a small refactoring of symbols in the post.pyEvgeny Fadeev2012-05-262-10/+3
* deleted an unused fileEvgeny Fadeev2012-05-251-28/+0
* moved module askbot.utils.mail -> askbot.mailEvgeny Fadeev2012-05-2516-388/+388
* created module askbot.mail and moved lamson_handlers.py thereEvgeny Fadeev2012-05-254-6/+11
* fixed a bug in the notification sendingEvgeny Fadeev2012-05-251-1/+1
* added test cases for detection of email signatureEvgeny Fadeev2012-05-254-94/+131
* bugfix in formatting answerable email notificationEvgeny Fadeev2012-05-241-1/+1
* added signature extraction to processing of all responsesEvgeny Fadeev2012-05-243-20/+40
* added signature stripping to posting of responses by emailEvgeny Fadeev2012-05-242-0/+5
* fixed regex for the email reply separator and a bug in sending email alertsEvgeny Fadeev2012-05-245-5/+9
* better handling of notification removalEvgeny Fadeev2012-05-241-2/+2
* fixed the Reply-To address for the comment reply for the questionEvgeny Fadeev2012-05-231-1/+6
* fixed bug with wrong reply address in the instant email notificationEvgeny Fadeev2012-05-231-3/+9
* fixed bug causing content duplication when posting by emailEvgeny Fadeev2012-05-221-1/+5
* edited copy on the welcome emailEvgeny Fadeev2012-05-221-1/+4
* stripped leading empty lines in the email signatureEvgeny Fadeev2012-05-221-2/+3
* one more bugEvgeny Fadeev2012-05-221-0/+1
* fixed two bugs in the signature detection codeEvgeny Fadeev2012-05-221-3/+9
* fixed a bug in the template nameEvgeny Fadeev2012-05-221-1/+1
* reordered migration numbers after the mergeEvgeny Fadeev2012-05-221-0/+0
* Merge branch 'tmp' into user-groupsEvgeny Fadeev2012-05-228-26/+238
|\
| * Merge branch 'tmp' into user-groupsEvgeny Fadeev2012-05-1424-85/+279
| |\
| * | search for users now works for the user profileEvgeny Fadeev2012-05-137-26/+149
| * | added postgres search configuration for the user profilesEvgeny Fadeev2012-05-131-0/+89
* | | added the "welcome email", "signature detection" and prepared for "private gr...Evgeny Fadeev2012-05-221-0/+5
* | | added the "welcome email", "signature detection" and prepared for "private gr...Evgeny Fadeev2012-05-2217-73/+298
* | | added default automatic decision on whether to reply by comment or answerEvgeny Fadeev2012-05-211-1/+2
* | | added a mailto link to the instant notificationEvgeny Fadeev2012-05-214-15/+381
* | | hopefully fixed the "ask by email" instructions in the bounced messageEvgeny Fadeev2012-05-211-11/+40
* | | fixed an accidental bug from the previous commit and hopefully, the fakepath ...Evgeny Fadeev2012-05-212-1/+6
* | | reformatted groups list everywhere, added "my groups" and "all groups" sectio...Evgeny Fadeev2012-05-2114-141/+260
* | | added the YanoneKaffeesatz font to the media files and an settings.py option ...Evgeny Fadeev2012-05-1613-16/+145