Skip to content
Snippets Groups Projects
  1. Mar 11, 2014
  2. Mar 07, 2014
  3. Mar 06, 2014
  4. Feb 28, 2014
  5. Feb 27, 2014
    • Andy Armstrong's avatar
      Add new container page that can display nested xblocks · fcc0231d
      Andy Armstrong authored
      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.
      fcc0231d
  6. Feb 24, 2014
  7. Feb 13, 2014
    • Carson Gee's avatar
      Push To LMS updates · f02c074d
      Carson Gee authored
      Added tests
      Converted scripts to django commands
      Removed advanced module requirement
      Generalized to platform
      Switched to subprocess for shell commands
      Beefed up resiliency and error checking.
      Refactored since #1910 removed get_location_and_verify_access
      Added settings to aws for export directory and reworked test setup and teardown
      Several review based fixes
      Added line to Changelog
      Changed URL handler to be accepting and moved git bare repo inside of test_root/data
      Added exception logging to help trace issues
      Added output in exception logging
      Made the branch to commit to explicit instead of implicit
      Skipping git identity test on condition of global configuration set
      f02c074d
  8. Feb 12, 2014
  9. Feb 11, 2014
  10. Feb 06, 2014
  11. Feb 05, 2014
  12. Feb 04, 2014
  13. Jan 30, 2014
  14. Jan 29, 2014
    • Calen Pennington's avatar
      Add config_model, a library for database backed configuration · d379b35f
      Calen Pennington authored
      ConfigurationModels can be managed using the admin site. They are
      append-only, and track the user who is making the change, and the time
      that the change was made. The configuration is stored in the database,
      and cached for performance.
      
      [LMS-1220]
      d379b35f
    • Calen Pennington's avatar
      Add the ability to dark-launch languages · 881e3ba5
      Calen Pennington authored
      To mark a language as dark-launched, add it to the DARK_LANGUAGES
      django conf setting. To activate a dark-launched language, set he
      query parameter `preview-lang` to the language code on any url.
      
      [LMS-2045]
      [LMS-2077]
      [LMS-2076]
      881e3ba5
  15. Jan 28, 2014
    • Valera Rozuvan's avatar
      Fix for BLD-708: Firefox YouTube video start time. · d33c4fc8
      Valera Rozuvan authored
      In Firefox YouTube video with start time plays from 00:00:00.
      The reason was that seekTo() could not start playing a video from
      a point that hasn't been buffered yet. Why this started happening
      just now, really is hard to explain.
      
      BLD-708.
      d33c4fc8
  16. Jan 27, 2014
  17. Jan 24, 2014
  18. Jan 23, 2014
  19. Jan 22, 2014
  20. Jan 21, 2014
  21. Jan 15, 2014
  22. Jan 14, 2014
  23. Jan 10, 2014
  24. Jan 08, 2014
  25. Jan 07, 2014
Loading