summaryrefslogtreecommitdiffstats
path: root/askbot/tasks.py
Commit message (Collapse)AuthorAgeFilesLines
* forced utf8 encoding on all stderr printingEvgeny Fadeev2013-04-211-1/+1
|
* added "auto-tweet" featureEvgeny Fadeev2013-04-151-0/+26
|
* minor edit option for question and answer to suppress email alertsEvgeny Fadeev2013-03-081-5/+7
|
* corrected check for anonymous user in the visit question taskEvgeny Fadeev2013-03-081-3/+4
|
* added django-style template loader class and replaced render_into_skin with ↵Evgeny Fadeev2012-11-171-2/+1
| | | | render
* added logging of response boundaries in the emailed responsesEvgeny Fadeev2012-10-311-1/+0
|
* fixed celery error on anonymous question visitEvgeny Fadeev2012-10-261-1/+3
|
* moved a celery task from models/__init__.py to tasks.pyEvgeny Fadeev2012-10-251-0/+74
|
* fixes bug in notifications delayAdolfo Fitoria2012-09-271-69/+0
|
* Added initial work for limit edit notificationAdolfo Fitoria2012-09-251-2/+75
|
* merged with the user-groups branchEvgeny Fadeev2012-08-101-110/+23
|
* commented out the plug on email alerts from users with < 15 karma pointsEvgeny Fadeev2012-08-091-5/+5
|
* moved formatting of emailed post contents to templateEvgeny Fadeev2012-05-311-1/+1
|
* more bug fixes in the "ask/answer/comment/edit" by emailEvgeny Fadeev2012-05-281-0/+2
|
* hopefully fixed bugs with the approval notification messagesEvgeny Fadeev2012-05-281-4/+57
|
* test cases for the post approval notifications passEvgeny Fadeev2012-05-271-4/+6
|
* factored out a function generating email addresses for the email responsesEvgeny Fadeev2012-05-261-0/+4
|
* fixed a bug and enabled traceback logging in the celery taskEvgeny Fadeev2012-03-161-4/+3
|
* 9 queries left on the question page logged in with warm cache vs 1 for ↵Evgeny Fadeev2012-03-041-7/+7
| | | | logged out
* about halfed the queries on the question page on warm cache, cut CPU time ↵Evgeny Fadeev2012-02-291-1/+11
| | | | somewhat too
* optimized the question view for the output timeEvgeny Fadeev2012-02-201-3/+32
|
* Fixed the remaining failing tests; Fixed migration 0004 to not raise an ↵Tomasz Zielinski2012-01-021-13/+27
| | | | exception when applied on an empty (fresh) database
* fixed the duplicate menttion&response in the inbox bug102Evgeny Fadeev2011-10-071-9/+7
|
* moved mention savings to the celery job and now many test cases for email ↵Evgeny Fadeev2011-10-061-1/+15
| | | | alerts fail
* kinda fixing inboxAdolfo Fitoria2011-08-081-4/+15
|
* made user response counts update by actually counting items in the databaseEvgeny Fadeev2011-04-251-3/+2
|
* commented the email subscription code and made a change that caused issue ↵Evgeny Fadeev2011-04-081-6/+53
| | | | with the test case to disappear - not sure why it helped...
* in the middle of adding support for celeryEvgeny Fadeev2011-03-151-0/+71