Skip to content
Snippets Groups Projects
  1. Dec 15, 2013
  2. Dec 12, 2013
  3. Dec 10, 2013
  4. Dec 04, 2013
  5. Dec 03, 2013
  6. Nov 26, 2013
  7. Nov 22, 2013
  8. Nov 20, 2013
  9. Nov 19, 2013
  10. Nov 18, 2013
  11. Nov 08, 2013
  12. Nov 04, 2013
  13. Nov 01, 2013
  14. Oct 31, 2013
    • Diana Huang's avatar
      Code cleanup due to review comments · 17610edf
      Diana Huang authored
      * make `user_status` more intelligent
      * remove some logic from the templates
      * rename `parse_error_msg` to `parsed_error_msg`
      * fix up and add more tests
      
      LMS-1387
      17610edf
  15. Oct 30, 2013
  16. Oct 29, 2013
  17. Oct 25, 2013
  18. Oct 16, 2013
  19. Oct 03, 2013
  20. Sep 27, 2013
    • Jason Bau's avatar
      Stanford paid course registration · 667a1ead
      Jason Bau authored
      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
      667a1ead
  21. Sep 25, 2013
  22. Sep 12, 2013
  23. Sep 11, 2013
  24. Sep 09, 2013
  25. Sep 06, 2013
    • Jason Bau's avatar
      Address @brianhw review comments · 6a850e27
      Jason Bau authored
      * Fix open redirect vulnerability
      * Add Logging To AUDIT_LOG : Note I had to change existing tests
        that mocked AUDIT_LOG with this
      * Use external_auth.views.SHIBBOLETH_DOMAIN_PREFIX in student.views
      * Add a bunch of documentation
      * PEP8 / Pylint
      6a850e27
    • Jason Bau's avatar
    • Jason Bau's avatar
      Revamped + Enhanced Shibboleth support · 948c07c4
      Jason Bau authored
      * If a shib users type in their email on the regular login page,
        redirects them to /shib-login/
      * Modify student.views.accounts_login to handle redirects
        generated by @login_required for courses that use shib for
        access control.
        Redirect those logins to /shib-login/?next=
      948c07c4
  26. Sep 04, 2013
  27. Aug 30, 2013
Loading