1. 22 Dec, 2014 1 commit
  2. 10 Dec, 2014 1 commit
  3. 01 Oct, 2014 1 commit
  4. 13 Aug, 2014 1 commit
  5. 01 Aug, 2014 1 commit
  6. 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
  7. 09 Apr, 2014 1 commit
  8. 24 Mar, 2014 1 commit
  9. 06 Jan, 2014 1 commit
    • Add pagination to Studio's Files and Uploads page · f9c45586
      These changes implement STUD-813. The commit consists of the
      following logical changes:
       - a REST API has been implemented for a course's assets
       - the page itself now fetches the assets client-side
       - the Backbone.Paginator library is used to support pagination
       - the AssetCollection has been refactored to extend
         Backbone.Paginator.requestPager so that it can be paged
       - an abstract PagingView class has been added to generalize
         the communication with a paging REST API
       - the AssetsView has been reimplemented to extend PagingView
       - two new child views have been added:
         - PagingHeader: the paging controls above the list of assets
         - PagingFooter: the paging controls below the assets
      Andy Armstrong committed
  10. 17 Dec, 2013 1 commit
  11. 16 Dec, 2013 1 commit