summaryrefslogtreecommitdiffstats
path: root/askbot/tests/email_alert_tests.py
Commit message (Expand)AuthorAgeFilesLines
* adjusted test cases to fit the change on following the questionEvgeny Fadeev2013-05-271-0/+26
* removed possibility to have >1 account with the same email addressEvgeny Fadeev2013-05-011-1/+1
* fixed a test caseEvgeny Fadeev2013-03-241-1/+1
* fixed a failing testEvgeny Fadeev2013-03-231-1/+1
* bugfixes: 1) global subscribers get emails even if frequency is zero; 2) if s...Evgeny Fadeev2012-12-051-3/+44
* reimplemented the link insertion rep barrierEvgeny Fadeev2012-10-291-1/+5
* hopefully fixed the image urls in the email alertsEvgeny Fadeev2012-09-281-1/+34
* refactored the absolutize_urls function and the with_settings decorator for t...Evgeny Fadeev2012-09-271-1/+1
* fixed a missing notifications bug with enabled groupsEvgeny Fadeev2012-09-241-0/+24
* fixed test and removed unused code in extract signatureAdolfo Fitoria2012-09-191-2/+2
* fixed bug in one template, TOOD: fix test_moderated_question_answerable_appro...Adolfo Fitoria2012-09-191-13/+13
* merged with the user-groups branchEvgeny Fadeev2012-08-101-0/+4
* made the message() decorator for askbot.mail.messages workEvgeny Fadeev2012-06-051-0/+8
* added setting allowing to change when author of the emailed post is notified ...Evgeny Fadeev2012-05-301-0/+8
* hopefully fixed bugs with the approval notification messagesEvgeny Fadeev2012-05-281-13/+17
* test cases for the post approval notifications passEvgeny Fadeev2012-05-271-0/+44
* moved module askbot.utils.mail -> askbot.mailEvgeny Fadeev2012-05-251-1/+1
* BigMigration: Fixed some more tests - Out of 456 test, only 49 fail, ONLY for...Tomasz Zielinski2012-01-021-0/+1
* Tickets 104, 107: transplant of methodsTomasz Zielinski2011-12-081-34/+21
* Tickets 104, 107: transplant of tagnamesTomasz Zielinski2011-12-041-11/+11
* added management command "send_accept_answer_remindersEvgeny Fadeev2011-10-231-11/+64
* Fixes issue 73: Added entries into livesettings, modified tests to makeAdolfo Fitoria2011-10-051-1/+1
* User.add_missing_askbot_subscriptions() is run on User post_save signal when ...Evgeny Fadeev2011-06-051-0/+13
* almost finished support of other login apps to be used with askbotEvgeny Fadeev2011-06-051-2/+2
* decoupling login app. missing subscriptions should not be a problemEvgeny Fadeev2011-06-041-0/+29
* merged follow user featureEvgeny Fadeev2011-05-241-1/+1
|\
| * follow user feature works, still need to modify the subscription modelEvgeny Fadeev2011-05-241-1/+1
* | added maximum count of emails to send about unanswered questionsAndrei2011-05-031-10/+51
* | commented in email alert test codeAndrei2011-04-261-0/+6
|/
* basic debugging done, simple test failsAndrei2011-04-151-4/+22
* added an send_unanswered_question_reminders management command, untestedAndrei2011-04-151-1/+2
* fixed another correctness bug on tag subscriptionsAndrei2011-04-071-1/+69
* added support to receive email updates on interesting and exclude ignored wil...Evgeny Fadeev2011-04-031-0/+1
* added support for the email subject line prefixEvgeny Fadeev2011-02-211-2/+19
* fixed a bug preventing installation onto clean environmentEvgeny Fadeev2010-11-201-2/+2
* all used templates except login forms are converted to jinja2Evgeny Fadeev2010-10-011-1/+1
* hopefully fixed format of instant emails, made feedback to be sent to moderat...Evgeny Fadeev2010-09-221-0/+34
* removed debugging print statementsEvgeny Fadeev2010-08-261-1/+0
* basic account recovery seems to workEvgeny Fadeev2010-08-261-0/+38
* fixed answer_count update on answer deletion, improved algorithm for getting ...Evgeny Fadeev2010-08-201-0/+2
* added permission tests for voting, split tests.py into several filesEvgeny Fadeev2010-07-311-0/+643