1. 12 Jun, 2017 1 commit
  2. 19 May, 2017 1 commit
  3. 15 May, 2017 1 commit
  4. 12 Jan, 2017 1 commit
  5. 06 Oct, 2016 1 commit
  6. 03 Aug, 2016 1 commit
  7. 06 Jun, 2016 1 commit
  8. 26 May, 2016 1 commit
    • Bulk Email Multiselect (#12301) · a9a3fabf
      TNL-4356
      
      Allows multiple bulk email targets to be specified at once.
      
      -The previous "All" option has been split into "Staff" and "Learners"
      -The backend changes made here lay the groundwork for cohort emailing
      -The data migration, 0005, is somewhat large and requires deploy attention
      -Tests have been updated
      -Numerous safe-commit-linter fixes are included
      Eric Fischer committed
  9. 16 May, 2016 1 commit
    • Replace bulk email settings with admin config models · 0cf3e39c
      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.
      Eric Fischer committed
  10. 03 May, 2016 1 commit
  11. 08 Apr, 2016 1 commit
  12. 10 Nov, 2015 1 commit
  13. 21 Oct, 2015 1 commit
  14. 14 Oct, 2015 1 commit
  15. 08 Apr, 2015 1 commit
  16. 23 Mar, 2015 1 commit
  17. 14 Mar, 2015 1 commit
  18. 11 Dec, 2014 1 commit
    • Implements keyword sub feature for bulk emails · 32bbb0e7
      This commit pulls in changes from #4487 that implements keyword
      substitution for bulk emails. With these changes, an instructor can
      include keywords in their bulk emails which will be automatically substituted
      with the corresponding value for the recepient of the email. Keywords are
      of the form %%keyword%%, and the keywords implemented in this commit include:
      
      %%USER_ID%% => anonymous_user_id
      %%USER_FULLNAME%% => user profile name
      %%COURSE_DISPLAY_NAME%% => display name of the course
      %%COURSE_END_DATE%% => end date of the course
      
      Client-side validations have also been implemented to ensure that only emails
      with well-formed keywords can be sent.
      The architecture is designed such that adding in new keywords in the future
      would be relatively straight-forward.
      njdup committed
  19. 01 Dec, 2014 1 commit
  20. 04 Nov, 2014 1 commit
  21. 08 Oct, 2014 1 commit
  22. 08 May, 2014 1 commit
    • Make course ids and usage ids opaque to LMS and Studio [partial commit] · cd746bf8
      This commit adds the non-courseware lms/djangoapps and lms/lib.
      
      These keys are now objects with a limited interface, and the particular
      internal representation is managed by the data storage layer (the
      modulestore).
      
      For the LMS, there should be no outward-facing changes to the system.
      The keys are, for now, a change to internal representation only. For
      Studio, the new serialized form of the keys is used in urls, to allow
      for further migration in the future.
      
      Co-Author: Andy Armstrong <andya@edx.org>
      Co-Author: Christina Roberts <christina@edx.org>
      Co-Author: David Baumgold <db@edx.org>
      Co-Author: Diana Huang <dkh@edx.org>
      Co-Author: Don Mitchell <dmitchell@edx.org>
      Co-Author: Julia Hansbrough <julia@edx.org>
      Co-Author: Nimisha Asthagiri <nasthagiri@edx.org>
      Co-Author: Sarina Canelake <sarina@edx.org>
      
      [LMS-2370]
      Calen Pennington committed
  23. 25 Apr, 2014 1 commit
    • Wraps long lines in bulk email messages. · 8fd14bfc
      RFC 2822 states that line lengths in emails must be less than 998.
      Some MTA's add newlines to messages if any line exceeds a certain
      limit (the exact limit varies). Sendmail goes so far as to add
      '!\n' after the 990th character in a line. To ensure that bulk
      mail messages look consistent long lines are wrapped to a
      conservative length.
      
      LMS-1466
      Usman Khalid committed
  24. 30 Jan, 2014 1 commit
  25. 03 Dec, 2013 1 commit
  26. 16 Oct, 2013 4 commits
  27. 11 Oct, 2013 1 commit
  28. 10 Oct, 2013 3 commits
  29. 29 Aug, 2013 7 commits