Skip to content
Snippets Groups Projects
  1. Sep 27, 2013
    • Calen Pennington's avatar
      Make sure that we have the right set of fields available during xml parsing · f500b722
      Calen Pennington authored
      We had a bug where mixins weren't being applied before `load_from_xml`
      was called. This meant that not all of the fields were being loaded
      correctly. To fix it, we used the mixoligist from the runtime to apply
      the mixins earlier in the process. However, that caused the mixins to be
      applied twice.
      
      The included fixes to xblock resolved the multiply-applied mixins, and
      the fixes to the parsing code make it simpler to understand, and add
      some unit tests of the parsing to boot.
      f500b722
  2. Sep 23, 2013
  3. Sep 19, 2013
  4. Sep 11, 2013
  5. Sep 10, 2013
  6. Sep 04, 2013
  7. Sep 03, 2013
  8. Aug 27, 2013
  9. Aug 26, 2013
  10. Aug 22, 2013
  11. Aug 21, 2013
  12. Aug 15, 2013
  13. Aug 08, 2013
  14. Aug 05, 2013
  15. Aug 02, 2013
  16. Aug 01, 2013
  17. Jul 30, 2013
  18. Jul 25, 2013
  19. Jul 22, 2013
    • Greg Price's avatar
      Add endpoints to set user notification preference · 47b51e93
      Greg Price authored
      Two endpoints are intended to be used by AJAX calls from the web UI with an
      authenticated user. When enabled, the value of the preference is an encryption
      of the username, to be used as a token for one-click unsubscribe links. The
      third endpoint is the target of unsubscribe links, which displays a page with
      an appropriate message to the user.
      47b51e93
    • Greg Price's avatar
      Add an API to interact with users and preferences · 6a97ddf5
      Greg Price authored
      The new API uses Django REST Framework. For now, it is designed specifically
      to support the use cases required by the forum digest notifier (not yet built),
      with a goal of making it more generally useful over time.
      6a97ddf5
  20. Jul 09, 2013
  21. May 31, 2013
  22. May 23, 2013
  23. May 22, 2013
  24. May 21, 2013
  25. May 20, 2013
  26. May 17, 2013
  27. May 16, 2013
  28. May 15, 2013
Loading