1. 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
  2. 01 Dec, 2014 1 commit
  3. 04 Nov, 2014 1 commit
  4. 08 Oct, 2014 1 commit
  5. 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
  6. 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
  7. 30 Jan, 2014 1 commit
  8. 03 Dec, 2013 1 commit
  9. 16 Oct, 2013 4 commits
  10. 11 Oct, 2013 1 commit
  11. 10 Oct, 2013 3 commits
  12. 29 Aug, 2013 7 commits