summaryrefslogtreecommitdiffstats
path: root/askbot/conf
Commit message (Collapse)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 ↵Evgeny Fadeev2013-05-051-1/+6
| | | | not set up
* 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 ↵Evgeny Fadeev2013-04-202-15/+10
| | | | login fields
* 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 ↵Evgeny Fadeev2013-04-102-1/+4
| | | | answers and comments
* 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 ↵Evgeny Fadeev2013-03-293-23/+24
| | | | | | | | user webpage url
* | 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 ↵Evgeny Fadeev2013-01-291-1/+15
| | | | the instructions
* 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 ↵Evgeny Fadeev2012-12-051-1/+9
| | | | subscribed tag set is enabled users wont get emails on tag subscription; 3) if email is read-only email is lost upon editing user profile; 4) in some browsers there is horizontal scroll in the post body, which should not be there
* 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 ↵Evgeny Fadeev2012-11-011-1/+14
| | | | defense against spam
* 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
| | | | | | | | | | | This reverts commit 1975772d504efa3aab494b49f1d0c1176225ba5c. Conflicts: askbot/models/post.py askbot/models/tag.py askbot/tests/db_api_tests.py askbot/views/users.py
* Added models/group.py to start migrationg the new Group model from TagAdolfo Fitoria2012-08-241-1/+1
| | | | model
* 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
| |\ | | | | | | | | | | | | | | | | | | Conflicts: askbot/deps/django_authopenid/views.py askbot/doc/source/changelog.rst askbot/views/meta.py
| | * 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 ↵Evgeny Fadeev2012-08-121-1/+37
| | | | | | | | | | | | email before joining the site
| * | 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
| | |