Skip to content
Snippets Groups Projects
  1. Jan 06, 2014
  2. Dec 31, 2013
  3. Dec 22, 2013
  4. Dec 17, 2013
  5. Dec 16, 2013
  6. Dec 11, 2013
  7. Dec 09, 2013
  8. Nov 25, 2013
  9. Nov 19, 2013
  10. Nov 07, 2013
  11. Oct 29, 2013
  12. Oct 26, 2013
  13. Oct 24, 2013
  14. Oct 23, 2013
  15. Oct 16, 2013
  16. Oct 10, 2013
  17. Sep 19, 2013
  18. Sep 12, 2013
  19. Aug 29, 2013
    • Kevin Luo's avatar
      Add bulk email feature for instructors, with optout option · 907bf6e1
      Kevin Luo authored
      
      Adds a new Email link to the instructor dashboard for frontend interface to send
      email to course members. Adds a feature flag ENABLE_INSTRUCTOR_EMAIL to toggle this.
      Creates a new djangoapp bulk_email that handles this action by getting the recipient
      list and batching the emails to different celery tasks to do the actual sending.
      Requires lynx package to convert HTML email to plaintext. Handles SMTP errors by
      retrying or falling through to the next email. Adds the option to opt out of course
      specific emails in the user dashboard with an Email Settings link for each course.
      Uses severable configurable settings with defaults. DEFAULT_BULK_FROM_EMAIL
      specifies the from address for email. EMAILS_PER_TASK specifies the number of emails
      each celery task takes on. EMAIL_HOST, EMAIL_PORT, EMAIL_HOST_USER,
      EMAIL_HOST_PASSWORD, and EMAIL_USE_TLS for the SMTP email backend settings.
      
      Co-authored-by: default avatarAkshay Jagadeesh <akjags@gmail.com>
      907bf6e1
  20. Aug 08, 2013
  21. Aug 02, 2013
  22. Jul 21, 2013
    • Yarko Tymciurak's avatar
      Fixes for `vagrant up` · 3991711e
      Yarko Tymciurak authored
      vagrant:
        - check actual IP;
        - only init machine first time, just as native installations;
        - add .bash_profile to permissions fixup;
        - cleanup excessive newlines in making .bash_profile;
      
      README:
        - include admin & debugging use;
        - info about re-initializing VM & manually running create-dev-env.sh;
        - add django admin & debug_toolbar setting info
      
      Conflicts:
      	AUTHORS
      	scripts/vagrant-provisioning.sh
      3991711e
  23. Jul 18, 2013
  24. Jul 12, 2013
  25. Jul 10, 2013
  26. Jul 01, 2013
  27. Jun 20, 2013
  28. Jun 13, 2013
  29. Jun 03, 2013
  30. May 30, 2013
  31. May 29, 2013
  32. May 17, 2013
  33. May 13, 2013
Loading