summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added "render" shortcut to django1.2Evgeny Fadeev2012-11-172-0/+16
|
* added django-style template loader class and replaced render_into_skin with ↵Evgeny Fadeev2012-11-1726-230/+235
| | | | render
* added beginning of responsive layoutEvgeny Fadeev2012-11-152-14/+87
|
* added progress bars to the SE importer and improved progress bar printingEvgeny Fadeev2012-11-142-28/+57
|
* added Niki Rocco as bugfix contributor to the listEvgeny Fadeev2012-11-131-2/+3
|
* hopefully fixed the stackexchange importerEvgeny Fadeev2012-11-132-14/+59
|
* edited the changelogEvgeny Fadeev2012-11-131-0/+5
|
* added senders email in the reply-to header in the feedback formEvgeny Fadeev2012-11-131-3/+16
|
* hopefully fixed SE importEvgeny Fadeev2012-11-132-9/+13
|
* added coverage file to gitignoreEvgeny Fadeev2012-11-111-0/+1
|
* bumped the version to 0.7.44Evgeny Fadeev2012-11-112-2/+3
|
* fixed the django requirement stringEvgeny Fadeev2012-11-111-1/+1
|
* fixed migration 156, a bug in send_mail and relaxed requirement on django ↵Evgeny Fadeev2012-11-113-2/+3
| | | | version
* added cache backend startup testsEvgeny Fadeev2012-11-111-1/+28
|
* added template context processors tests to the startup_testsEvgeny Fadeev2012-11-111-4/+47
|
* removed table deletion in backwards migration 156 and fixed up the ↵Evgeny Fadeev2012-11-103-4/+14
| | | | askbot-setup command to hopefully work with django 1.3 and 1.4 simultaneously
* merged the django1.4 compatibility branch by AdolfoEvgeny Fadeev2012-11-1011-40/+503
|\
| * bumped migration number to make it compatible with the master branch, before ↵Evgeny Fadeev2012-11-101-0/+0
| | | | | | | | merging
| * Merge branch 'master' into django1.4Adolfo Fitoria2012-10-2413-79/+58
| |\
| * | bumped conflicted migration number in this branchAdolfo Fitoria2012-10-221-2/+2
| | |
| * | Merge branch 'master' into django1.4Adolfo Fitoria2012-10-2231-3269/+5891
| |\ \
| * \ \ Merge branch 'master' into django1.4Adolfo Fitoria2012-10-1211-20/+72
| |\ \ \
| * | | | added migration for the Message TableAdolfo Fitoria2012-10-111-0/+386
| | | | |
| * | | | added Message model workaround for django >= 1.4.1Adolfo Fitoria2012-10-112-24/+45
| | | | |
| * | | | fixed clean_html_email issue in django 1.4.1Adolfo Fitoria2012-10-111-1/+2
| | | | |
| * | | | Fixed issue with feed, changed settings.py template, fixed issue withAdolfo Fitoria2012-10-108-46/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | skin loader, fixed urls.py for feeds fixed bug in messages hack with django 1.4.1 all test pass in 1.3.1, haystack and email parsing tests fails on 1.4.1
| * | | | added fix for Message modelAdolfo Fitoria2012-10-101-1/+38
| | | | |
| * | | | fixed feed url issue and template context middleware issue more info here: ↵Adolfo Fitoria2012-10-093-9/+18
| | | | | | | | | | | | | | | | | | | | http://stackoverflow.com/questions/7470179/module-django-core-context-processors-does-not-define-a-auth-callable-reques
| * | | | Merge branch 'master' into django1.4Adolfo Fitoria2012-10-091202-29385/+96953
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into django1.4Adolfo Fitoria2012-08-0225-65/+389
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into django1.4Adolfo Fitoria2012-08-02475-50065/+150145
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: askbot/feed.py
| * | | | | | | initial django 1.4 supportAdolfo Fitoria2011-12-232-15/+23
| | | | | | | |
* | | | | | | | removed unused importsEvgeny Fadeev2012-11-102-4/+1
| | | | | | | |
* | | | | | | | applied the karma limit to post links to questions posted before signing inEvgeny Fadeev2012-11-094-30/+59
| | | | | | | |
* | | | | | | | yet another regex fixEvgeny Fadeev2012-11-071-1/+1
| | | | | | | |
* | | | | | | | another fix in the second gmail regexEvgeny Fadeev2012-11-071-1/+1
| | | | | | | |
* | | | | | | | fixed error in the regex parameter name and properly strip 3 lines if no ↵Evgeny Fadeev2012-11-071-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | regexes match
* | | | | | | | fixed a typoEvgeny Fadeev2012-11-071-1/+1
| | | | | | | |
* | | | | | | | removed logging statements from the lamson handlersEvgeny Fadeev2012-11-072-5/+5
| | | | | | | |
* | | | | | | | added one more regex for gmail and default stripping of 2 lines in case no ↵Evgeny Fadeev2012-11-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | regex matches
* | | | | | | | added encoding to the log separator printingEvgeny Fadeev2012-11-071-1/+2
| | | | | | | |
* | | | | | | | fixed up yahoo quote re to work with plain textEvgeny Fadeev2012-11-071-1/+1
| | | | | | | |
* | | | | | | | added a way to deal with an empty string email signatureEvgeny Fadeev2012-11-072-2/+2
| | | | | | | |
* | | | | | | | remove print statement from lamson handlerEvgeny Fadeev2012-11-071-7/+0
| | | | | | | |
* | | | | | | | some changes to email quote separator regexesEvgeny Fadeev2012-11-071-3/+3
| | | | | | | |
* | | | | | | | added a setting to disable RSS feedEvgeny Fadeev2012-11-075-2/+20
| | | | | | | |
* | | | | | | | added thread cache invalidation upon posting answers before logging inEvgeny Fadeev2012-11-071-0/+1
| | | | | | | |
* | | | | | | | added a logging message for separators that do not match any regexesEvgeny Fadeev2012-11-061-9/+13
| | | | | | | |
* | | | | | | | code for stripping email client quote separator and the corresponding test ↵Evgeny Fadeev2012-11-064-47/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cases for some most common email clients
* | | | | | | | added some test cases for the quote separator strippingEvgeny Fadeev2012-11-021-8/+16
| | | | | | | |