Skip to content
Snippets Groups Projects
  1. Nov 04, 2013
  2. Oct 30, 2013
  3. Oct 29, 2013
  4. Oct 28, 2013
  5. Oct 25, 2013
  6. Oct 23, 2013
  7. Oct 22, 2013
  8. Oct 17, 2013
  9. Oct 16, 2013
  10. Oct 03, 2013
  11. Sep 26, 2013
  12. Sep 25, 2013
  13. Sep 23, 2013
  14. Sep 20, 2013
  15. Sep 19, 2013
  16. Sep 12, 2013
  17. Sep 09, 2013
    • Xavier Antoviaque's avatar
      accessibility: Replace close modal button <div> by <a> link (LMS-582) · 23eab5c5
      Xavier Antoviaque authored
      The close button for the modal dialog was marked up as a paragraph,
      containing a graphical text character, inside two div elements, with an
      associated click event. This made the button unusable for keyboard
      users.
      
      Replaced <divs> with a link element (<a role="button"), adapted the CSS
      accordingly, and updated the existing <a> modal close buttons.
      23eab5c5
  18. Sep 05, 2013
  19. Aug 29, 2013
    • Sarina Canelake's avatar
      Hide "Email Settings" from student dash if bulk email not enabled · 52d9320e
      Sarina Canelake authored
      Some minor pep8 cleanup
      52d9320e
    • Sarina Canelake's avatar
      Bulk Email: Add design styling · 65f7b098
      Sarina Canelake authored
      Switch to using decorators; refactor and cleanup tests.
      65f7b098
    • 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 27, 2013
  21. Aug 20, 2013
  22. Aug 02, 2013
  23. Jul 31, 2013