1. 09 Apr, 2014 1 commit
  2. 08 Apr, 2014 1 commit
  3. 07 Apr, 2014 2 commits
  4. 04 Apr, 2014 1 commit
  5. 03 Apr, 2014 1 commit
  6. 02 Apr, 2014 2 commits
    • unicode fixes · bb9f720f
      Abdallah committed
    • Make new-style chinese language codes works for translation · 80e12705
      The old-style chinese language codes used in django 1.4 series are now deprecated, as discussed here:  https://code.djangoproject.com/ticket/18419.
      Although majority of browsers still use the old-style language codes, some new browsers such as IE11 in Windows 8.1 start to use the new-style names instead of old-style ones which makes the current chinese translations of edX can't work properly under these browsers.
      As there is no easy way for edX to change a higher version of django, I think we could do some mapping here so that the users who use IE11 in Windows 8.1 or other browsers that use the new-style names can view correct translations.
      Also, this fix will make users who use one of the language codes:  zh-hk ,  zh-sg  and  zh-mo  can see the correct translations.
      louyihua committed
  7. 01 Apr, 2014 2 commits
  8. 31 Mar, 2014 2 commits
  9. 28 Mar, 2014 2 commits
  10. 27 Mar, 2014 3 commits
  11. 25 Mar, 2014 2 commits
  12. 20 Mar, 2014 1 commit
  13. 19 Mar, 2014 1 commit
    • Move loading of YouTube API to video module. · 2e8fe6a4
      The availability of the YouTube API will be stored in student's settings.
      The YouTube API is loaded asynchronously now, so no need to pass a
      parameter to the front-end telling it if YouTube API should not be loaded
      because of it's unavailability.
      
      Removing loading of YouTube API from Studio RequireJS config. Now loading
      of YouTube API is handled by Video module.
      
      BLD-531.
      Valera Rozuvan committed
  14. 18 Mar, 2014 2 commits
  15. 17 Mar, 2014 1 commit
  16. 13 Mar, 2014 1 commit
  17. 11 Mar, 2014 6 commits
  18. 10 Mar, 2014 3 commits
  19. 07 Mar, 2014 1 commit
  20. 06 Mar, 2014 2 commits
  21. 05 Mar, 2014 3 commits