summaryrefslogtreecommitdiffstats
path: root/askbot/views/users.py
Commit message (Expand)AuthorAgeFilesLines
* simplified navigation of questions from the user profile pageEvgeny Fadeev2013-05-271-1/+1
* added a hovercard to the user karma display shown in the page headerEvgeny Fadeev2013-05-261-0/+1
* seems to work on django 1.5Evgeny Fadeev2013-04-261-5/+2
* added extra context to the user profile pageEvgeny Fadeev2013-04-111-0/+7
* unified css of buttonsEvgeny Fadeev2013-03-171-0/+1
* added language selector to the user profiles and to the ask question forEvgeny Fadeev2013-01-141-0/+23
* temporal commit: javascript issue in tag_selector.jsAdolfo Fitoria2013-01-031-0/+1
* made all test cases pass and small refactoring of the user activity pageEvgeny Fadeev2012-12-251-8/+28
* fixed user search when groups are enabledEvgeny Fadeev2012-12-181-2/+1
* bugfixes: 1) global subscribers get emails even if frequency is zero; 2) if s...Evgeny Fadeev2012-12-051-3/+3
* merged with the group-messaging branchEvgeny Fadeev2012-11-181-2/+16
|\
| * Merge branch 'master' into group-messagingEvgeny Fadeev2012-10-271-7/+5
| |\
| * \ merged the master branch and fixed issues when you visit a thread by url and ...Evgeny Fadeev2012-10-161-6/+12
| |\ \
| * \ \ Merge branch 'master' into group-messagingEvgeny Fadeev2012-10-111-1/+3
| |\ \ \
| * | | | added url test to the pm email notification, and fixed the url, made sent mes...Evgeny Fadeev2012-10-101-2/+0
| * | | | added url to the personal message notification, sidebar message counter to th...Evgeny Fadeev2012-10-091-5/+18
| * | | | added messages count to inboxEvgeny Fadeev2012-10-091-0/+1
| * | | | started building front end for private messagingEvgeny Fadeev2012-09-191-1/+21
* | | | | added django-style template loader class and replaced render_into_skin with r...Evgeny Fadeev2012-11-171-20/+18
| |_|_|/ |/| | |
* | | | commented out some assertionsEvgeny Fadeev2012-10-261-2/+2
* | | | cleaned up some remaining older group related functionsEvgeny Fadeev2012-10-221-2/+1
* | | | moved get_global_group() onto GroupManagerEvgeny Fadeev2012-10-221-3/+2
| |_|/ |/| |
* | | added test cases and fixed some issues related to posting of private question...Evgeny Fadeev2012-10-151-3/+9
* | | Merge branch 'haystack'Evgeny Fadeev2012-10-111-4/+4
|\ \ \ | |_|/ |/| |
| * | fixing some tests and merge errors, commit before the lights goes outAdolfo Fitoria2012-10-021-1/+1
| * | Merge branch 'master' into haystackAdolfo Fitoria2012-10-021-35/+140
| |\ \
| * | | started migrating the score field to points, models, views and testAdolfo Fitoria2012-06-181-5/+5
* | | | made owner_or_moderator_required decorator pass url parameters to the next urlEvgeny Fadeev2012-10-111-1/+3
| |/ / |/| |
* | | combined all dev branches for kpEvgeny Fadeev2012-09-201-1/+21
| |/ |/|
* | factored out the name prefix for the personal groups to just one placeEvgeny Fadeev2012-09-161-3/+3
* | merged with the tag-editor branchEvgeny Fadeev2012-09-151-1/+7
|\ \
| * | automatically rename the personal group when user name changesEvgeny Fadeev2012-09-061-1/+7
* | | group join moderation worksEvgeny Fadeev2012-09-061-6/+10
* | | a part of "ask to join group" moderationEvgeny Fadeev2012-09-051-0/+34
* | | users now can ask to join group, but there is no approval process yetEvgeny Fadeev2012-09-041-5/+12
* | | fixed a bug that broke the group join buttonEvgeny Fadeev2012-09-031-0/+1
* | | added more changes that should have been included into the previous commitEvgeny Fadeev2012-09-031-10/+10
* | | added UI to set group openness and prepared ground for "ask to join" functionEvgeny Fadeev2012-09-031-1/+6
* | | whitespace only changesEvgeny Fadeev2012-09-021-1/+1
* | | Revert "Added models/group.py to start migrationg the new Group model from Tag"Adolfo Fitoria2012-08-291-2/+2
* | | Merge branch 'user-groups' of github.com:ASKBOT/askbot-devel into user-groupsAdolfo Fitoria2012-08-291-10/+10
|\ \ \
| * | | tests pass, but group-related features need some manual testing and more test...Evgeny Fadeev2012-08-291-11/+9
* | | | Added models/group.py to start migrationg the new Group model from TagAdolfo Fitoria2012-08-241-8/+6
|/ / /
* | | added member count to the groups pageEvgeny Fadeev2012-08-231-1/+1
* | | merged adolfos branchEvgeny Fadeev2012-08-221-1/+10
|\ \ \
| * | | if groups are enabled the /users/ url will redirect to the general groupAdolfo Fitoria2012-08-211-1/+10
* | | | completed merge of user-groups with tag-editor, not tested yetEvgeny Fadeev2012-08-221-1/+0
|\| | | | |/ / |/| |
| * | allow people sharing questions with "foreign" groupsEvgeny Fadeev2012-08-081-0/+3
| * | made it impossible to leave the "everyone" groupEvgeny Fadeev2012-08-071-1/+4
| * | merged master branch and started working on posting into group from the group...Evgeny Fadeev2012-07-181-2/+1
| |\ \