1. 25 Oct, 2013 1 commit
  2. 24 Oct, 2013 4 commits
  3. 23 Oct, 2013 1 commit
  4. 22 Oct, 2013 1 commit
  5. 16 Oct, 2013 1 commit
  6. 09 Oct, 2013 2 commits
  7. 07 Oct, 2013 2 commits
    • Cleanup to drag and drop implementation. · 61cfb912
      Also includes RequireJS changes.
      
      Fixes bugs:
      STUD-755, STUD-152, STUD-700, STUD-699
      cahrens committed
    • Rework course overview drag and drop. · 2d3cba06
      Failed drags bring the element back to where it started; elements are
      locked to the y-axis, states are represented as CSS classes for
      styling, elements can be dragged across section/subsection borders,
      and dragging to the top/bottom of a section Just Works:tm:.
      
      Needs some styling love to give visual representation of where the
      dragged element will drop, though.
      
      TODO: It'd be good to have auto expand/collapse for subsections.
      Peter Fogg committed
  8. 04 Oct, 2013 1 commit
  9. 27 Sep, 2013 3 commits
  10. 25 Sep, 2013 1 commit
  11. 23 Sep, 2013 1 commit
  12. 19 Sep, 2013 1 commit
  13. 30 Aug, 2013 1 commit
  14. 29 Aug, 2013 1 commit
  15. 27 Aug, 2013 1 commit
  16. 26 Aug, 2013 1 commit
  17. 22 Aug, 2013 2 commits
  18. 21 Aug, 2013 2 commits
  19. 20 Aug, 2013 1 commit
  20. 13 Aug, 2013 1 commit
    • Fix initial loading bug. · e312344d
      Change the `MathJax.Hub.Queue(initializeRequest)` to a simpler function call
      (`initializeRequest.call(this)`). This was failing to give a proper context
      to initializeRequest, and `this.value` was turning up as `undefined`.
      
      Also add a fallback if we need to display some code before MathJax finishes
      its original typesetting.
      
      I was stubbing out `Queue` in my specs, so the tests had to be changed around
      a little.
      Peter Baratta committed
  21. 12 Aug, 2013 1 commit
    • Create a new response type for Numerical/Formula · 735e3b01
      Named `FormulaEquationInput` (name up for debate)
      
      - Based off ChemEqnIn
      - Add FormulaEquationInput in inputtypes.py
      - Add a call to a skeleton method for a preview
      
      javascript:
      
      - Queue up some MathJax
      - Put some ordering on the AJAX requests: add a parameter when the request was started, when it returns check that it isn't outdated before displaying the preview
      - Tests
      
      Note: we moved the `jsinput` tests and DISABLED them, because they were causing the tests to fail.
      Peter Baratta committed
  22. 07 Aug, 2013 1 commit
    • Assign isExternal JS function to window object · df25770f
      When JS functions are defined with names, they are local variables, and inaccessible
      if defined inside a closure. Django-Pipeline concatenates all of our JS into one
      big closure. This function explicitly assings the function to a property of the
      `window` object, so that it is accessible to other JS functions.
      David Baumgold committed
  23. 06 Aug, 2013 1 commit
    • Assign isExternal JS function to window object · 82ac5606
      When JS functions are defined with names, they are local variables, and inaccessible
      if defined inside a closure. Django-Pipeline concatenates all of our JS into one
      big closure. This function explicitly assings the function to a property of the
      `window` object, so that it is accessible to other JS functions.
      David Baumgold committed
  24. 02 Aug, 2013 1 commit
  25. 01 Aug, 2013 1 commit
    • video_speed_control passes all tests except 1 · 8c3f4388
      Mocked loading of captions.
      Fixed remaining tests in captions.
      Fixed failing tests in speed control, and quality control. Turned off all VideoAlpha tests because browser crashes when all are run at once. To check that they are passing, go through each file one by one, replacing xdescribe with describe. Dont forget to change back to xdescribe when the test was run and turns out to be OK.
      Some tests at the end of video_player_spec.js pass
      Further fixing tests in video_player_spec file.
      transfers changes to test_logic from master to __init__ and other files
      Fixing more tests.
      jmclaus committed
  26. 29 Jul, 2013 1 commit
  27. 18 Jul, 2013 1 commit
  28. 09 Jul, 2013 4 commits