1. 04 Dec, 2015 1 commit
  2. 22 Nov, 2015 1 commit
  3. 14 Oct, 2015 1 commit
  4. 31 Jul, 2015 1 commit
  5. 09 Jun, 2015 2 commits
  6. 11 May, 2015 1 commit
  7. 08 May, 2015 2 commits
  8. 15 Apr, 2015 1 commit
  9. 08 Apr, 2015 2 commits
  10. 06 Apr, 2015 1 commit
  11. 17 Mar, 2015 1 commit
  12. 23 Feb, 2015 2 commits
  13. 20 Feb, 2015 1 commit
  14. 18 Feb, 2015 1 commit
  15. 10 Feb, 2015 1 commit
  16. 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
  17. 01 Dec, 2014 2 commits
  18. 09 Oct, 2014 1 commit
  19. 08 Oct, 2014 1 commit
  20. 30 May, 2014 1 commit
  21. 29 May, 2014 1 commit
  22. 24 May, 2014 1 commit
  23. 23 May, 2014 1 commit
  24. 09 May, 2014 1 commit
  25. 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
  26. 24 Feb, 2014 1 commit
  27. 31 Jan, 2014 1 commit
  28. 30 Jan, 2014 2 commits
    • Unicode changes to support QRF · bc30addf
      fixing unit tests
      
      fixing merge error
      
      fixing xqueue submission issue with unicode url (trial 0.1)
      
      fixing fotmats as commented upon
      
      removing yaml file language selection
      
      Unicode changes to support QRF
      
      removed unnecessary pass in modulestore/init.py
      
      fixing merge error
      
      fixing fotmats as commented upon
      
      removing yaml file language selection
      
      fixing pep8 violations
      
      - fixing pylint violations
      
      pylint violation
      
      fixing line spaces and formats
      
      ignore pylint E1101
      
      remove empty line
      
      fixing pylint violations
      
       pep8 violations
      
      bulk mail unicode/decode
      
      fix migration error
      
      fix pep8 just to push again
      
      more unicode/decode
      Final changes to comments and error messages.
      Jay Zoldak committed
  29. 14 Jan, 2014 1 commit
  30. 13 Nov, 2013 1 commit
  31. 28 Oct, 2013 3 commits
  32. 22 Oct, 2013 1 commit