1. 14 Mar, 2014 1 commit
  2. 11 Mar, 2014 1 commit
  3. 04 Mar, 2014 1 commit
  4. 27 Feb, 2014 1 commit
  5. 14 Feb, 2014 3 commits
  6. 04 Feb, 2014 1 commit
  7. 07 Jan, 2014 1 commit
  8. 25 Nov, 2013 1 commit
    • Make remaining dialogs in wiki accessible. · cccd61eb
      All the dialogs in the wiki are now accessible to screen readers.
      
      Also, the "Switch to selected version" button did the odd thing of
      reloading the page with the new version selected, but inside a dialog.
      That is now fixed.
      
      The merge dialog has a warning that looks kind of funky still, but you
      can read it, unlike the previous code.
      
      LMS-1337
      Ned Batchelder committed
  9. 19 Nov, 2013 1 commit
    • Alert users when forum AJAX requests fail · 89924c5e
      AJAX requests on forums pages occasionally fail (usually when a request
      to the comments service times out), but the user is not made aware of
      the failure. This manifests as either the system not appearing to store
      state (e.g. if an attempt to flag a post fails) or something taking
      forever to load. Now, a modal will pop up to alert the user that a
      request has failed and instruct them to reload the page.
      
      In the longer term, we should fix each user gesture that results in an
      AJAX call to gracefully handle a failure by resetting the state of the
      world appropriately and aleritng the user.
      
      JIRA: FOR-37
      Greg Price committed
  10. 24 Oct, 2013 1 commit
  11. 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
  12. 17 Sep, 2013 1 commit
  13. 09 Sep, 2013 2 commits
  14. 29 Jul, 2013 2 commits
  15. 24 Jul, 2013 2 commits
  16. 22 Jul, 2013 1 commit
    • Add endpoints to set user notification preference · 47b51e93
      Two endpoints are intended to be used by AJAX calls from the web UI with an
      authenticated user. When enabled, the value of the preference is an encryption
      of the username, to be used as a token for one-click unsubscribe links. The
      third endpoint is the target of unsubscribe links, which displays a page with
      an appropriate message to the user.
      Greg Price committed
  17. 10 Jul, 2013 4 commits
  18. 02 Jul, 2013 2 commits
  19. 05 Jun, 2013 3 commits
  20. 04 Jun, 2013 1 commit
  21. 31 May, 2013 2 commits
  22. 28 May, 2013 4 commits
  23. 23 May, 2013 3 commits