1. 20 Feb, 2015 2 commits
  2. 28 Jan, 2015 1 commit
  3. 27 Jan, 2015 1 commit
  4. 21 Jan, 2015 1 commit
  5. 20 Jan, 2015 1 commit
  6. 14 Jan, 2015 1 commit
  7. 06 Jan, 2015 1 commit
  8. 05 Jan, 2015 1 commit
  9. 14 Dec, 2014 1 commit
  10. 14 Oct, 2014 1 commit
  11. 25 Sep, 2014 1 commit
  12. 24 Sep, 2014 1 commit
    • Disabled student view if course is not yet released for students. · f14dd9d3
      LMS-6617
      
      Fixed wiki merge url regex.
      TNL-413
      
      ECOM-345 changed any lists that could display with only 1 item to divs
      
      ECOM-345 Added aria tags for header
      
      ECOM-364 Accessibility update for footer
      
      added my name to the authors file
      
      Addressing feedback from code review - removing unnecessary element references in selectors
      
      Updated header aria-label to be main
      Waheed Ahmed committed
  13. 25 Aug, 2014 1 commit
  14. 22 Aug, 2014 1 commit
  15. 10 Jul, 2014 1 commit
  16. 23 Jun, 2014 1 commit
  17. 18 Jun, 2014 1 commit
  18. 07 May, 2014 1 commit
    • Make course ids and usage ids opaque to LMS and Studio [partial commit] · d5029abf
      This commit updates lms/templates.
      
      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]
      Calen Pennington committed
  19. 16 Apr, 2014 1 commit
  20. 13 Mar, 2014 1 commit
  21. 28 Feb, 2014 1 commit
  22. 07 Feb, 2014 1 commit
  23. 16 Jan, 2014 1 commit
  24. 14 Jan, 2014 1 commit
    • Introduction of the Microsite feature which allows for limited multi-tenant… · a3211a74
      Introduction of the Microsite feature which allows for limited multi-tenant branding on a subdomain basis, e.g. foo.edx.org and bar.edx.org
      
      fix errorenous logic when running a microsite that could reside in a hosting environment with a marketing site in front of it
      
      pep8/pylint fixes
      
      address PR feedback, remove underscore from test hostname
      
      more pep8/pylint cleanup. Skip test_microsites test, it works on localdev, not on Jenkins. Need to talk with QA team
      
      manually add Ned's single-to-double quote fix
      
      change aws.py runtimes so that the microsite_dir that is read from configuration is changed to a python path
      
      Conflicts:
      	lms/templates/help_modal.html
      Chris Dodge committed
  25. 03 Dec, 2013 1 commit
  26. 01 Nov, 2013 1 commit
  27. 16 Oct, 2013 2 commits
  28. 30 Sep, 2013 1 commit
  29. 27 Sep, 2013 1 commit
    • Stanford paid course registration · 667a1ead
      With tests, some settings changes
      (all should default to not breaking anything for edx)
      
      Added styling for shopping cart User Experience
      - Styled shoppingcart list page
      - Styled navigation shopping cart button
      - Styled receipt page
      - Styled course about page for shopping cart courses
      
      Addressed HTML/SCSS issues
      
      Remove offending body class and unnecessary sass changes
      
      Addresses many review comments on stanford shopping cart
      
      * framework for generating order instructions on receipt page
        in shoppingcart.models
      * move user_cart_has_item into shoppingcart.models
      * move min_course_price_for_currency into course_modes.models
      * remove auto activation on purchase
      * 2-space indents in templates
      * etc
      
      revert indentation on navigation.html for ease of review
      
      pep8 pylint
      
      move logging/error handling from shoppingcart view to model
      
      Addressing @dave changes
      Jason Bau committed
  30. 23 Sep, 2013 1 commit
  31. 20 Sep, 2013 1 commit
  32. 19 Sep, 2013 1 commit
  33. 13 Sep, 2013 1 commit
  34. 02 Aug, 2013 2 commits
  35. 31 Jul, 2013 2 commits
  36. 19 Jun, 2013 1 commit
    • The bulk of Shibboleth authentication for Stanford · 824fb9a3
      Highlights:
      * The url '/shib-login/' interfaces with apache/mod_shib via
        request.META to handle shibboleth login and registrations
      * Courses can designate 'enrollment_domains' to limit enrollment
        to users with a linked ExternalAuthMap verified by a particular
        identity provider
      * Tests
      * Logging
      
       Changes to be committed:
      
      	new file:   common/djangoapps/external_auth/migrations/0001_initial.py
      	new file:   common/djangoapps/external_auth/migrations/__init__.py
      	new file:   common/djangoapps/external_auth/tests/test_shib.py
      	modified:   common/djangoapps/external_auth/views.py
      	modified:   common/djangoapps/student/views.py
      	modified:   common/lib/xmodule/xmodule/course_module.py
      	modified:   lms/djangoapps/courseware/access.py
      	modified:   lms/djangoapps/courseware/tests/test_access.py
      	modified:   lms/envs/common.py
      	modified:   lms/envs/dev.py
      	modified:   lms/envs/test.py
      	modified:   lms/templates/courseware/course_about.html
      	modified:   lms/templates/dashboard.html
      	modified:   lms/templates/extauth_failure.html
      	modified:   lms/templates/navigation.html
      	modified:   lms/templates/register.html
      	modified:   lms/templates/signup_modal.html
      	modified:   lms/urls.py
      	renamed:    lms/wsgi_apache.py -> lms/wsgi_apache_lms.py
      Jason Bau committed