1. 07 Dec, 2015 1 commit
  2. 06 Dec, 2015 1 commit
  3. 04 Dec, 2015 3 commits
  4. 03 Dec, 2015 1 commit
  5. 02 Dec, 2015 3 commits
  6. 01 Dec, 2015 1 commit
  7. 30 Nov, 2015 2 commits
  8. 25 Nov, 2015 3 commits
  9. 24 Nov, 2015 2 commits
  10. 23 Nov, 2015 1 commit
  11. 20 Nov, 2015 4 commits
  12. 19 Nov, 2015 1 commit
  13. 18 Nov, 2015 2 commits
  14. 13 Nov, 2015 2 commits
  15. 10 Nov, 2015 2 commits
  16. 07 Nov, 2015 1 commit
    • Fix gettext guidance violation · 73d8f064
      1. No string concatenation should be used in the gettext function.
      2. Some extra parentheses should be used in coffee script, to avoid the following situation: in coffee script, the call ```gettext "text to be extracted" + "text should not be extracted"``` will be translated into ```gettext("text to be extracted" + "text should not be extracted")``` rather than ```gettext("text to be extracted") + "text should not be extracted"```.
      louyihua committed
  17. 06 Nov, 2015 1 commit
  18. 03 Nov, 2015 2 commits
  19. 02 Nov, 2015 3 commits
    • Remove chat feature · 3a2c0e37
      This was originally contributed upstream by Stanford, circa 2013.
      
      We neither use nor support this feature in its current implementation,
      and in fact, we may never have used this production. Until recently, we
      had additional chat/Jabber code [1] (in the form of a Jabber djangoapp in
      LMS); context there suggests this feature may have never been more than
      a prototype. The original author is no longer on the team, so I can't directly
      confirm this on our end.
      
      Do you use this feature?
      
      Stanford had already abandoned this Jabber-backed chat implementation,
      in favor of an IRC backend, by the time I joined the team in early 2014.
      
      [1] https://github.com/Stanford-Online/edx-platform/commit/dbe52a6b133ab6ff637dea5324f7322da2909070
      stv committed
    • Move unenroll messages into separate data attributes. · 3320ecf4
      Having the messeges embedded into onclick attributes was fragile because
      it could break if the translated string contained special characters
      such as single quotes.
      
      Rather than trying to escape the special characters inside the onclick handler,
      move the translatable strings into separate h-escaped data attributes and interpolate
      the values in the (already existing) jQuery click handler rather than in the
      inline onclick handler.
      
      This makes the javascript code more consistent as well as fixes the problem
      where the popup would break if translation included single quotes.
      Matjaz Gregoric committed
    • Date summary blocks on the course home page. · d7417d62
      Enabled behind the
      `SelfPacedConfiguration.enable_course_home_improvements` flag.
      
      ECOM-2604
      Peter Fogg committed
  20. 30 Oct, 2015 3 commits
  21. 29 Oct, 2015 1 commit