summaryrefslogtreecommitdiffstats
path: root/askbot/conf
Commit message (Expand)AuthorAgeFilesLines
* added a hovercard to the user karma display shown in the page headerEvgeny Fadeev2013-05-263-10/+4
* added option to hide ad blocks from logged in usersEvgeny Fadeev2013-05-243-15/+62
* fixed a bug where twitter sharing button was shown, when twitter keys were no...Evgeny Fadeev2013-05-051-1/+6
* ported livesettings app to askbot templatesEvgeny Fadeev2013-05-051-1/+1
* added option to auto-follow asked questionEvgeny Fadeev2013-05-021-0/+9
* removed possibility to have >1 account with the same email addressEvgeny Fadeev2013-05-011-9/+0
* added default value to the category treeEvgeny Fadeev2013-04-251-1/+1
* made a setting to make question body optionalEvgeny Fadeev2013-04-251-0/+20
* changed a string in settingsEvgeny Fadeev2013-04-241-1/+1
* fixed a bug in the login page where it was impossible to remove password logi...Evgeny Fadeev2013-04-202-15/+10
* improved commenting functionEvgeny Fadeev2013-04-201-0/+11
* added "auto-tweet" featureEvgeny Fadeev2013-04-151-4/+11
* enable/disable accepted answer featureEvgeny Fadeev2013-04-111-0/+9
* removed reputation limit to post comments and allowed users repost own answer...Evgeny Fadeev2013-04-102-1/+4
* merged with the master branchEvgeny Fadeev2013-04-073-23/+24
|\
| * moved a setting from one section to another and fixed a bug in display of use...Evgeny Fadeev2013-03-293-23/+24
* | allowed to choose plain text or rich text editor for the commentsEvgeny Fadeev2013-04-071-2/+21
|/
* added option to disable the big ask buttonEvgeny Fadeev2013-03-242-71/+14
* allowed to enable and disable scopes on the main pageEvgeny Fadeev2013-03-222-0/+84
* added setting to turn on and off selected scopes of questionsEvgeny Fadeev2013-03-211-0/+71
* Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2013-03-131-1/+5
|\
| * disabled launchpad login by defaultEvgeny Fadeev2013-03-111-1/+5
* | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2013-03-111-0/+1
|\|
| * added launchpad login as optionEvgeny Fadeev2013-03-091-0/+1
* | fixed typo en WYSIWYG editorAdolfo Fitoria2013-02-261-2/+2
|/
* auto-enabled password login fields with LDAP onEvgeny Fadeev2013-02-211-1/+9
* added space for display ad after the first answerEvgeny Fadeev2013-02-211-0/+15
* fixed a typo in settingsEvgeny Fadeev2013-02-191-1/+1
* moved question instructions above the ask form, added editable setting for th...Evgeny Fadeev2013-01-291-1/+15
* fixed some bugs in the UI of tags moderationEvgeny Fadeev2013-01-202-14/+14
* added hashtag option to the social sharing toolsEvgeny Fadeev2013-01-191-1/+10
* added basic support for multilingual contentEvgeny Fadeev2013-01-0627-27/+27
* bugfixes: 1) global subscribers get emails even if frequency is zero; 2) if s...Evgeny Fadeev2012-12-051-1/+9
* added a setting to disable RSS feedEvgeny Fadeev2012-11-071-1/+10
* added lower rep barrier to accept any posts with links - as a first line of d...Evgeny Fadeev2012-11-011-1/+14
* reimplemented the link insertion rep barrierEvgeny Fadeev2012-10-291-0/+9
* undone the first implementation of limiting the link insertionEvgeny Fadeev2012-10-281-9/+0
* added reputation limit to insert links into questions and answersEvgeny Fadeev2012-10-281-0/+9
* moved get_global_group() onto GroupManagerEvgeny Fadeev2012-10-221-2/+3
* added minimum karma to accept any answerEvgeny Fadeev2012-10-031-0/+9
* Revert "Added models/group.py to start migrationg the new Group model from Tag"Adolfo Fitoria2012-08-291-1/+1
* Added models/group.py to start migrationg the new Group model from TagAdolfo Fitoria2012-08-241-1/+1
* simplified the login/signup pages, no more "signup for updates" questionEvgeny Fadeev2012-08-231-4/+4
* completed merge of user-groups with tag-editor, not tested yetEvgeny Fadeev2012-08-224-104/+49
|\
| * deleted conf/widgets.py this file won't be needed anymoreAdolfo Fitoria2012-08-202-100/+0
| * Merge branch 'master' of github.com:ASKBOT/askbot-devel into user-groupsAdolfo Fitoria2012-08-182-4/+49
| |\
| | * added option to disable feedback form for the anonymous usersEvgeny Fadeev2012-08-131-3/+12
| | * Added options to restrict email addresses and requirement to validate an emai...Evgeny Fadeev2012-08-121-1/+37
| * | refactored the notification issuing function on the postEvgeny Fadeev2012-08-091-1/+13
| * | fixed "share with everyone" and sharing threads with multiple groupsEvgeny Fadeev2012-08-051-1/+16