1. 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