1. 19 Mar, 2014 1 commit
  2. 13 Feb, 2014 1 commit
    • Check for forum data errors in LMS · 9ae6bb0b
      Some messages generated by the comments service are not readily
      translated because they come from third-party libraries. Thus, we plan
      to try to avoid showing any comments service generated message to the
      user. This check preempts the only end-user-visible CS-generated error
      message that we are presently aware of.
      Greg Price committed
  3. 31 Jan, 2014 1 commit
    • Make mako template lookups pluggable. · 0a1ed11d
      This code adds the ability to add Mako template lookup directories on
      the fly, allowing third party add-ons to contribute their own Mako templates.
      A new API function for registering Mako templates is introduced::
      
          from edxmako import add_lookup
      
          add_lookup('main', '/path/to/templates')
      
          # Or, specify a package to lookup using pkg_resources.  This will
          # add the 'templates' directory inside the current package:
          add_lookup('main', 'templates', package=__name__)
      Chris Rossi committed
  4. 30 Jan, 2014 1 commit
  5. 14 Jan, 2014 1 commit
  6. 12 Dec, 2013 1 commit
  7. 10 Dec, 2013 1 commit
  8. 03 Dec, 2013 1 commit
  9. 01 Nov, 2013 1 commit
    • Remove label from forum posts by global staff · c4cdb457
      The motivation for this change is performance. The forums UI code gets
      the list of users for each role and renders the staff label based on
      those lists. The list for the staff role is expensive to compute because
      there is no index on the is_staff attribute, and we cannot create one
      because the User model is built into django.
      
      Users with is_staff=True are still assigned the Moderator role upon
      enrolling in a course, so this change will have no practical effect
      except that a user who is granted staff privileges after enrolling in a
      course will have to be made a Moderator in order for their posts to be
      labeled.
      
      Additionally, the UI did not use the list of users with the Student
      role, so that list has been removed as well.
      Greg Price committed
  10. 30 Oct, 2013 1 commit
  11. 28 Oct, 2013 4 commits
  12. 06 Sep, 2013 3 commits
  13. 23 Aug, 2013 2 commits
  14. 25 Jul, 2013 1 commit
  15. 21 Jun, 2013 1 commit
  16. 17 Jun, 2013 1 commit
  17. 15 Jun, 2013 1 commit
  18. 10 Jun, 2013 2 commits
  19. 16 May, 2013 2 commits
  20. 06 May, 2013 1 commit
  21. 26 Apr, 2013 1 commit
  22. 22 Apr, 2013 1 commit
  23. 05 Apr, 2013 3 commits
  24. 21 Mar, 2013 1 commit
  25. 18 Mar, 2013 1 commit
  26. 12 Mar, 2013 1 commit
  27. 10 Mar, 2013 1 commit
  28. 08 Mar, 2013 1 commit
  29. 06 Mar, 2013 1 commit
  30. 08 Feb, 2013 1 commit