1. 25 Nov, 2015 1 commit
  2. 24 Nov, 2015 1 commit
  3. 13 Nov, 2015 1 commit
  4. 24 Sep, 2015 1 commit
    • Improve response handling in AjaxHelpers · b2a0b2f7
      I've changed the logic so that AjaxHelpers keeps
      track of which requests have not yet had mock
      responses sent. This ensures that every response
      is handled before moving on to the next one,
      rather than always handling the last request.
      My intention is that this won't allow bugs to creep
      in where a request isn't fired and instead the test
      responds to an old request. It also should ensure
      that extra events aren't accidentally fired.
      Andy Armstrong committed
  5. 07 Sep, 2015 1 commit
  6. 04 Sep, 2015 1 commit
  7. 08 Aug, 2015 1 commit
  8. 05 Aug, 2015 1 commit
  9. 20 Jul, 2015 1 commit
  10. 15 Jul, 2015 1 commit
  11. 13 Jul, 2015 1 commit
  12. 07 Jul, 2015 1 commit
  13. 26 Jun, 2015 3 commits
  14. 19 Jun, 2015 1 commit
  15. 15 Jun, 2015 1 commit
  16. 27 Apr, 2015 2 commits
  17. 22 Apr, 2015 1 commit
  18. 21 Apr, 2015 1 commit
  19. 17 Apr, 2015 10 commits
  20. 25 Mar, 2015 1 commit
    • Login/Registration page can skip track selection. · 735b4009
      Add querystring param "course_mode" to the login/registration
      page so the user can skip track selection.
      
      This supports upcoming changes to the course details page
      that allow the user to choose the track when clicking
      "enroll", which will replace the functionality of the track
      selection page.
      Will Daly committed
  21. 18 Mar, 2015 1 commit
  22. 13 Mar, 2015 1 commit
  23. 20 Feb, 2015 1 commit
  24. 10 Feb, 2015 1 commit
    • Country Access: block enrollment · e609f982
      Block users from enrolling in a course if the user
      is blocked by country access rules.
      
      1) Enrollment via the login/registration page.
      2) Enrollment from the marketing iframe (via student.views.change_enrollment)
      3) Enrollment using 100% redeem codes.
      4) Enrollment via upgrade.
      
      This does NOT cover enrollment through third party authentication,
      which is sufficiently complex to deserve its own commit.
      Will Daly committed
  25. 19 Jan, 2015 1 commit
  26. 11 Jan, 2015 1 commit
  27. 09 Jan, 2015 1 commit
  28. 05 Jan, 2015 1 commit