summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed the hide functions in javascriptAdolfo Fitoria2012-09-062-1/+1
|
* hidding convert links, fixed styleAdolfo Fitoria2012-09-055-9/+29
|
* added convertlink to the utils.js and post.jsAdolfo Fitoria2012-09-044-1/+48
|
* comment 2 answer convertion startAdolfo Fitoria2012-09-045-51/+169
|
* Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-09-0420-40/+124
|\
| * added items per transaction on the clean_session management commandEvgeny Fadeev2012-09-011-0/+9
| |
| * simplified the clean_session commandEvgeny Fadeev2012-09-011-30/+17
| |
| * added null=True to text fields in the first migrationEvgeny Fadeev2012-08-251-5/+5
| |
| * fix for usage of web fonts in IE8Evgeny Fadeev2012-08-251-1/+2
| |
| * Merge branch 'tmp'Evgeny Fadeev2012-08-250-0/+0
| |\
| | * allowed user names > 30 charsEvgeny Fadeev2012-08-238-2/+29
| | |
| * | added js patch for the noscript tag to hide red margin on IE and disabled ↵Evgeny Fadeev2012-08-2510-3/+44
| |/ | | | | | | Lamson on Windows
| * applied the blockquote bug in Chrome as suggested by dajafaEvgeny Fadeev2012-08-233-0/+48
| |
| * re-enabled self-answerEvgeny Fadeev2012-08-211-1/+0
| |
| * deleted an unused fileEvgeny Fadeev2012-08-201-0/+0
| |
| * fixed error in the password registration viewEvgeny Fadeev2012-08-151-1/+1
| |
| * removed a duplicate message in the anonymous ask formEvgeny Fadeev2012-08-151-1/+0
| |
* | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-08-1413-207/+350
|\|
| * updated the changelogEvgeny Fadeev2012-08-131-3/+4
| |
| * added option to disable feedback form for the anonymous usersEvgeny Fadeev2012-08-133-11/+33
| |
| * Added options to restrict email addresses and requirement to validate an ↵Evgeny Fadeev2012-08-129-192/+311
| | | | | | | | email before joining the site
| * fixed voting bug in js on the question pageEvgeny Fadeev2012-08-082-7/+8
| |
* | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-08-0225-65/+389
|\|
| * Merge branch 'github-master'Evgeny Fadeev2012-07-311-3/+3
| |\
| | * Merge pull request #89 from atiberghien/patch-1Evgeny Fadeev2012-07-301-3/+3
| | |\ | | | | | | | | Fix get_badge_summary
| | | * Fix get_badge_summaryAlban Tiberghien2012-07-301-3/+3
| | |/
| * / small change in the code calculating similar questionsEvgeny Fadeev2012-07-311-8/+18
| |/
| * merged the "post under fake accounts" branchEvgeny Fadeev2012-07-3019-32/+301
| |\
| | * fixed a bug in posting under new fake accountEvgeny Fadeev2012-07-302-8/+9
| | |
| | * completed the "admins can post under fake accounts" featureEvgeny Fadeev2012-07-3014-267/+592
| | |
| | * Post new content as any user if current user is staff. New users are created ↵whit2012-07-1211-12/+105
| | | | | | | | | | | | if the given username doesn't exist.
| | * missing quotation marks in the label for field.whit2012-07-121-1/+1
| | |
| * | added cache clear upon content moderation toggleEvgeny Fadeev2012-07-264-6/+24
| | |
| * | added forgotten setting to the livesettingsEvgeny Fadeev2012-07-261-0/+9
| | |
| * | renamed a base class, not very importantEvgeny Fadeev2012-07-263-5/+5
| | |
| * | added a simple greeting message for the new users when lamson is turned offEvgeny Fadeev2012-07-252-11/+29
| | |
* | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-07-2510-14/+54
|\| |
| * | made send unaswered reminders group-awareEvgeny Fadeev2012-07-251-0/+4
| | |
| * | made it hopefully impossible to add blank tagsEvgeny Fadeev2012-07-242-0/+10
| | |
| * | added locally stored OpenSans web fontEvgeny Fadeev2012-07-244-14/+2
| | |
| * | added a more meaningful screen to an error caused by a django import errorEvgeny Fadeev2012-07-242-0/+33
| | |
| * | fixed migration 124 for transactional databasesEvgeny Fadeev2012-07-231-0/+5
| | |
* | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-07-2316-244/+505
|\| |
| * | updated documentation for the ALLOW_UNICODE_SLUGS settingEvgeny Fadeev2012-07-225-21/+69
| | |
| * | some PEP8 treatment to a couple of filesEvgeny Fadeev2012-07-212-193/+343
| | |
| * | added option to limit one answer per question per personEvgeny Fadeev2012-07-189-8/+68
| | |
| * | transplanted an search input autofocusing fix from tag-editor branch and ↵Evgeny Fadeev2012-07-181-22/+25
| | | | | | | | | | | | isolated the fallback history handler for the main page
* | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-07-177-56/+84
|\| |
| * | made high reputation users be able to reopen questionsEvgeny Fadeev2012-07-172-5/+19
| | |
| * | fixed media reference in the post revision pageEvgeny Fadeev2012-07-172-10/+13
| | |