1. 15 Jan, 2015 2 commits
  2. 14 Jan, 2015 1 commit
  3. 10 Dec, 2014 1 commit
  4. 05 Dec, 2014 3 commits
  5. 06 Nov, 2014 1 commit
  6. 23 Oct, 2014 1 commit
    • Support and tests for adding a reset button to units · 6d19a0c8
      Users may want to start anew when answering a question. This commit decouples reset from randomization while still preserving backward compatibility. Users can clear their input.
      Instructors can set course-wide and problem-specific settings for reset button display.
      Jim committed
  7. 01 Oct, 2014 1 commit
  8. 23 Sep, 2014 1 commit
    • Basic Mobile API (v0.5) and Video Abstraction Layer integration. · 4f5d8b30
      Note that the features in this release are opt-in, and course and video
      behavior will remain the same unless a course explicitly opts in.
      
      Major pieces of functionality with this commit:
      
      Allows the listing of a user's enrollments, course videos, and updates. In
      order to make a course available for mobile use, course staff must explicitly
      set the Course Advanced Setting "Mobile Course Available" to true. Course staff
      will always see their own courses through the Mobile API regardless of this
      setting, but students will only be allowed to see a course through the Mobile
      API if this setting is set to "true". By default, a Course will *not* be
      available for mobile use.
      
      This is a Django app for video resource management. It is completely optional,
      and is intended to allow video and operations teams to create new encodings of
      videos (e.g. low res for mobile) and change CDNs without having to edit course
      data directly. Course teams can now use a "EdX Video ID" setting for Videos,
      which will leverage VAL. Video units that do not fill in an "EdX Video ID" will
      behave exactly as they always have.
      
      * The Mobile API is enabled with the ENABLE_MOBILE_REST_API feature flag.
      * VAL is enabled with the ENABLE_VIDEO_ABSTRACTION_LAYER_API feature flag.
      * VAL and the Mobile API both require ENABLE_OAUTH2_PROVIDER).
      * The Mobile API is a read-only API, but VAL requires database migrations.
      * Applications that make use of either the Mobile API or VAL must be registered
        with the OAuth2 provider app in Django Admin.
      David Ormsbee committed
  9. 20 Aug, 2014 1 commit
  10. 08 Aug, 2014 1 commit
  11. 07 Aug, 2014 2 commits
  12. 04 Aug, 2014 1 commit
    • Instructors can view previously sent email content · 5791fd10
      Previously on the send email page of the instructor dashboard, instructors could only view
      task information about emails they've sent for their course in the past.
      In addition to this, I've now added the ability to see the content of all previously sent emails.
      
      A "Sent Email History" button has been added to the page. When clicked, a table displaying the
      subject line, number of emails sent, and date/time of submission for each previously sent email
      is created. An instructor can then click on any subject line to see the content of that email,
      displayed in a modal window that appears on the page.
      
      The window is also equipped with a "copy email to editor" button, which copies the emails contents
      to the tinyMCE editor, so that an instructor can easily resend an email that they've sent
      in the past.
      njdup committed
  13. 15 Jul, 2014 1 commit
    • Make text on register button on About page conditional. · aa1b6239
       Added a new advanced setting; invitation_only
      
       If invitation_only display "Enrollment in this course is by invitation only"
       Otherwise, if outside of enrollment period display "Enrollment is Closed"
      
       This issue is logged at LMS-2670
      
       Also fixed in this PR is issue LMS-2717; even though the Register button was greyed out,
       clicking it sent one to the registration page.
      David Adams committed
  14. 26 Jun, 2014 1 commit
  15. 24 Jun, 2014 1 commit
  16. 20 Jun, 2014 1 commit
  17. 14 Jun, 2014 1 commit
  18. 13 Jun, 2014 1 commit
  19. 11 Jun, 2014 1 commit
  20. 05 Jun, 2014 1 commit
  21. 02 Jun, 2014 1 commit
  22. 29 May, 2014 3 commits
  23. 28 May, 2014 1 commit
  24. 27 May, 2014 3 commits
  25. 23 May, 2014 2 commits
  26. 21 May, 2014 2 commits
  27. 20 May, 2014 1 commit
  28. 12 May, 2014 1 commit
  29. 02 May, 2014 1 commit
  30. 25 Apr, 2014 1 commit