summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fixed url on a badges pageEvgeny Fadeev2012-04-211-1/+1
* updated changelogEvgeny Fadeev2012-04-211-0/+4
* added test for django-avatar, if avatar is in the INSTALLED_APPSEvgeny Fadeev2012-04-211-4/+19
* bumped versionEvgeny Fadeev2012-04-211-1/+1
* added a workaround for the "create_unique" bug in the South version 0.7.3Evgeny Fadeev2012-04-201-1/+6
* a patch to spaceless middleware submitted by MITx guysEvgeny Fadeev2012-04-201-0/+1
* fixed jquery-related bug where posting question was impossibleEvgeny Fadeev2012-04-201-1/+1
* upgraded askbot to jquery version 1.7.2Evgeny Fadeev2012-04-203-24/+28
* bumped versionEvgeny Fadeev2012-04-191-1/+1
* rebuilt locale files for the new releaseEvgeny Fadeev2012-04-1844-27930/+37275
* made a few messages extractable againEvgeny Fadeev2012-04-181-5/+5
* recompiled the style.css fileEvgeny Fadeev2012-04-181-71/+154
* fixed broken links on the revision pagesEvgeny Fadeev2012-04-171-1/+1
* fixed html formatting in the "embedding videos" setting description and remov...Evgeny Fadeev2012-04-172-6/+10
* hopefully fixed the caching issue of the question summary when an answer to a...Evgeny Fadeev2012-04-172-15/+11
* Merge branch 'github-master'Evgeny Fadeev2012-04-161-1/+1
|\
| * Merge pull request #64 from robinst/email-recovery-case-insensitiveEvgeny Fadeev2012-04-051-1/+1
| |\
| | * AccountRecoveryForm: Search e-mail case-insensitiveRobin Stocker2012-04-041-1/+1
| |/
* | fixed urls from the tag cloudEvgeny Fadeev2012-04-155-5/+21
* | added required setting RECAPTCHA_USE_SSL = TrueEvgeny Fadeev2012-04-153-0/+8
* | removed empty box on the registration page when login buttons are disabledEvgeny Fadeev2012-04-154-55/+84
* | changed the expander arrow style in the post revision pageEvgeny Fadeev2012-04-151-1/+1
* | added "meta" class to the customized versions of the meta pagesEvgeny Fadeev2012-04-151-1/+8
|/
* incremented the revision for real and prepared for the releaseEvgeny Fadeev2012-03-293-1/+5
* 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
|\
| * 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 menuJim Tittsler2012-03-281-1/+1
|/
* Merge pull request #60 from robinst/patch-2Evgeny Fadeev2012-03-191-1/+1
|\
| * 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
* 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
|\