summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | Fix deprecation warning in HttpResponseBenjamin ABEL2014-06-138-29/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace `mimetype` by `content_type` in `HttpResponse` attributes. see: <https://docs.djangoproject.com/en/1.4/ref/request-response/#id5>
| * | | | | | | | | | | Merge branch 'master' of github.com:ASKBOT/askbot-develBenjamin ABEL2014-06-1346-193/+261
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | small changes in the group messaging jsEvgeny Fadeev2014-06-131-2/+2
| | | | | | | | | | | |
* | | | | | | | | | | | put email footer two paragraphs into oneEvgeny Fadeev2014-06-111-2/+1
| | | | | | | | | | | |
* | | | | | | | | | | | hopefully fixed issue with the deletion of the login method under httpsEvgeny Fadeev2014-06-102-2/+2
| | | | | | | | | | | |
* | | | | | | | | | | | fixes broken subscribed tags editor on the user profile subscriptions tab ↵Evgeny Fadeev2014-06-0415-83/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and removes unused class from buttons
* | | | | | | | | | | | removed unnecessary class from signup buttonEvgeny Fadeev2014-06-041-1/+0
| | | | | | | | | | | |
* | | | | | | | | | | | added remote ip fixer middlewareEvgeny Fadeev2014-06-021-0/+21
| | | | | | | | | | | |
* | | | | | | | | | | | fixed captcha issue when posting questionEvgeny Fadeev2014-05-291-2/+2
| | | | | | | | | | | |
* | | | | | | | | | | | added recaptcha remote ip decorators to the recaptcha protected viewsEvgeny Fadeev2014-05-292-0/+6
| | | | | | | | | | | |
* | | | | | | | | | | | removed/disabled checking of avatar type synchronously as there were ↵Evgeny Fadeev2014-05-297-46/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timeouts contacting gravatar server
* | | | | | | | | | | | recaptcha seems to workEvgeny Fadeev2014-05-288-13/+16
| | | | | | | | | | | |
* | | | | | | | | | | | added recaptcha on posts + first pass on watched user statusEvgeny Fadeev2014-05-2819-58/+100
| | | | | | | | | | | |
* | | | | | | | | | | | added recaptcha to the openid registration formEvgeny Fadeev2014-05-272-1/+24
| | | | | | | | | | | |
| * | | | | | | | | | | Updated requirements of django-celery to >=3.0.11Benjamin ABEL2014-05-153-3/+3
|/ / / / / / / / / / /
* | | | | | | | | | | allowed use of custom csrf cookie name in jsEvgeny Fadeev2014-05-152-13/+17
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #217 from keto/protect-convert-viewsEvgeny Fadeev2014-05-146-6/+59
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | CSRF protection and user checks for answer and comment converting views
| * | | | | | | | | | | Add CSRF token in comments loaded via JavascriptPami Ketolainen2014-03-261-0/+19
| | | | | | | | | | | |
| * | | | | | | | | | | Require loggedin user on answer/comment convertPami Ketolainen2014-03-181-0/+10
| | | | | | | | | | | |
| * | | | | | | | | | | Check that user can convert comments or answersPami Ketolainen2014-03-182-2/+22
| | | | | | | | | | | |
| * | | | | | | | | | | Add CSRF protection to comment_to_answer viewPami Ketolainen2014-03-184-4/+8
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | fixed change of language on whole thread when editing questionEvgeny Fadeev2014-05-137-13/+84
| | | | | | | | | | |
* | | | | | | | | | | fixed a bug when question is posted with manually selected languageEvgeny Fadeev2014-05-124-12/+28
| | | | | | | | | | |
* | | | | | | | | | | added language code to tag synonym modelEvgeny Fadeev2014-05-128-15/+482
| | | | | | | | | | |
* | | | | | | | | | | first pass on per-language tag featureEvgeny Fadeev2014-05-1121-80/+1922
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'master' of github.com:ASKBOT/askbot-develEvgeny Fadeev2014-05-082-4/+4
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #244 from ozbek/masterEvgeny Fadeev2014-05-081-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Self-closed font link tags
| | * | | | | | | | | | | Self-closed font link tagsShuhrat Dehkanov2014-05-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to fix 'end tag for "link" omitted' markup validation error
| * | | | | | | | | | | | Merge pull request #242 from ozbek/masterEvgeny Fadeev2014-05-061-2/+2
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added Uzbek language to SINGULAR_FAMILY
| | * | | | | | | | | | | Added Uzbek language to SINGULAR_FAMILYShuhrat Dehkanov2014-05-061-2/+2
| |/ / / / / / / / / / /
* / / / / / / / / / / / fixed email alert sender when there are no tags in the subject lineEvgeny Fadeev2014-05-082-8/+19
|/ / / / / / / / / / /
* | | | | | | | | | | added matching to user accounts via valid email for mozilla persona ↵Evgeny Fadeev2014-05-052-9/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | authentication
* | | | | | | | | | | small change in the repost_comment_as_answerEvgeny Fadeev2014-05-032-7/+5
| | | | | | | | | | |
* | | | | | | | | | | added email prefill with mozilla persona and error reporting for incorrect ↵Evgeny Fadeev2014-05-022-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | APP_URL setting
* | | | | | | | | | | first pass on mozilla persona protocolEvgeny Fadeev2014-04-3011-4/+107
| | | | | | | | | | |
* | | | | | | | | | | a minor changeEvgeny Fadeev2014-04-291-1/+1
| | | | | | | | | | |
* | | | | | | | | | | updated the contributors listEvgeny Fadeev2014-04-281-0/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'master' of github.com:ASKBOT/askbot-develEvgeny Fadeev2014-04-264-5/+5
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #207 from brightinteractive/migrate_mysql_fixEvgeny Fadeev2014-04-234-5/+5
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix errors when running migrations against MySQL 5.1.72
| | * | | | | | | | | | | Fix errors when running migrations against MySQL 5.1.72Francis Devereux2014-02-074-5/+5
| | | |_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the following type of error: Error in migration: askbot:0055_auto__chg_field_question_thread ValueError: The database backend does not accept 0 as a value for AutoField.
* | / | | | | | | | | | some changes in the "add test content" command and in the console util libraryEvgeny Fadeev2014-04-262-5/+18
|/ / / / / / / / / / /
* | | | | | | | | | | updated requirements filesEvgeny Fadeev2014-04-232-2/+2
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #208 from brightinteractive/allow_django_15xEvgeny Fadeev2014-04-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Allow Django 1.5.x, not just 1.5 itself
| * | | | | | | | | | | Allow Django 1.5.x, not just 1.5 itselfFrancis Devereux2014-02-071-1/+1
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | setup.py says that "Django 1.3.1 - 1.5.1" are supported but REQUIREMENTS in __init__.py only allows up to 1.5.
* | | | | | | | | | | added invalidation of cached data in generate_post_snippets commandEvgeny Fadeev2014-04-201-0/+2
| | | | | | | | | | |
* | | | | | | | | | | modified the generate_post_snippets to re-parse full html of posts as wellEvgeny Fadeev2014-04-202-2/+3
| | | | | | | | | | |
* | | | | | | | | | | added escapes in some template outputsEvgeny Fadeev2014-04-172-2/+2
| | | | | | | | | | |
* | | | | | | | | | | added tag cleaning to mark tags functionEvgeny Fadeev2014-04-161-4/+8
| | | | | | | | | | |
* | | | | | | | | | | two bug fixes: 1) added auto_now_add on Thread.added_at; 2) added ↵Evgeny Fadeev2014-04-122-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | login_required to comment_to_answer view
* | | | | | | | | | | fixed a bug when during facebook signup email is not sharedEvgeny Fadeev2014-04-121-2/+2
| | | | | | | | | | |