summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix to asking by email and another one to prevent creation of "blank" tagsEvgeny Fadeev2012-05-022-4/+6
|
* allowed admins to decide whether to moderate email posted to groupsEvgeny Fadeev2012-05-0113-14/+438
|
* added group email address, enabled by defaultEvgeny Fadeev2012-05-012-5/+24
|
* group logos show in the user profile pagesEvgeny Fadeev2012-05-0112-32/+87
|
* Merge branch 'master' into user-groupsEvgeny Fadeev2012-05-012-2/+2
|\
| * fixed the cached_db setting for the SESSION_ENGINE setting that is commented outEvgeny Fadeev2012-04-292-2/+2
| |
* | renamed PostRejectReason to PostFlagReason and merged two short model files ↵Evgeny Fadeev2012-05-019-133/+123
| | | | | | | | into bigger ones
* | deleted an unused fileEvgeny Fadeev2012-05-012-255/+2
| |
* | fixed a small bug in the modal dialogEvgeny Fadeev2012-04-302-1/+2
| |
* | almost finished the post reject reasons dialog and the moderation featureEvgeny Fadeev2012-04-3016-82/+1197
| |
* | started working on a menu for rejecting the postEvgeny Fadeev2012-04-273-88/+143
| |
* | improved the tag wiki editor and made the WMD editor and the previewer work ↵Evgeny Fadeev2012-04-2510-63/+212
| | | | | | | | for the TagWikiEditor class
* | refactored WMD() class and its usage patternEvgeny Fadeev2012-04-225-33/+51
| |
* | merged the master branchEvgeny Fadeev2012-04-226-7/+32
|\|
| * 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
| |
* | part way through implemented post reject reasons in the moderation viewEvgeny Fadeev2012-04-203-14/+86
| |
* | fixed abug where upon asking with moderation on there was an exceptionEvgeny Fadeev2012-04-201-0/+3
| |
* | Merge branch 'master' into user-groupsEvgeny Fadeev2012-04-201-1/+1
|\|
| * fixed jquery-related bug where posting question was impossibleEvgeny Fadeev2012-04-201-1/+1
| |
* | added bootstrap library to askbot and started using it in the user inbox areaEvgeny Fadeev2012-04-208-5/+7126
| |
* | Merge branch 'master' into user-groupsEvgeny Fadeev2012-04-2055-28053/+37485
|\|
| * 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 ↵Evgeny Fadeev2012-04-172-6/+10
| | | | | | | | removed exceptions upon some incorrect url visits
| * hopefully fixed the caching issue of the question summary when an answer to ↵Evgeny Fadeev2012-04-172-15/+11
| | | | | | | | a question was deleted.
* | merged in bug fixes from the master branchEvgeny Fadeev2012-04-1625-74/+141
|\|
| * 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-insensitive
| | | * AccountRecoveryForm: Search e-mail case-insensitiveRobin Stocker2012-04-041-1/+1
| | |/ | | | | | | | | | | | | E-mail addresses are usually treated as case-insensitive, so it makes sense to be lenient here.
| * | 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
| |\ | | | | | | 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
| |/