1. 09 Apr, 2014 3 commits
  2. 25 Mar, 2014 1 commit
    • Fix Studio's XBlock dependency loading issues · a37d2c1b
      STUD-1465
      
      Changed the XBlock rendering logic to use promises to track asynchronous tasks.
      Each dependency is then only loaded once the previous one has completed, and the
      XBlock initialization only happens once all dependencies are loaded. This gives
      XBlocks the same semantics in Studio as they get when shown directly on a page.
      Andy Armstrong committed
  3. 27 Feb, 2014 1 commit
    • Add new container page that can display nested xblocks · fcc0231d
      This is the changes for STUD-1244, which introduces the ability for Studio to display
      arbitrarily nested xblocks. In this change, a new container page is introduced which can
      display nested xblocks. In particular, the xblock type of 'vertical' is special cased
      to be shown inline as a collapsible section. The unit page is mostly unchanged, except
      that container xblock's are shown as a link to their container page, rather than being
      shown inline.
      Andy Armstrong committed