summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | 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
| * | | | | | | | | | | | added fix for Message modelAdolfo Fitoria2012-10-101-1/+38
| * | | | | | | | | | | | fixed feed url issue and template context middleware issue more info here: ht...Adolfo Fitoria2012-10-093-9/+18
| * | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | 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 rege...Evgeny Fadeev2012-11-071-2/+3
* | | | | | | | | | | | | | | | 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 re...Evgeny Fadeev2012-11-071-1/+2
* | | | | | | | | | | | | | | | 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 ca...Evgeny Fadeev2012-11-064-47/+134
* | | | | | | | | | | | | | | | added some test cases for the quote separator strippingEvgeny Fadeev2012-11-021-8/+16
* | | | | | | | | | | | | | | | reply from squirremailAdolfo Fitoria2012-11-011-0/+2
* | | | | | | | | | | | | | | | added kmail and outlook.com repliesAdolfo Fitoria2012-11-011-0/+7
* | | | | | | | | | | | | | | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-11-0120-83/+572
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | added data migration to delete now useless _internal_ tagsEvgeny Fadeev2012-11-011-0/+387
| * | | | | | | | | | | | | | | | removed unused filesEvgeny Fadeev2012-11-012-2060/+0
| * | | | | | | | | | | | | | | | added lower rep barrier to accept any posts with links - as a first line of d...Evgeny Fadeev2012-11-0114-66/+2205
| * | | | | | | | | | | | | | | | now hopefully completely hid the "post privately" checkbox when groups are di...Evgeny Fadeev2012-10-314-4/+16
| * | | | | | | | | | | | | | | | hopefully hid the keep private within groups with groups disabledEvgeny Fadeev2012-10-311-0/+1
| * | | | | | | | | | | | | | | | started collecting email response quote separatorsEvgeny Fadeev2012-10-311-0/+8
| * | | | | | | | | | | | | | | | added logging of response boundaries in the emailed responsesEvgeny Fadeev2012-10-313-13/+15
* | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-10-2933-3896/+1559
|\| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | copied styles from askbot to tinymce contentEvgeny Fadeev2012-10-293-28/+94
| * | | | | | | | | | | | | | | | reimplemented the link insertion rep barrierEvgeny Fadeev2012-10-297-6/+124
| * | | | | | | | | | | | | | | | undone the first implementation of limiting the link insertionEvgeny Fadeev2012-10-2810-137/+63
| * | | | | | | | | | | | | | | | added reputation limit to insert links into questions and answersEvgeny Fadeev2012-10-2810-63/+137
| * | | | | | | | | | | | | | | | a minor commentEvgeny Fadeev2012-10-271-0/+1
| * | | | | | | | | | | | | | | | fixed an alert text on canceling the commentEvgeny Fadeev2012-10-2713-13/+13
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'master' of github.com:ASKBOT/askbot-develEvgeny Fadeev2012-10-265-3766/+1240
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | pulled German locale update from TransifexEvgeny Fadeev2012-10-265-3766/+1240
| * | | | | | | | | | | | | | | | commented out some assertionsEvgeny Fadeev2012-10-261-2/+2
| |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | fixed celery error on anonymous question visitEvgeny Fadeev2012-10-262-2/+4
| * | | | | | | | | | | | | | | added a comment explaining why I moved the delete statement downEvgeny Fadeev2012-10-261-0/+2
| * | | | | | | | | | | | | | | fixed one failing test case on sqlite3 engineEvgeny Fadeev2012-10-261-2/+2
| * | | | | | | | | | | | | | | moved a celery task from models/__init__.py to tasks.pyEvgeny Fadeev2012-10-253-75/+75