1. 18 Apr, 2014 1 commit
  2. 09 Apr, 2014 1 commit
  3. 02 Apr, 2014 1 commit
  4. 21 Mar, 2014 2 commits
    • Update edx-platform page objects and tests to be compatible with new bok-choy version · 806a6b9f
      Change expectedFailure decorators to skip, because that still takes
      a screenshot as if it were an error and at least one of those
      take a super long time when running locally on devstack.
      Jay Zoldak committed
    • Changes for viewing built-in tabs in studio · e86b4a12
      Changed "Status Page" -> "Page".
      
      UX:
          support for displaying built-in tabs
          restored drag and drop on Studio Pages
          additional styling for fixed state on Studio Pages
          add a new page action added to bottom of Studio Pages
      
      Dev
          changes for viewing tabs in studio,
          refactored the tab code,
          decoupled the code from django layer.
          is_hideable flag on tabs
          get_discussion method is needed to continue to support
      external_discussion links for now since used by 6.00x course.
          override the __eq__ operator to support comparing with
      dict-type tabs.
      
      Test
          moved test code to common,
          added acceptance test for built-in pages
          added additional unit tests for tabs.
          changed test_split_modulestore test to support serializing objects
      that are fields in a Course.
      
      Env:
          updated environment configuration settings so they are
          consistent for both cms and lms.
      Nimisha Asthagiri committed
  5. 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
  6. 26 Feb, 2014 1 commit
  7. 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
  8. 20 Feb, 2014 1 commit
  9. 13 Feb, 2014 1 commit
  10. 06 Feb, 2014 1 commit
  11. 04 Feb, 2014 1 commit