Skip to content
Snippets Groups Projects
  1. Jun 09, 2016
  2. Jun 08, 2016
  3. Jun 02, 2016
  4. Jun 01, 2016
  5. May 27, 2016
  6. May 24, 2016
  7. May 19, 2016
  8. May 16, 2016
    • Peter Fogg's avatar
      Add referral tracking for new registrations. · 0e66baf4
      Peter Fogg authored
      ECOM-4325
      0e66baf4
    • Eric Fischer's avatar
      Replace bulk email settings with admin config models · 0cf3e39c
      Eric Fischer authored
      Moves ENABLE_INSTRUCTOR_EMAIL and REQUIRE_COURSE_EMAIL_AUTH from settings files
      to admin-accessible configuration models. This allows for the bulk email settings
      to be modified without a new AMI deploy. See TNL-4504.
      
      Also updates tests:
          -python tests mock out the new configurations in place of the old settings
          -lettuce test has been moved to bokchoy
              (note that there was some loss of coverage here - the lettuce tests had
              been doing some voodoo to allow for cross-process inspection of emails
              messages being "sent" by the server, from the client! In discussion with
              testeng, this seems outside the realm of a visual acceptance test. So,
              the bokchoy test simply confirm the successful queueing of the message,
              and leaves the validation of sending messages to the relevant unit tests.)
          -bok choy fixture has been added, to replace the settings in acceptance.py
          -lettuce and bok choy databases have been updated to reflect the backend changes
      
      The new default is to have bulk_email disabled, we'll need to call this out in the
      next OpenEdx release to ensure administrators enable this feature if needed.
      0cf3e39c
  9. May 13, 2016
  10. May 12, 2016
  11. May 09, 2016
  12. May 05, 2016
  13. May 02, 2016
  14. Apr 29, 2016
    • Christina Roberts's avatar
      WIP: xblock pipeline work (#10176) · 2497f0a0
      Christina Roberts authored
      [PERF-303] Integer XBlocks/XModules into the static asset pipeline.
      
      This PR, based on hackathon work from Christina/Andy, implements a way to discover all installed XBlocks and XModules and to enumerate their public assets, then pulling them in during the collectstatic phase and hashing them.  In turn, the methods for generating URLs to resources will then returned the hashed name for assets, allowing them to be served from nginx/CDNs, and cached heavily.
      2497f0a0
  15. Apr 28, 2016
  16. Apr 27, 2016
  17. Apr 26, 2016
  18. Apr 25, 2016
  19. Apr 22, 2016
  20. Apr 20, 2016
    • Clinton Blackburn's avatar
      JWT authentication updates · 5a7bc019
      Clinton Blackburn authored
      - Using jwt_decode_handler from edx-drf-extensions
      - Updated djangorestframework-jwt
      - Removed feature flag around JWT auth
      
      ECOM-4221
      5a7bc019
  21. Apr 15, 2016
  22. Apr 14, 2016
  23. Apr 13, 2016
Loading