summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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 ↵Evgeny Fadeev2012-11-0114-66/+2205
| | | | | | | | defense against spam
| * now hopefully completely hid the "post privately" checkbox when groups are ↵Evgeny Fadeev2012-10-314-4/+16
| | | | | | | | disabled
| * 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
| |
| * added Forbidden responces to some viewsEvgeny Fadeev2012-10-252-3/+3
| |
* | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-10-252-3/+3
|\| | | | | | | | | Conflicts: askbot/setup_templates/settings.py
| * made more changes to the setup templates filesEvgeny Fadeev2012-10-232-5/+5
| |
| * added missing settings to the setup templatesEvgeny Fadeev2012-10-232-0/+4
| |
* | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-10-2213-79/+58
|\|
| * cleaned up some remaining older group related functionsEvgeny Fadeev2012-10-227-22/+11
| |
| * deleted a junk fileEvgeny Fadeev2012-10-221-206/+0
| |
| * moved get_global_group() onto GroupManagerEvgeny Fadeev2012-10-2213-57/+253
| |
* | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-10-185-5/+54
|\|
| * deleted an unused file and a functionEvgeny Fadeev2012-10-182-3/+0
| |
| * applied fix to identi.ca loging suggested by gniibe at askbot.orgEvgeny Fadeev2012-10-181-1/+1
| |
| * added a management command to find anomalous threadsEvgeny Fadeev2012-10-191-0/+44
| |