1. 30 Jan, 2014 1 commit
  2. 16 Jan, 2014 1 commit
  3. 06 Jan, 2014 2 commits
  4. 31 Dec, 2013 1 commit
  5. 22 Dec, 2013 1 commit
  6. 17 Dec, 2013 1 commit
  7. 16 Dec, 2013 1 commit
  8. 11 Dec, 2013 1 commit
  9. 09 Dec, 2013 1 commit
  10. 25 Nov, 2013 1 commit
  11. 19 Nov, 2013 2 commits
  12. 07 Nov, 2013 1 commit
  13. 29 Oct, 2013 2 commits
  14. 26 Oct, 2013 1 commit
  15. 24 Oct, 2013 1 commit
  16. 23 Oct, 2013 1 commit
  17. 16 Oct, 2013 1 commit
  18. 10 Oct, 2013 1 commit
  19. 19 Sep, 2013 2 commits
  20. 12 Sep, 2013 1 commit
  21. 29 Aug, 2013 1 commit
    • Add bulk email feature for instructors, with optout option · 907bf6e1
      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: Akshay Jagadeesh <akjags@gmail.com>
      Kevin Luo committed
  22. 08 Aug, 2013 1 commit
  23. 02 Aug, 2013 1 commit
  24. 21 Jul, 2013 1 commit
    • Fixes for `vagrant up` · 3991711e
      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
      Yarko Tymciurak committed
  25. 18 Jul, 2013 1 commit
  26. 12 Jul, 2013 1 commit
  27. 10 Jul, 2013 1 commit
  28. 01 Jul, 2013 1 commit
  29. 20 Jun, 2013 1 commit
  30. 13 Jun, 2013 2 commits
  31. 03 Jun, 2013 1 commit
  32. 30 May, 2013 2 commits
  33. 29 May, 2013 1 commit
  34. 17 May, 2013 1 commit