Skip to content
Snippets Groups Projects
  1. Aug 06, 2013
  2. Aug 05, 2013
  3. Aug 02, 2013
  4. Aug 01, 2013
  5. Jul 31, 2013
  6. Jul 30, 2013
  7. Jul 29, 2013
  8. Jul 24, 2013
  9. 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
  10. Jul 18, 2013
  11. Jul 16, 2013
    • Don Mitchell's avatar
      No longer persist XModule templates · 3722685e
      Don Mitchell authored
      Instead, we use XModule field default values when creating an empty
      XModule. Driven by this use case, we also allow for XModules to be
      created in memory without being persisted to the database at all. This
      necessitates a change to the Modulestore api, replacing clone_item with
      create_draft and save_xmodule.
      3722685e
  12. Jul 11, 2013
    • Peter Fogg's avatar
      Change course settings to require explicit save. · 9094f189
      Peter Fogg authored
      Rather than asynchronously saving when a setting is updated, we now
      prompt the user to confirm their changes and only persist the data if
      they hit the save button. Lettuce tests are updated to expect this
      behavior and some new ones are added.
      9094f189
  13. Jul 10, 2013
  14. Jul 09, 2013
  15. Jul 02, 2013
  16. Jul 01, 2013
  17. Jun 26, 2013
  18. Jun 25, 2013
  19. Jun 24, 2013
  20. Jun 20, 2013
Loading