summaryrefslogtreecommitdiffstats
path: root/askbot/views/users.py
Commit message (Collapse)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 ↵Evgeny Fadeev2012-12-051-3/+3
| | | | 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
* 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
| |\ \ | | | | | | | | | | | | then try to create a new thread or visit other threads lists
| * \ \ 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 ↵Evgeny Fadeev2012-10-101-2/+0
| | | | | | | | | | | | | | | | | | | | messages automatically visited by the sender
| * | | | added url to the personal message notification, sidebar message counter to ↵Evgeny Fadeev2012-10-091-5/+18
| | | | | | | | | | | | | | | | | | | | the inbox, updated test case for the PM email alert
| * | | | 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 ↵Evgeny Fadeev2012-11-171-20/+18
| |_|_|/ |/| | | | | | | | | | | render
* | | | 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 ↵Evgeny Fadeev2012-10-151-3/+9
| | | | | | | | | | | | questions and answers
* | | 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
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: askbot/models/__init__.py askbot/models/question.py askbot/setup_templates/settings.py askbot/setup_templates/settings.py.mustache askbot/tests/__init__.py askbot/tests/badge_tests.py askbot/tests/db_api_tests.py askbot/views/commands.py askbot/views/readers.py askbot/views/users.py askbot/views/writers.py
| * | | started migrating the score field to points, models, views and testAdolfo Fitoria2012-06-181-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | migrated. Added search indexes.
* | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1975772d504efa3aab494b49f1d0c1176225ba5c. Conflicts: askbot/models/post.py askbot/models/tag.py askbot/tests/db_api_tests.py askbot/views/users.py
* | | Merge branch 'user-groups' of github.com:ASKBOT/askbot-devel into user-groupsAdolfo Fitoria2012-08-291-10/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: askbot/context.py askbot/models/post.py askbot/models/tag.py askbot/tests/db_api_tests.py askbot/views/users.py
| * | | tests pass, but group-related features need some manual testing and more ↵Evgeny Fadeev2012-08-291-11/+9
| | | | | | | | | | | | | | | | test cases
* | | | Added models/group.py to start migrationg the new Group model from TagAdolfo Fitoria2012-08-241-8/+6
|/ / / | | | | | | | | | model
* | | 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 ↵Evgeny Fadeev2012-07-181-2/+1
| |\ \ | | | | | | | | | | | | group page