1. 11 Dec, 2014 1 commit
  2. 06 Nov, 2014 1 commit
  3. 16 Sep, 2014 1 commit
  4. 26 Aug, 2014 1 commit
  5. 22 Aug, 2014 1 commit
  6. 21 Aug, 2014 1 commit
    • Fix Studio to gracefully handle xblock JavaScript errors · d451c3e9
      TNL-46
      
      I've changed Studio to catch JavaScript errors when rendering xblocks, log the error, but to then continue as normal. This means that the user is still able to interact with the xblock to delete, duplicate etc. This seems reasonable as the xblock is only rendered as a WYSIWYG representation so if it isn't fully interactive that shouldn't be a big problem.
      Andy Armstrong committed
  7. 19 Aug, 2014 1 commit
  8. 16 Aug, 2014 1 commit
  9. 11 Aug, 2014 1 commit
  10. 07 Aug, 2014 12 commits
  11. 28 Jul, 2014 1 commit
  12. 25 Jul, 2014 1 commit
  13. 24 Jul, 2014 2 commits
  14. 18 Jul, 2014 1 commit
  15. 20 Jun, 2014 1 commit
  16. 29 May, 2014 1 commit
  17. 21 May, 2014 1 commit
    • Allow creation of components on container page · 541d20ef
      This commit implements STUD-1490, allowing creation of components
      on the container page. It also enables the delete and duplicate
      buttons now that new content can be created that would benefit.
      
      Note that it also creates shared functionality for adding components,
      and refactors the unit page to use it too.
      Andy Armstrong committed
  18. 05 May, 2014 1 commit
  19. 02 May, 2014 2 commits
  20. 02 Apr, 2014 1 commit
  21. 21 Mar, 2014 1 commit
  22. 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