1. 19 May, 2015 1 commit
  2. 18 May, 2015 1 commit
  3. 13 May, 2015 2 commits
  4. 05 May, 2015 2 commits
  5. 29 Apr, 2015 1 commit
  6. 17 Apr, 2015 1 commit
  7. 13 Apr, 2015 1 commit
  8. 01 Apr, 2015 1 commit
  9. 30 Mar, 2015 1 commit
  10. 11 Mar, 2015 2 commits
  11. 06 Mar, 2015 1 commit
  12. 03 Mar, 2015 1 commit
  13. 26 Feb, 2015 1 commit
  14. 18 Feb, 2015 1 commit
  15. 07 Feb, 2015 1 commit
    • Vote buttons should be disabled while in use · d857695d
      Clicking quickly on up/down votes in forums generates a race condition
      where the votes can continue going up or down (and I can get e.g. large
      negative numbers). This is client-side; the server-side is not affected.
      
      This is caused by safeAjax calling code (including updateWithUndo) not
      handling the possible undefined return value. This is returned in the case
      where the element that triggers the event is already disabled.
      
      Corrected typo in DiscussionThreadView cleanup: @responseRequest -> @responsesRequest
      
      Resolves TNL-1061
      Mat Moore committed
  16. 04 Feb, 2015 2 commits
  17. 30 Jan, 2015 1 commit
  18. 20 Jan, 2015 1 commit
  19. 16 Jan, 2015 1 commit
  20. 15 Jan, 2015 1 commit
  21. 08 Jan, 2015 1 commit
  22. 07 Jan, 2015 1 commit
    • Initial framework for the Course About API. · 1e7d567b
      ECOM-248 Course Info API. Basic functionality implemented.
      
      ECOM-248 adding factory for about descriptor and test cases for course info api
      
      ECOM-248 adding test cases for couse info api.
      
      ECOM-248 re-factoring code. updating test cases.
      
      Tests for course_about data module
      
      ECOM-248 Adding test cases for the exceptions.
      
      ECOM-248 re-factoring code. fixing quality issues.
      
      ECOM-248 fixing test cases and moved parse video method into utils.
      
      added github username in authors
      
      ECOM-248 removed merging issue of test_data
      
      ECOM-248 removed unused files
      stephensanchez committed
  23. 05 Jan, 2015 1 commit
  24. 18 Dec, 2014 2 commits
  25. 12 Dec, 2014 1 commit
  26. 09 Dec, 2014 1 commit
    • Limit Upload File Sizes to GridFS. · fb9320af
      This commit puts a limit on the size of files that
      course staff can upload to MongoDB. The limit is
      enforced on the frontend in javascript as well
      as backend via the /upload endpoint.
      
      The limit is hard-coded in cms/envs/common.py and
      may be changed according to the user's custom
      needs.
      
      If the user tries to upload a file that's too
      large, an error message will pop up, with a
      customizable url that pointing the user to an
      external page with an alternate upload procedure.
      This url is specified im cms/envs/common.py.
      If not set, this url will not be displayed.
      Jim committed
  27. 25 Nov, 2014 1 commit
  28. 05 Nov, 2014 1 commit
  29. 13 Oct, 2014 1 commit
  30. 02 Oct, 2014 1 commit
  31. 01 Oct, 2014 1 commit
  32. 24 Sep, 2014 2 commits
  33. 22 Aug, 2014 1 commit
  34. 20 Aug, 2014 1 commit