Merge pull request #458 from MITx/feature/bk_forum_int
Berkeley Forum Merge
Showing
doc/discussion.md
0 → 100644
This diff is collapsed.
Click to expand it.
lms/djangoapps/django_comment_client/urls.py
0 → 100644
lms/envs/discussionsettings.py
0 → 100644
lms/lib/comment_client/__init__.py
0 → 100644
lms/lib/comment_client/comment.py
0 → 100644
lms/lib/comment_client/comment_client.py
0 → 100644
lms/lib/comment_client/commentable.py
0 → 100644
lms/lib/comment_client/legacy.py
0 → 100644
lms/lib/comment_client/models.py
0 → 100644
lms/lib/comment_client/requirements.txt
0 → 100644
lms/lib/comment_client/settings.py
0 → 100644
lms/lib/comment_client/thread.py
0 → 100644
lms/lib/comment_client/user.py
0 → 100644
lms/lib/comment_client/utils.py
0 → 100644
lms/static/coffee/src/customwmd.coffee
0 → 100644
This diff is collapsed.
Click to expand it.
lms/static/coffee/src/discussion/main.coffee
0 → 100644
lms/static/css/vendor/indicator.gif
0 → 100755
1.52 KB
lms/static/css/vendor/jquery.tagsinput.css
0 → 100644
lms/static/images/admin-actions-sprite.png
0 → 100644
2.21 KB
lms/static/images/vote-arrows.png
0 → 100644
1.54 KB
lms/static/images/wmd-buttons.png
0 → 100644
7.29 KB
lms/static/js/Markdown.Converter.js
0 → 100644
This diff is collapsed.
Click to expand it.
lms/static/js/Markdown.Editor.js
0 → 100644
This diff is collapsed.
Click to expand it.
lms/static/js/Markdown.Sanitizer.js
0 → 100644
lms/static/js/URI.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
lms/static/js/jquery.ajaxfileupload.js
0 → 100644
lms/static/js/jquery.autocomplete.js
0 → 100644
This diff is collapsed.
Click to expand it.
lms/static/js/jquery.tagsinput.js
0 → 100644
This diff is collapsed.
Click to expand it.
lms/static/js/jquery.timeago.js
0 → 100644
lms/static/js/mustache.js
0 → 100644
This diff is collapsed.
Click to expand it.
lms/static/js/split.js
0 → 100644
lms/static/sass/_discussion.scss
0 → 100644
This diff is collapsed.
Click to expand it.
lms/static/sass/_news.scss
0 → 100644
lms/templates/discussion/_accordion.html
0 → 100644
lms/templates/discussion/_blank_slate.html
0 → 100644
lms/templates/discussion/_content.mustache
0 → 100644
lms/templates/discussion/_forum.html
0 → 100644
lms/templates/discussion/_inline.html
0 → 100644
lms/templates/discussion/_js_data.html
0 → 100644
lms/templates/discussion/_paginator.html
0 → 100644
lms/templates/discussion/_search_bar.html
0 → 100644
lms/templates/discussion/_single_thread.html
0 → 100644
lms/templates/discussion/_sort.html
0 → 100644
lms/templates/discussion/_trending_tags.html
0 → 100644
lms/templates/discussion/_user_profile.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
lms/templates/discussion/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
lms/templates/discussion/user_profile.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
lms/templates/news.html
0 → 100644
This diff is collapsed.
Click to expand it.
lms/templates/notifications.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.