1. 01 Apr, 2015 1 commit
  2. 30 Mar, 2015 1 commit
  3. 11 Mar, 2015 2 commits
  4. 06 Mar, 2015 1 commit
  5. 03 Mar, 2015 1 commit
  6. 26 Feb, 2015 1 commit
  7. 18 Feb, 2015 1 commit
  8. 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
  9. 04 Feb, 2015 2 commits
  10. 30 Jan, 2015 1 commit
  11. 20 Jan, 2015 1 commit
  12. 16 Jan, 2015 1 commit
  13. 15 Jan, 2015 1 commit
  14. 08 Jan, 2015 1 commit
  15. 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
  16. 05 Jan, 2015 1 commit
  17. 18 Dec, 2014 2 commits
  18. 12 Dec, 2014 1 commit
  19. 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
  20. 25 Nov, 2014 1 commit
  21. 05 Nov, 2014 1 commit
  22. 13 Oct, 2014 1 commit
  23. 02 Oct, 2014 1 commit
  24. 01 Oct, 2014 1 commit
  25. 24 Sep, 2014 2 commits
  26. 22 Aug, 2014 1 commit
  27. 20 Aug, 2014 1 commit
  28. 19 Aug, 2014 1 commit
  29. 14 Aug, 2014 1 commit
  30. 12 Aug, 2014 1 commit
  31. 08 Aug, 2014 2 commits
  32. 28 Jul, 2014 2 commits
  33. 24 Jul, 2014 1 commit
  34. 22 Jul, 2014 1 commit