summaryrefslogtreecommitdiffstats
path: root/askbot/views/commands.py
Commit message (Expand)AuthorAgeFilesLines
* require html5lib for bs4 for better compatibility with apacheEvgeny Fadeev2013-05-081-1/+1
* fixed some xss issuesEvgeny Fadeev2013-05-071-1/+1
* fixed the dummy tag issueEvgeny Fadeev2013-05-041-6/+14
* refactoring of the questions title search viewEvgeny Fadeev2013-04-231-8/+9
* refactored the voting function a littleEvgeny Fadeev2013-04-111-3/+5
* enable/disable accepted answer featureEvgeny Fadeev2013-04-111-0/+2
* merged with the master branchEvgeny Fadeev2013-03-111-2/+2
|\
| * allowed to created tags upon subscribing to themEvgeny Fadeev2013-03-111-2/+2
* | improved comment posting works for tinymce editorEvgeny Fadeev2013-03-041-1/+6
|/
* merged adolfos tag subscriptions featureEvgeny Fadeev2013-01-131-10/+19
* Merge branch 'master' into tag_subscriptionAdolfo Fitoria2013-01-101-5/+6
|\
| * brokenEvgeny Fadeev2013-01-091-1/+1
| * added basic support for multilingual contentEvgeny Fadeev2013-01-061-1/+1
| * made vote url work with the multilingual setupEvgeny Fadeev2013-01-031-5/+6
* | added signal to add missing tag subscriptions to newly created usersAdolfo Fitoria2013-01-081-1/+1
* | Merge branch 'tag_change' into tag_subscriptionAdolfo Fitoria2013-01-081-6/+11
|\ \
| * | allowing admins to add tag subscription in the user profileAdolfo Fitoria2013-01-031-6/+11
| |/
* | Create, add, delete done.Adolfo Fitoria2013-01-081-16/+50
* | temporal commit, some stuff is not yet doneAdolfo Fitoria2013-01-071-0/+59
|/
* made a hack to work around a bug in title searchEvgeny Fadeev2012-12-071-5/+10
* merged with the master branchEvgeny Fadeev2012-12-051-5/+7
|\
| * bugfixes: 1) global subscribers get emails even if frequency is zero; 2) if s...Evgeny Fadeev2012-12-051-6/+8
* | added search dropdown and the ask buttonEvgeny Fadeev2012-11-231-11/+10
|/
* added django-style template loader class and replaced render_into_skin with r...Evgeny Fadeev2012-11-171-6/+7
* added lower rep barrier to accept any posts with links - as a first line of d...Evgeny Fadeev2012-11-011-1/+1
* undone the first implementation of limiting the link insertionEvgeny Fadeev2012-10-281-1/+1
* added reputation limit to insert links into questions and answersEvgeny Fadeev2012-10-281-1/+1
* added Forbidden responces to some viewsEvgeny Fadeev2012-10-251-1/+3
* moved get_global_group() onto GroupManagerEvgeny Fadeev2012-10-221-2/+1
* Merge branch 'master' into haystackAdolfo Fitoria2012-10-081-1/+5
|\
| * added "vip" option to groupsEvgeny Fadeev2012-10-031-1/+5
* | Merge branch 'master' into haystackAdolfo Fitoria2012-10-021-83/+566
|\|
| * private message navigation starts to workEvgeny Fadeev2012-09-251-21/+21
| * added templates for hardcoded emailsAdolfo Fitoria2012-09-181-12/+8
| * factored out the name prefix for the personal groups to just one placeEvgeny Fadeev2012-09-161-9/+6
| * group description editing works againEvgeny Fadeev2012-09-141-23/+16
| * answer publishing seems to work fullyEvgeny Fadeev2012-09-131-4/+20
| * added simple UI for publishing selected answersEvgeny Fadeev2012-09-121-0/+15
| * added toggle to the group profile page allowing to publish only selected answ...Evgeny Fadeev2012-09-111-1/+1
| * added several test cases for groups-related functionsEvgeny Fadeev2012-09-111-5/+12
| * tinymce editor works in the popups tooEvgeny Fadeev2012-09-091-0/+33
| * group join moderation worksEvgeny Fadeev2012-09-061-3/+29
| * a part of "ask to join group" moderationEvgeny Fadeev2012-09-051-0/+5
| * users now can ask to join group, but there is no approval process yetEvgeny Fadeev2012-09-041-14/+23
| * added more changes that should have been included into the previous commitEvgeny Fadeev2012-09-031-3/+3
| * added UI to set group openness and prepared ground for "ask to join" functionEvgeny Fadeev2012-09-031-3/+14
| * Fixed command view to add groupAdolfo Fitoria2012-08-301-1/+2
| * Revert "Added models/group.py to start migrationg the new Group model from Tag"Adolfo Fitoria2012-08-291-1/+1
| * Merge branch 'user-groups' of github.com:ASKBOT/askbot-devel into user-groupsAdolfo Fitoria2012-08-291-21/+21
| |\
| | * tests pass, but group-related features need some manual testing and more test...Evgeny Fadeev2012-08-291-21/+21