summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Evgeny Fadeev2012-05-221-0/+5
| | | | | | | | | | | | group questions"
* | | added the "welcome email", "signature detection" and prepared for "private ↵Evgeny Fadeev2012-05-2217-73/+298
| | | | | | | | | | | | group questions"
* | | 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
| | | | | | | | | | | | issue
* | | reformatted groups list everywhere, added "my groups" and "all groups" ↵Evgeny Fadeev2012-05-2114-141/+260
| | | | | | | | | | | | sections on the groups page, also users are now able to join and leave groups on the groups page
* | | added the YanoneKaffeesatz font to the media files and an settings.py option ↵Evgeny Fadeev2012-05-1613-16/+145
| | | | | | | | | | | | ASKBOT_USE_LOCAL_FONTS for use on the intranet or development offline
* | | Merge branch 'user-groups'Evgeny Fadeev2012-05-169-16/+18
|\ \ \ | | |/ | |/|
| * | fixed style for the list of similar questions in the ask pageEvgeny Fadeev2012-05-101-4/+3
| | |
| * | fixed a bug in an assert statementEvgeny Fadeev2012-05-101-1/+1
| | |
| * | hopefully fixed the error of email not being sent to the author of rejected postEvgeny Fadeev2012-05-102-2/+2
| | |
| * | fixed a bug in PostRevision.needs_moderationEvgeny Fadeev2012-05-101-2/+2
| | |
| * | fixed another source of "blank tags"Evgeny Fadeev2012-05-101-1/+1
| | |
| * | fixed an iexact selector on the group query in the lamson ASK handlerEvgeny Fadeev2012-05-101-1/+1
| | |
| * | fixed save/cancel buttons for comment edits immediately after making the postEvgeny Fadeev2012-05-101-4/+5
| | |
| * | touched up on timzone issue again and added cache invalidation to comment ↵Evgeny Fadeev2012-05-102-2/+3
| | | | | | | | | | | | editing
| * | fixed timezone bug on edit commentEvgeny Fadeev2012-05-101-1/+2
| | |