Skip to content
Snippets Groups Projects
  1. Nov 10, 2015
    • Usman Khalid's avatar
      Rebase upgrade Django to v1.8.5 · 6cb62f26
      Usman Khalid authored
      Please note that this is a squshed commit and the work of:
      Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
      6cb62f26
  2. Jul 13, 2015
    • AlasdairSwan's avatar
      ECOM-1661 removed nav links for logged out states · 51deec38
      AlasdairSwan authored
      Add context for navigation states
      added find course to dashboard sidebar and included check for context that Will adds in PR
      removed nav_course_search context due to design change so replaced with nav_hidden
      Removed rwd_header.js and all references as no longer being used.
      
      Wrapped Find Courses in dashboard sidebar in if statement
      51deec38
  3. Jun 22, 2015
    • Will Daly's avatar
      Reverification iOS support and refactor · 8c52c92b
      Will Daly authored
      * Delete reverification templates
      * Delete photocapture.js
      * Delete unused "name change" end-points
      * Rebuild the reverification views using Backbone sub-views
      * Stop passing template names to the JavaScript code
      * Avoid hard-coding the parent view ID in the webcam view (for getting the capture click sound URL)
      8c52c92b
  4. Apr 17, 2015
    • Will Daly's avatar
      Credit message on track selection page. · 3b160eef
      Will Daly authored
      * Adds a credit course mode to indicate that a course
      has a credit option.
      
      * Hides the credit option from the track selection and
      pay-and-verify pages.
      
      * Shows different messaging for the verified track if
      it's possible to upgrade from verified to credit at the end
      of the course.
      3b160eef
  5. Mar 17, 2015
  6. Mar 13, 2015
  7. Feb 10, 2015
    • Will Daly's avatar
      Country Access: block enrollment · e609f982
      Will Daly authored
      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.
      e609f982
  8. Jan 29, 2015
    • Renzo Lucioni's avatar
      Remove old payment and verification flow · 80589eab
      Renzo Lucioni authored
      Removes old payment and verification endpoints, views, templates, and tests, making the new split flow the default. The SEPARATE_VERIFICATION_FROM_PAYMENT feature flag is also removed.
      80589eab
  9. Jan 26, 2015
  10. Jan 15, 2015
  11. Dec 30, 2014
  12. Dec 17, 2014
  13. Nov 10, 2014
  14. Oct 30, 2014
  15. Oct 28, 2014
  16. Oct 14, 2014
  17. Oct 02, 2014
    • Stephen Sanchez's avatar
      Add new enrollment message to the dashboard · bf112f7e
      Stephen Sanchez authored
      The body of the enrollment message template
      
      Tokenize platform name in message.
      
      Changing to a datetime enrollment approach
      
      Adding sorting. A little refactoring.
      
      Adding confguration model for time delta
      
      Adding admin registration and basic form for new config model.
      
      Fixing docstring typo
      
      Updating default time delta to 0, adding test to show it disabled functionality.
      
      Removing the form from configuration and tweaking the enrollment message html
      bf112f7e
  18. Oct 01, 2014
  19. Sep 12, 2014
  20. Sep 08, 2014
  21. Aug 28, 2014
  22. Aug 15, 2014
  23. Aug 12, 2014
  24. Aug 08, 2014
  25. Aug 05, 2014
  26. Jun 11, 2014
  27. Jun 09, 2014
    • Don Mitchell's avatar
      Fix performance regression · 2c6437a2
      Don Mitchell authored
      Remove course_from_id
      don't fetch whole course when the root will do
      don't fetch even the root if the id will do
      check for definition.data == null
      2c6437a2
  28. May 29, 2014
  29. May 21, 2014
  30. May 07, 2014
    • Calen Pennington's avatar
      Make course ids and usage ids opaque to LMS and Studio [partial commit] · e2bfcf2a
      Calen Pennington authored
      This commit updates common/djangoapps.
      
      These keys are now objects with a limited interface, and the particular
      internal representation is managed by the data storage layer (the
      modulestore).
      
      For the LMS, there should be no outward-facing changes to the system.
      The keys are, for now, a change to internal representation only. For
      Studio, the new serialized form of the keys is used in urls, to allow
      for further migration in the future.
      
      Co-Author: Andy Armstrong <andya@edx.org>
      Co-Author: Christina Roberts <christina@edx.org>
      Co-Author: David Baumgold <db@edx.org>
      Co-Author: Diana Huang <dkh@edx.org>
      Co-Author: Don Mitchell <dmitchell@edx.org>
      Co-Author: Julia Hansbrough <julia@edx.org>
      Co-Author: Nimisha Asthagiri <nasthagiri@edx.org>
      Co-Author: Sarina Canelake <sarina@edx.org>
      
      [LMS-2370]
      e2bfcf2a
  31. Dec 05, 2013
  32. Dec 03, 2013
  33. Nov 04, 2013
  34. Oct 30, 2013
Loading