summaryrefslogtreecommitdiffstats
path: root/askbot/management/commands/send_unanswered_question_reminders.py
Commit message (Expand)AuthorAgeFilesLines
* hopefully fixed the askbot site mounted at a sub-urlEvgeny Fadeev2013-05-051-1/+2
* added django-style template loader class and replaced render_into_skin with r...Evgeny Fadeev2012-11-171-2/+2
* added templates for hardcoded emailsAdolfo Fitoria2012-09-181-10/+12
* made send unaswered reminders group-awareEvgeny Fadeev2012-07-251-0/+4
* moved module askbot.utils.mail -> askbot.mailEvgeny Fadeev2012-05-251-1/+1
* about halfed the queries on the question page on warm cache, cut CPU time som...Evgeny Fadeev2012-02-291-0/+2
* BigMigration: Out of 456 test, only 67 fail, mostly for email and on-screen t...Tomasz Zielinski2011-12-311-1/+1
* Tickets 104, 107: transplant of methodsTomasz Zielinski2011-12-081-2/+4
* Tickets 104, 107: transplant of titleTomasz Zielinski2011-12-071-1/+1
* Tickets 104, 107: transplant of close* fieldsTomasz Zielinski2011-12-041-1/+1
* Tickets 104, 107: transplant of a answer_count fieldTomasz Zielinski2011-12-011-1/+1
* added management command "send_accept_answer_remindersEvgeny Fadeev2011-10-231-40/+16
* fixed a minor bugAndrei2011-05-031-1/+1
* added maximum count of emails to send about unanswered questionsAndrei2011-05-031-5/+10
* added corrections as suggested by BenoitEvgeny Fadeev2011-04-261-6/+10
* basic correctness test passesAndrei2011-04-151-17/+23
* basic debugging done, simple test failsAndrei2011-04-151-1/+1
* added an send_unanswered_question_reminders management command, untestedAndrei2011-04-151-0/+91