Skip to content
Snippets Groups Projects
  1. Mar 05, 2014
  2. Mar 03, 2014
  3. Feb 28, 2014
  4. Feb 27, 2014
  5. Feb 26, 2014
  6. Feb 25, 2014
  7. Feb 24, 2014
  8. Feb 21, 2014
    • Calen Pennington's avatar
    • Calen Pennington's avatar
      Implement children for pure XBlocks in edx-platform · dbc99ef8
      Calen Pennington authored
      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.
      dbc99ef8
    • Valera Rozuvan's avatar
      Fix bug multiple choice with video. BLD-788. · 1107aa2b
      Valera Rozuvan authored
      The Video element contains an input with type file. When the
      Check button was clicked for the multiple choice problem, the
      code was acting in different ways when there as a Video on the
      page and when there wasn't. This is because in the check_fd()
      method there was a selector that was looking for inputs of type
      file on the whole page instead of just in the current problem.
      When there was a Video pn the page, the page-wide selector
      returned the Video's file input, and the check_fd() method
      went on believing that the multiple choice has a file input.
      
      The correct way is to look for file inputs only in the current
      element.
      
      Added a Jasmine JavaScript unit test.
      
      BLD-788.
      1107aa2b
    • Valera Rozuvan's avatar
      Converting Time module to JS. · 2dbc5a41
      Valera Rozuvan authored
      2dbc5a41
  9. Feb 20, 2014
  10. Feb 19, 2014
  11. Feb 18, 2014
  12. Feb 14, 2014
  13. Feb 13, 2014