1. 25 Feb, 2014 1 commit
  2. 21 Feb, 2014 1 commit
    • Implement children for pure XBlocks in edx-platform · dbc99ef8
      This requires fixing the javascript api implementation, and adding
      an implementation of get_block to the ModuleSystem api.
      
      However, the implementation is incomplete, due to mismatches between
      the expectations of XModule and XBlock.
      
      Also adds tests using the Acid block to make sure that the javascript
      and python apis for children are working correctly.
      Calen Pennington committed
  3. 20 Feb, 2014 1 commit
  4. 19 Feb, 2014 2 commits
  5. 18 Feb, 2014 1 commit
  6. 14 Feb, 2014 2 commits
  7. 13 Feb, 2014 1 commit
  8. 11 Feb, 2014 1 commit
    • splash-screen: Add ability to redirect to a splash screen URL · e6f4f4f4
      Checks for the presence of a cookie with specific values when activated,
      and redirect the user to a configurable URL when it is not found, or not
      with an accepted value.
      
      To be used to display a splash screen to users upon the first visit.
      It's the responsability of the splash page at the redirected URL to set
      the proper cookie value before sending users back to the LMS.
      Xavier Antoviaque committed
  9. 10 Feb, 2014 2 commits
  10. 05 Feb, 2014 1 commit
  11. 03 Feb, 2014 2 commits
  12. 02 Feb, 2014 1 commit
  13. 01 Feb, 2014 1 commit
  14. 31 Jan, 2014 1 commit
  15. 29 Jan, 2014 3 commits
  16. 28 Jan, 2014 1 commit
  17. 27 Jan, 2014 1 commit
  18. 22 Jan, 2014 2 commits
  19. 21 Jan, 2014 1 commit
  20. 17 Jan, 2014 1 commit
  21. 16 Jan, 2014 1 commit
  22. 15 Jan, 2014 2 commits
  23. 14 Jan, 2014 3 commits
  24. 10 Jan, 2014 1 commit
  25. 09 Jan, 2014 2 commits
  26. 06 Jan, 2014 2 commits
    • 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
  27. 20 Dec, 2013 1 commit
  28. 19 Dec, 2013 1 commit