summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Merge branch 'github-master'Evgeny Fadeev2012-05-181-2/+2
| | |\
| | | * Merge pull request #75 from jimt/patch-7Evgeny Fadeev2012-05-171-2/+2
| | | |\
| | | | * spelling, duplicate characterJim Tittsler2012-05-181-2/+2
| | | |/
| | * / updated Russian locale and recompiled .po filesEvgeny Fadeev2012-05-183-3426/+5360
| | |/
| * | improved copy and styling of the tag_selector.htmlEvgeny Fadeev2012-05-173-9/+18
* | | moved formatting of emailed post contents to templateEvgeny Fadeev2012-05-314-15/+44
* | | added setting allowing to change when author of the emailed post is notified ...Evgeny Fadeev2012-05-306-18/+115
* | | added subject to the post with comment mailto linkEvgeny Fadeev2012-05-302-2/+7
* | | hopefully fixed the repeated signature issue for some email clientsEvgeny Fadeev2012-05-301-3/+3
* | | 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