summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* added second format for the instant notificationEvgeny Fadeev2012-03-233-18/+63
* added title to the question thread summary in the emailEvgeny Fadeev2012-03-221-2/+8
* added a small preamble to each post in the thread in the email responseEvgeny Fadeev2012-03-221-0/+7
* first pass on the "threaded" email alert formatEvgeny Fadeev2012-03-222-20/+56
* fixed three more bugs preventing post/reply/edit by email workEvgeny Fadeev2012-03-212-3/+3
* allowed emails with body()Evgeny Fadeev2012-03-211-0/+4
* fixed one more bugEvgeny Fadeev2012-03-211-1/+1
* another bug fixEvgeny Fadeev2012-03-211-1/+3
* removed unused functions and fixed an undefined symbol errorEvgeny Fadeev2012-03-211-19/+1
* fixed bugs so that test cases passEvgeny Fadeev2012-03-216-24/+54
* untested fix for posting email with inline attachmentsEvgeny Fadeev2012-03-213-79/+116
* user groups are deletable, commit from the bus en route to CordobaEvgeny Fadeev2012-03-209-32/+186
* fixed a glitch where the first group could not be added to the user profileEvgeny Fadeev2012-03-201-2/+2
* assigning users to groups worksEvgeny Fadeev2012-03-2010-11/+89
* assigning users to groups about 2/3 way doneEvgeny Fadeev2012-03-1914-22/+574
* 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
* 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
| |\
| | * 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