summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | bumped version to 0.7.40Evgeny Fadeev2012-03-296-6/+11
| | | | |
| * | | | added Jim Tittsler to the list of contributors for the typo fixEvgeny Fadeev2012-03-271-0/+1
| | | | |
| * | | | Merge pull request #61 from piskvorky/patch-5Evgeny Fadeev2012-03-271-2/+2
| |\ \ \ \ | | | | | | | | | | | | Fix of signin url when askbot.deps.django_authopenid is disabled
| | * | | | Update askbot/views/users.pyRadim Řehůřek2012-03-271-2/+2
| | | | | |
| * | | | | Merge pull request #62 from jimt/patch-1Evgeny Fadeev2012-03-271-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | | correct typo in admin interface menu
| | * | | | correct typo in admin interface menuJim Tittsler2012-03-281-1/+1
| |/ / / /
* | | | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-03-2015-52/+103
|\| | | |
| * | | | Merge pull request #60 from robinst/patch-2Evgeny Fadeev2012-03-191-1/+1
| |\ \ \ \ | | | | | | | | | | | | Fix another typo in email_validation.txt template
| | * | | | Fix another typo in email_validation.txt templateRobin Stocker2012-03-191-1/+1
| |/ / / /
| * | | | made tags not required by option in the AskByEmailFormEvgeny Fadeev2012-03-191-10/+16
| | | | |
| * | | | tags can be made optional via live settingsEvgeny Fadeev2012-03-189-26/+60
| | | | |
| * | | | added .box class div around the custom sidebarsEvgeny Fadeev2012-03-173-12/+21
| | | | |
| * | | | removed CSRF_COOKIE_DOMAIN setting from the settings.py templateEvgeny Fadeev2012-03-172-2/+4
| | | | |
| * | | | fixed editing answer by selecting the revisionEvgeny Fadeev2012-03-161-1/+1
| | | | |
* | | | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-03-1675-14564/+16873
|\| | | |
| * | | | updated in changelog re: "ask by email" via adress "ask@example.com"Evgeny Fadeev2012-03-161-1/+2
| | | | |
| * | | | fixed a bug and enabled traceback logging in the celery taskEvgeny Fadeev2012-03-162-5/+4
| | | | |
| * | | | disabled the error detail compilation, just left a generic messageEvgeny Fadeev2012-03-161-4/+4
| | | | |
| * | | | fixed a bug in the validation branch of the ask by email handlerEvgeny Fadeev2012-03-162-9/+13
| | | | |
| * | | | hopefully made error messages more uderstandable when asking by emailEvgeny Fadeev2012-03-162-2/+12
| | | | |
| * | | | added reply- prefix to the respondable notificationsEvgeny Fadeev2012-03-164-6/+6
| | | | |
| * | | | fixed the subject line issue againEvgeny Fadeev2012-03-161-1/+1
| | | | |
| * | | | now use subject from the question sent by emailEvgeny Fadeev2012-03-161-3/+1
| | | | |
| * | | | first pass for posting question by email via LamsonEvgeny Fadeev2012-03-164-165/+183
| | | | |
| * | | | made function user.edit_post work for question postEvgeny Fadeev2012-03-161-1/+1
| | | | |
| * | | | reverted use of the from address to the defaultEvgeny Fadeev2012-03-151-1/+0
| | | | |
| * | | | deleted unnecessary stuff from migration 113, how did it get there?Evgeny Fadeev2012-03-151-28/+0
| | | | |
| * | | | Merge branch 'github-master'Evgeny Fadeev2012-03-151-1/+1
| |\ \ \ \
| | * \ \ \ Merge pull request #59 from kungfoo/masterEvgeny Fadeev2012-03-151-1/+1
| | |\ \ \ \ | | | | | | | | | | | | | | merging a typo fix in the email verification. Thanks!
| | | * | | | Fix typo in template that is used to verify email addressesSilvio Heuberger2012-03-151-1/+1
| | |/ / / /
| * | | | | allowed posting edits by email via lamsonEvgeny Fadeev2012-03-155-23/+428
| | | | | |
| * | | | | fixed "title too long" error with unicode titlesEvgeny Fadeev2012-03-151-1/+1
| |/ / / /
| * | | | replying by email with attachments more or less worksEvgeny Fadeev2012-03-152-41/+44
| | | | |
| * | | | a first pass on accepting file attachments in email responsesEvgeny Fadeev2012-03-155-35/+125
| | | | |
| * | | | made post cotrol buttons behave well with caching and for multiple usersEvgeny Fadeev2012-03-144-72/+84
| | | | |
| * | | | Merge branch 'github-master'Evgeny Fadeev2012-03-1412-5005/+2845
| |\ \ \ \
| | * | | | recompiled localesEvgeny Fadeev2012-03-1412-5005/+2845
| | | | | |
| * | | | | added lamson to requirementsEvgeny Fadeev2012-03-145-1/+5
| |/ / / /
| * | | | bumped the ReplyAddress migration number to 112Evgeny Fadeev2012-03-121-0/+0
| | | | |
| * | | | added Vasil Vangelovski to the list of contributorsEvgeny Fadeev2012-03-122-0/+2
| | | | |
| * | | | Merge branch 'vasil'Evgeny Fadeev2012-03-1211-7/+707
| |\ \ \ \
| | * | | | Forward rules for reply by emailVasil Vangelovski2012-01-312-4/+35
| | | | | |
| | * | | | Changed word counting methodVasil Vangelovski2012-01-301-1/+1
| | | | | |
| | * | | | Smarter message in instant notification when reply by email is enabledVasil Vangelovski2012-01-302-7/+20
| | | | | |
| | * | | | Adapted reply by email feature to work with django lamsonVasil Vangelovski2012-01-254-69/+87
| | | | | |
| | * | | | Work on documentation for reply by email featureVasil Vangelovski2012-01-251-5/+2
| | | | | |
| | * | | | Work on documentation for reply by email featureVasil Vangelovski2012-01-251-0/+43
| | | | | |
| | * | | | Fixed posting replies to comments by emailVasil Vangelovski2012-01-192-1/+4
| | | | | |
| | * | | | Separating quoted text in reply by email featureVasil Vangelovski2012-01-182-2/+34
| | | | | |
| | * | | | Reply by email basic use case working with some edge-case handling missingVasil Vangelovski2012-01-183-9/+39
| | | | | |