- 20 Aug, 2015 40 commits
-
-
ziafazal/api-additional-fields-to-course-detail: added include_fields param to get additional fields
Zia Fazal committed -
make sure the social stats API endpoint accept an new source key format, but the forum service needs the old style. Plus add tests
Chris Dodge committed -
Matt Drayer committed
-
Matt Drayer committed
-
create workgroup cohort if it does not exist when adding a user to a coh... Conflicts: lms/djangoapps/projects/views.py
chrisndodge committed -
Matt Drayer committed
-
Matt Drayer committed
-
Zia Fazal committed
-
Zia Fazal committed
-
Zia Fazal committed
-
Also contains: * mattdrayer/rebase-20140722b: cherry-pick 0325694 * mattdrayer/rebase-20140722: cherry-pick e8b1217 * Sessions API Documentation * mattdrayer/rebase-20140722: cherry-pick ofao48d * mattdrayer/rebase-20140722: cherry-pick b0c343c * mattdrayer/rebase-20140722: cherry-pick d56e973 * mattdrayer/status-500-fix: Small API bug * added content_id to workgroup review submissions * mattdrayer/api-user-preferences-delete: Added new Detail view, GET/DELETE operations * mattdrayer/rebase-20140722: cherry-pick 0624385 * handle exception if user never accessed any course module * mattdrayer/rebase-20140722: cherry-pick caada51 * cdodge/add-progress-publish-api-endpoint: expose a new xblock runtime publish special cased event type 'progress' which adds an entry into the CourseCompletions table * add default setting for feature flag in common.py * mattdrayer/rebase-20140722: cherry-pick 7a1e12c * mattdrayer/rebase-20140722: Functional stabilization
Matt Drayer committed -
Zia Fazal committed
-
added active filter added tests
Zia Fazal committed -
added completions to response dict Merged course completions leaders and course avg added is_active check pep8 compliant remove serialiser class
Zia Fazal committed -
Zia Fazal committed
-
updated urls updated docs
Zia Fazal committed -
merged with master and updated url
Matt Drayer committed -
Matt Drayer committed
-
Matt Drayer committed
-
Zia Fazal committed
-
added id, name and created fields Added display_name to basic serializer
Zia Fazal committed -
fix for breaking test
Zia Fazal committed -
Zia Fazal committed
-
Matt Drayer committed
-
Fixed failing test more test and improvements to code quality
Alan Boudreault committed -
add some better error handling switch over
Chris Dodge committed -
Matt Drayer committed
-
Tweak to migration in order to accomodate old names for data fields and allow for if data fields were not present
Martyn James committed -
mattdrayer/api-orgdatamigration: Script to copy info from Group to Organization (including relationships)
Matt Drayer committed -
remove duplicate data
Chris Dodge committed -
Matt Drayer committed
-
Mark Hoeber committed
-
Removed course module migration
Zia Fazal committed -
mattdrayer/api-coursegrades: Added support for viewing a set of grades for a course. Includes filters/aggregations.
Matt Drayer committed -
Matt Drayer committed
-
Zia Fazal committed
-
Generated migration
Zia Fazal committed -
added is_private field to workgroup model and lookup of workgroup by users added organization field to Project Fixed broken test
Zia Fazal committed -
Matt Drayer committed
-
Conflicts: cms/djangoapps/contentstore/views/helpers.py common/static/coffee/src/discussion/content.coffee common/static/coffee/src/discussion/discussion_filter.coffee common/static/coffee/src/discussion/discussion_module_view.coffee common/static/coffee/src/discussion/discussion_router.coffee common/static/coffee/src/discussion/views/discussion_content_view.coffee common/static/coffee/src/discussion/views/discussion_thread_profile_view.coffee common/static/coffee/src/discussion/views/discussion_thread_show_view.coffee common/static/coffee/src/discussion/views/discussion_thread_view.coffee common/static/coffee/src/discussion/views/new_post_view.coffee common/static/coffee/src/discussion/views/response_comment_show_view.coffee common/static/coffee/src/discussion/views/thread_response_show_view.coffee common/static/coffee/src/discussion/views/thread_response_view.coffee lms/djangoapps/django_comment_client/forum/views.py lms/static/sass/discussion/_discussion.scss lms/templates/discussion/_discussion_module.html lms/templates/discussion/_filter_dropdown.html lms/templates/discussion/_js_head_dependencies.html lms/templates/discussion/_thread_list_template.html lms/templates/discussion/_underscore_templates.html lms/templates/discussion/index.html lms/templates/discussion/mustache/_inline_discussion.mustache lms/templates/discussion/mustache/_pagination.mustache lms/templates/discussion/mustache/_profile_thread.mustache
Alan Boudreault committed
-