summaryrefslogtreecommitdiffstats
path: root/askbot/utils
Commit message (Expand)AuthorAgeFilesLines
...
| * | added inline category-based retagger to the question pageEvgeny Fadeev2012-06-011-0/+35
| * | added tag categories to the question edit pageEvgeny Fadeev2012-05-231-0/+53
* | | added spammy to the test content set and protected code from such inputEvgeny Fadeev2012-06-161-1/+2
| |/ |/|
* | a small fix to the email formatEvgeny Fadeev2012-06-051-1/+14
* | deleted an unused fileEvgeny Fadeev2012-05-251-28/+0
* | moved module askbot.utils.mail -> askbot.mailEvgeny Fadeev2012-05-251-374/+0
* | created module askbot.mail and moved lamson_handlers.py thereEvgeny Fadeev2012-05-251-3/+4
* | added test cases for detection of email signatureEvgeny Fadeev2012-05-251-3/+29
|/
* added the "welcome email", "signature detection" and prepared for "private gr...Evgeny Fadeev2012-05-221-1/+10
* hopefully fixed the "ask by email" instructions in the bounced messageEvgeny Fadeev2012-05-211-11/+40
* hopefully fixed the error of email not being sent to the author of rejected postEvgeny Fadeev2012-05-101-1/+1
* fixed another source of "blank tags"Evgeny Fadeev2012-05-101-1/+1
* preapproved emails and email domains work for the groupsEvgeny Fadeev2012-05-082-3/+32
* allowed admins to decide whether to moderate email posted to groupsEvgeny Fadeev2012-05-011-1/+2
* added group email address, enabled by defaultEvgeny Fadeev2012-05-011-1/+5
* almost finished the post reject reasons dialog and the moderation featureEvgeny Fadeev2012-04-301-0/+13
* added by_email flag where quesitons are posted by emailEvgeny Fadeev2012-04-091-1/+2
* group logo can be saved and displayedEvgeny Fadeev2012-03-301-1/+2
* simplified text of the instant email alertEvgeny Fadeev2012-03-231-2/+2
* fixed one more bugEvgeny Fadeev2012-03-211-1/+1
* fixed bugs so that test cases passEvgeny Fadeev2012-03-211-3/+17
* untested fix for posting email with inline attachmentsEvgeny Fadeev2012-03-211-52/+67
* assigning users to groups worksEvgeny Fadeev2012-03-201-0/+2
* 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-161-2/+2
* hopefully made error messages more uderstandable when asking by emailEvgeny Fadeev2012-03-161-1/+6
* added reply- prefix to the respondable notificationsEvgeny Fadeev2012-03-161-1/+1
* first pass for posting question by email via LamsonEvgeny Fadeev2012-03-161-21/+153
* allowed posting edits by email via lamsonEvgeny Fadeev2012-03-151-1/+2
* a first pass on accepting file attachments in email responsesEvgeny Fadeev2012-03-151-0/+35
* fixed compatibility issue with new html5lib releaseRadim Řehůřek2012-03-071-2/+2
* made "bare" english django.po fileEvgeny Fadeev2012-02-251-4/+4
* fixed the full url issue for sites where askbot is installed in subpath and a...Evgeny Fadeev2012-02-112-6/+21
* added progress bars to all slow data migrationsEvgeny Fadeev2012-02-091-1/+4
* added a progress bar iterator wrapper classEvgeny Fadeev2012-02-101-0/+34
* merged the master branchEvgeny Fadeev2012-01-161-0/+8
|\
| * collectstatic management command works with askbot on first passEvgeny Fadeev2012-01-144-25/+55
| |\
* | | Big cleanup of search and paginationTomasz Zielinski2012-01-141-2/+0
* | | Merge remote-tracking branch 'askbot/master' into wikipostTomasz Zielinski2012-01-091-7/+8
|\ \ \ | | |/ | |/|
| * | fixed runaway link patterns bugEvgeny Fadeev2012-01-081-7/+8
* | | Merge remote-tracking branch 'askbot/master' into wikipostTomasz Zielinski2012-01-052-18/+39
|\| |
| * | added extra user name validation to make it slugification safeEvgeny Fadeev2011-12-292-16/+37
| * | added basic slugification to titles when ALLOW_UNICODE_SLUGS = TrueEvgeny Fadeev2011-12-281-2/+2
| |/
* | Fixed the remaining failing tests; Fixed migration 0004 to not raise an excep...Tomasz Zielinski2012-01-021-0/+16
* | BigMigration: Question, Answer, Comment models REMOVED; Initial adjustements ...Tomasz Zielinski2011-12-301-3/+3
|/
* added support for LOGIN_REDIRECT_URL to django_authopenid submoduleEvgeny Fadeev2011-11-251-10/+10
* added management command "send_accept_answer_remindersEvgeny Fadeev2011-10-231-0/+34
* Fix: regex failed to matchArun SAG2011-10-131-1/+1
* pylinted markup.py files in askbot/conf and askbot/utilsEvgeny Fadeev2011-09-261-19/+52
* Log when number of patterns mismatch number of URLsArun SAG2011-09-241-1/+5