Merge pull request #520 from MITx/feature/rocky/discussion
add user profile and fixed edit
No related branches found
No related tags found
Showing
- lms/djangoapps/django_comment_client/base/views.py 12 additions, 9 deletionslms/djangoapps/django_comment_client/base/views.py
- lms/djangoapps/django_comment_client/forum/views.py 5 additions, 2 deletionslms/djangoapps/django_comment_client/forum/views.py
- lms/djangoapps/django_comment_client/helpers.py 2 additions, 16 deletionslms/djangoapps/django_comment_client/helpers.py
- lms/djangoapps/django_comment_client/mustache_helpers.py 2 additions, 1 deletionlms/djangoapps/django_comment_client/mustache_helpers.py
- lms/djangoapps/django_comment_client/settings.py 10 additions, 0 deletionslms/djangoapps/django_comment_client/settings.py
- lms/djangoapps/django_comment_client/utils.py 17 additions, 0 deletionslms/djangoapps/django_comment_client/utils.py
- lms/static/coffee/src/discussion/content.coffee 385 additions, 396 deletionslms/static/coffee/src/discussion/content.coffee
- lms/static/coffee/src/discussion/discussion.coffee 168 additions, 163 deletionslms/static/coffee/src/discussion/discussion.coffee
- lms/static/coffee/src/discussion/discussion_module.coffee 32 additions, 31 deletionslms/static/coffee/src/discussion/discussion_module.coffee
- lms/static/coffee/src/discussion/main.coffee 7 additions, 1 deletionlms/static/coffee/src/discussion/main.coffee
- lms/static/coffee/src/discussion/user_profile.coffee 28 additions, 33 deletionslms/static/coffee/src/discussion/user_profile.coffee
- lms/templates/courseware/courseware.html 1 addition, 0 deletionslms/templates/courseware/courseware.html
- lms/templates/discussion/_content_renderer.html 7 additions, 7 deletionslms/templates/discussion/_content_renderer.html
- lms/templates/discussion/_similar_posts.html 9 additions, 0 deletionslms/templates/discussion/_similar_posts.html
- lms/templates/discussion/_user_active_threads.html 4 additions, 4 deletionslms/templates/discussion/_user_active_threads.html
- lms/templates/discussion/_user_profile.html 3 additions, 3 deletionslms/templates/discussion/_user_profile.html
- lms/templates/discussion/index.html 1 addition, 1 deletionlms/templates/discussion/index.html
- lms/templates/discussion/mustache/_content.mustache 1 addition, 1 deletionlms/templates/discussion/mustache/_content.mustache
- lms/templates/discussion/mustache/_new_post.mustache 1 addition, 5 deletionslms/templates/discussion/mustache/_new_post.mustache
- lms/templates/discussion/single_thread.html 1 addition, 1 deletionlms/templates/discussion/single_thread.html
Loading
Please register or sign in to comment