summaryrefslogtreecommitdiffstats
path: root/askbot/skins/default/templates/user_profile
Commit message (Collapse)AuthorAgeFilesLines
* added spammy to the test content set and protected code from such inputEvgeny Fadeev2012-06-166-10/+10
|
* merged feature 157 by Paul BackhouseEvgeny Fadeev2012-06-153-0/+46
|\
| * Fixed bug where clicking on a wildcard matched tag did not put the tag in ↵Paul Backhouse2012-05-051-3/+3
| | | | | | | | the url.
| * Now makes use of tag_selector.js, so wildcard tags can be expanded.Paul Backhouse2012-05-041-36/+21
| |
| * User profile has "Show tags" checkbox.Paul Backhouse2012-04-301-0/+4
| | | | | | | | Checking this box will list the tags a user is interested in, or wishes to ignore.
| * All users stored interesting/ignored tags are shown, without option to ↵Paul Backhouse2012-04-301-0/+62
| | | | | | | | disable. Wildcard tags are not shown.
* | Merge branch 'master' into user-groupsEvgeny Fadeev2012-06-071-0/+1
|\ \
| * | omitted tag truncation from all pages but the tags and user profileEvgeny Fadeev2012-06-061-0/+1
| | |
* | | merged with the master branchEvgeny Fadeev2012-05-315-4/+12
|\| |
| * | a possibility to add a custom user profile tabEvgeny Fadeev2012-05-273-1/+9
| | |
| * | hide website url and the "about" sections of the blocked user profiles, ↵Evgeny Fadeev2012-05-272-3/+3
| | | | | | | | | | | | blocked users are not present in the list of the users either, website url does not show in post signatures
* | | reformatted groups list everywhere, added "my groups" and "all groups" ↵Evgeny Fadeev2012-05-212-7/+12
|/ / | | | | | | sections on the groups page, also users are now able to join and leave groups on the groups page
* | added "anyone can join" control to the group profile editorEvgeny Fadeev2012-05-061-1/+1
| |
* | group logos show in the user profile pagesEvgeny Fadeev2012-05-012-1/+13
| |
* | fixed a small bug in the modal dialogEvgeny Fadeev2012-04-301-1/+1
| |
* | almost finished the post reject reasons dialog and the moderation featureEvgeny Fadeev2012-04-302-30/+80
| |
* | started working on a menu for rejecting the postEvgeny Fadeev2012-04-272-49/+61
| |
* | improved the tag wiki editor and made the WMD editor and the previewer work ↵Evgeny Fadeev2012-04-251-0/+4
| | | | | | | | for the TagWikiEditor class
* | refactored WMD() class and its usage patternEvgeny Fadeev2012-04-221-8/+1
| |
* | part way through implemented post reject reasons in the moderation viewEvgeny Fadeev2012-04-201-6/+43
| |
* | added bootstrap library to askbot and started using it in the user inbox areaEvgeny Fadeev2012-04-201-5/+29
| |
* | basic post moderation feature worksEvgeny Fadeev2012-04-071-63/+16
| |
* | added the dynamic timeago calculation to the all displayed timestampsEvgeny Fadeev2012-03-315-7/+10
| |
* | made the badges feature optional and implemented private mode for the karmaEvgeny Fadeev2012-03-284-4/+24
| |
* | user groups are deletable, commit from the bus en route to CordobaEvgeny Fadeev2012-03-201-1/+1
| |
* | fixed a glitch where the first group could not be added to the user profileEvgeny Fadeev2012-03-201-2/+2
| |
* | assigning users to groups worksEvgeny Fadeev2012-03-201-0/+1
| |
* | assigning users to groups about 2/3 way doneEvgeny Fadeev2012-03-192-22/+20
|/
* added .box class div around the custom sidebarsEvgeny Fadeev2012-03-171-5/+6
|
* fix span errors in user_edit templateRadim Řehůřek2012-03-071-10/+9
|
* made "bare" english django.po fileEvgeny Fadeev2012-02-253-9/+10
|
* Added button for deleting flagged posts from moderation inboxDejan Noveski2012-02-141-0/+1
|
* Moderation from inbox - Ability to remove all flags and close/delete entries ↵Dejan Noveski2012-02-131-5/+29
| | | | from flagged items inbox
* fixed a merge bug in a templateEvgeny Fadeev2012-01-161-46/+0
|
* merged the master branchEvgeny Fadeev2012-01-162-4/+50
|\
| * xss vulnerability fix and new releaseEvgeny Fadeev2012-01-112-4/+4
| |
* | Big cleanup of search and paginationTomasz Zielinski2012-01-142-4/+2
| |
* | Merge remote-tracking branch 'askbot/master' into wikipostTomasz Zielinski2012-01-091-7/+14
|\|
| * added option to disable changing email addressEvgeny Fadeev2012-01-071-7/+14
| |
* | Optimized question() viewTomasz Zielinski2012-01-091-2/+2
| |
* | Merge remote-tracking branch 'askbot/master' into wikipostTomasz Zielinski2012-01-054-9/+20
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: askbot/models/__init__.py askbot/models/content.py askbot/skins/default/templates/macros.html askbot/skins/default/templates/widgets/scope_nav.html askbot/tests/test_data.json askbot/views/commands.py askbot/views/users.py
| * when internal login app is disabled, links to log in/log out disappear, ↵Evgeny Fadeev2012-01-031-1/+1
| | | | | | | | assuming that the user will provide own
| * Radim's fix for the user profile pageEvgeny Fadeev2011-12-151-6/+18
| |
| * user profile navbar and comment form aligmentByron2011-12-082-2/+1
| |
* | Upgraded migrations so that they work with a sample production database; ↵Tomasz Zielinski2012-01-051-3/+3
| | | | | | | | minor other changes
* | BigMigration: Out of 456 test, only 67 fail, mostly for email and on-screen ↵Tomasz Zielinski2011-12-311-1/+1
| | | | | | | | test cases
* | BigMigration: Question, Answer, Comment models REMOVED; Initial adjustements ↵Tomasz Zielinski2011-12-301-2/+2
| | | | | | | | of the codebase to make `questions()` and `question()` views roughly work
* | Further Users views migration; cleanup before major migration to PostTomasz Zielinski2011-12-292-19/+17
| |
* | questions() view cleanup and conversion to PostTomasz Zielinski2011-12-271-1/+1
| |
* | Misc tweaksTomasz Zielinski2011-12-121-2/+2
| |