Skip to content
Snippets Groups Projects
  1. Sep 19, 2013
  2. Sep 12, 2013
  3. 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
  4. Aug 08, 2013
  5. Aug 02, 2013
  6. 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
  7. Jul 18, 2013
  8. Jul 12, 2013
  9. Jul 10, 2013
  10. Jul 01, 2013
  11. Jun 20, 2013
  12. Jun 13, 2013
  13. Jun 03, 2013
  14. May 30, 2013
  15. May 29, 2013
  16. May 17, 2013
  17. May 13, 2013
Loading