1. 18 Dec, 2014 3 commits
  2. 17 Dec, 2014 8 commits
  3. 16 Dec, 2014 8 commits
  4. 15 Dec, 2014 6 commits
  5. 14 Dec, 2014 3 commits
  6. 13 Dec, 2014 4 commits
  7. 12 Dec, 2014 3 commits
  8. 11 Dec, 2014 3 commits
    • 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
    • Fixing pep8 issues · 36e77c74
      David Baumgold committed
  9. 10 Dec, 2014 2 commits