1. 08 Jan, 2015 1 commit
  2. 07 Jan, 2015 2 commits
  3. 06 Jan, 2015 7 commits
  4. 05 Jan, 2015 5 commits
  5. 31 Dec, 2014 3 commits
  6. 30 Dec, 2014 1 commit
  7. 22 Dec, 2014 1 commit
  8. 19 Dec, 2014 2 commits
  9. 18 Dec, 2014 1 commit
    • Updating the design of the DRF views for enrollments. · 22a18e35
      Consolidate PUT and POST on the RESTful Layer.
      
      Change URLs for API
      
      Test cleanup.
      
      Adding a course details URL to the enrollment API.
      
      Change student to user
      
      Change to v1, remove feature flag from API URLs
      
      Updating student to user in tests
      
      Re-ordering redirect urls to be evaluated last.
      
      Adding pagination and testing.
      
      Adding Django REST settings for pagination.
      
      Revert "Re-ordering redirect urls to be evaluated last."
      
      This reverts commit 4c9502daa383e49b46f8abec5456c271e5e24ccb.
      
      Re-ordering redirect urls to be evaluated last.
      
      Conflicts:
      	common/djangoapps/enrollment/urls.py
      
      Revert "Adding Django REST settings for pagination."
      
      This reverts commit 9f8a54c41f34caa24818c88f1e75ac59f6ce5259.
      
      Conflicts:
      	common/djangoapps/enrollment/urls.py
      
      Revert "Adding pagination and testing."
      
      This reverts commit 0b2d46262abb78f5ad170700205e7fd28b6af942.
      
      Additional testing, logging, and error messages.
      stephensanchez committed
  10. 17 Dec, 2014 4 commits
  11. 16 Dec, 2014 3 commits
  12. 15 Dec, 2014 3 commits
  13. 13 Dec, 2014 1 commit
  14. 11 Dec, 2014 1 commit
    • Implements keyword sub feature for bulk emails · 32bbb0e7
      This commit pulls in changes from #4487 that implements keyword
      substitution for bulk emails. With these changes, an instructor can
      include keywords in their bulk emails which will be automatically substituted
      with the corresponding value for the recepient of the email. Keywords are
      of the form %%keyword%%, and the keywords implemented in this commit include:
      
      %%USER_ID%% => anonymous_user_id
      %%USER_FULLNAME%% => user profile name
      %%COURSE_DISPLAY_NAME%% => display name of the course
      %%COURSE_END_DATE%% => end date of the course
      
      Client-side validations have also been implemented to ensure that only emails
      with well-formed keywords can be sent.
      The architecture is designed such that adding in new keywords in the future
      would be relatively straight-forward.
      njdup committed
  15. 10 Dec, 2014 4 commits
  16. 09 Dec, 2014 1 commit