Skip to content
Snippets Groups Projects
  1. Feb 28, 2018
  2. Feb 27, 2018
  3. Feb 22, 2018
  4. Feb 21, 2018
  5. Feb 20, 2018
  6. Feb 15, 2018
  7. Feb 07, 2018
  8. Jan 30, 2018
  9. Jan 21, 2018
  10. Jan 17, 2018
  11. Jan 16, 2018
    • Diana Huang's avatar
      Add Learner Analytics dashboard. · 7af52bf1
      Diana Huang authored
      Add the back-end and front-end React app for Learner Analytics.
      This was mostly authored by @AlasdairSwan and @dianakhuang.
      
      LEARNER-3376
      7af52bf1
  12. Jan 12, 2018
  13. Jan 08, 2018
  14. Dec 13, 2017
  15. Dec 12, 2017
  16. Dec 08, 2017
    • David Ormsbee's avatar
      Reduce size of the commons.js bundle. · 2568a428
      David Ormsbee authored
      Increase the number of bundles that a chunk has to appear in to be put
      into the commons.js bundle. This drastically reduces the size of the
      commons.js bundle (used basically everywhere on LMS and Studio) from
      953K to 188K, mostly at the cost of making AccessibilityPage and
      AssetsPage (both Studio-only) larger -- 345K -> 1.1M, 91K -> 865K.
      2568a428
  17. Dec 05, 2017
    • Ari Rizzitano's avatar
      introduce ReactRenderer module and renderReact mako def · 8ca0fe9d
      Ari Rizzitano authored
      [FEDX-453]
      
      [extreme wip] mako/react bridge code [FEDX-453]
      
      more attempts
      
      split out entry points into separate file
      
      this works!
      
      kill dynamic import
      
      error handling
      
      didn't need webpack_static
      
      handle passing props
      
      cleanup django-template-rendering defs
      
      pytest monkeypatch fix
      
      cleanup
      
      add id arg to renderReact def
      
      more cleanup
      
      oops
      
      quality xss fixes
      
      unittest fix
      
      kill HelloWorld
      8ca0fe9d
  18. Dec 02, 2017
  19. Nov 06, 2017
  20. Oct 26, 2017
    • Eric Fischer's avatar
      Webpack config prod/dev split · 3fc342e6
      Eric Fischer authored
      EDUCATOR-1448
      
      Modifies paver webpack task to use production configuration in all
      non-devstack environments, and a development config in devstack.
      3fc342e6
  21. Oct 25, 2017
  22. Oct 23, 2017
  23. Oct 11, 2017
  24. Sep 22, 2017
  25. Sep 07, 2017
  26. Aug 16, 2017
  27. Aug 09, 2017
  28. Aug 07, 2017
  29. Jul 19, 2017
  30. Jul 11, 2017
    • Harry Rein's avatar
      Allowing writing of reviews on reviews page. · 5a2998fb
      Harry Rein authored
      LEARNER-1628
      
      This allows enrolled users to write reviews on the reviews page that
      can be accessed through the course tools sidebar. A button in the top
      corner of the page toggles the widget that is configured with a
      setting in the common.py file. The reviews tool is Course Talk.
      5a2998fb
  31. Jul 10, 2017
  32. Jun 23, 2017
    • Harry Rein's avatar
      Adding a reviews page to the course and updating the reviews module on the... · 82daaa5a
      Harry Rein authored
      Adding a reviews page to the course and updating the reviews module on the course about page. Removed the existing coursetalk implementation and put it in a fragment, removed the tests as well. Added configuration settings to specify the reviews template as well as the reviews provider. This is all protected by a waffle flag.
      82daaa5a
    • David Ormsbee's avatar
      Add support for CommonsChunkPlugin for Webpack. · 962b09f7
      David Ormsbee authored
      This lets us consolidate chunks of JavaScript that are common to
      multiple bundles, so that they can live in their own shared file. This
      will be more relevant when we have UI components -- there's actually
      very little shared code right now.
      962b09f7
Loading