1. 20 Nov, 2017 1 commit
  2. 20 Jul, 2017 1 commit
  3. 11 Jul, 2017 1 commit
  4. 27 Jun, 2017 1 commit
  5. 02 Jun, 2017 1 commit
  6. 01 Jun, 2017 1 commit
  7. 05 Apr, 2017 1 commit
  8. 06 Jan, 2017 1 commit
  9. 08 Dec, 2016 1 commit
  10. 06 Dec, 2016 1 commit
  11. 29 Oct, 2016 1 commit
    • MA-333 Added ability to refresh uploaded videos · 1bc1c545
      This adds ability to refresh the list of uploaded videos without refreshing the whole page.
      
      Added a refresh button that when clicked:
      - fetches a fresh list of uploaded files from the server
      - updates `PreviousVideoUploadListView`
      - removes the successfully completed uploads from `ActiveVideoUploadListView`
      - retains the ongoing or failed uploads in `ActiveVideoUploadListView` so that they can be monitored/retried
      
      The view can also be refreshed without user action, but I felt it may be less surprising to have a button instead.
      
      MA-333 update: auto-refresh list, fix test failure
      
      Changes:
      1. Refresh of file list triggered by upload completion. Refresh button retained and label changed to "Refresh List".
      2. Added `aria-live="polite"` to `.active-video-upload-list` and `.assets-table`.
      3. Removed unused parameter `evt`.
      4. Added self to the `AUTHORS` file.
      
      MA-333 update: added tests
      
      MA-333 update: removed refresh button
      
      MA-333 update: address review comments of @mushtaqak
      
      MA-333 update: simplify nested `_each`
      
      MA-333 update: rename viewRefresh to isViewRefresh
      
      MA-333 update: doc string for `clearSuccesful`
      
      MA-333 update: fix accessibility
      
      MA-333 update: update only successfully uploaded videos
      
      MA-333 update: use window.SR feature to notify screen readers that video upload was successful (@pomegranited)
      tan committed
  12. 18 Jul, 2016 1 commit
  13. 12 Jul, 2016 1 commit
  14. 06 Jul, 2016 1 commit
  15. 28 Jun, 2016 1 commit
  16. 07 Jun, 2016 1 commit
  17. 23 May, 2016 1 commit
  18. 16 May, 2016 1 commit
    • Display correct timezone on timestamp for question submission · 6e0fb24d
      The view for submission history used to grab the timezone from the database (UTC) and
      appeded the TIME_ZONE variable after (could be any time zone). Adjusted displayed
      timedate to the TIME_ZONE variable. Added unittest checks the localized datetime
      object used by submission history for the expected hour difference.
      sigberto committed
  19. 04 Apr, 2016 1 commit
  20. 26 Mar, 2016 1 commit
  21. 02 Mar, 2016 1 commit
  22. 25 Feb, 2016 1 commit
  23. 03 Feb, 2016 1 commit
  24. 02 Feb, 2016 1 commit
  25. 30 Jan, 2016 1 commit
  26. 21 Jan, 2016 1 commit
  27. 05 Jan, 2016 1 commit
  28. 08 Dec, 2015 1 commit
    • Release/due times no longer round to half hours. · 34faf1b1
      Changed 'forceRoundTime' to 'false' in BaseDateEditor
      Updated bok choy acceptance test 'studio.test_studio_outline.py:EditingSectionsTest.test_can_edit_subsections' to check times aren't rounded to the nearest half hour after saving
      
      Also added myself to AUTHORS
      Mariana committed
  29. 03 Dec, 2015 3 commits
  30. 10 Nov, 2015 1 commit
  31. 06 Nov, 2015 1 commit
  32. 03 Nov, 2015 1 commit
  33. 02 Nov, 2015 1 commit
  34. 30 Oct, 2015 1 commit
  35. 28 Oct, 2015 1 commit
  36. 26 Oct, 2015 1 commit
  37. 20 Oct, 2015 1 commit
    • Fix CCX grades csv file download · 5562f8ea
      In the CCX dashboard, the Student Admin tab has a `Download student
      grades` action. This action should download a CSV file containing
      grades, but currently displays the CSV content in the browser instead.
      This fix sets the `content-type` and `content-disposition` so that
      a CSV file download occurs.
      
      - fixes #93
      pwilkins committed
  38. 14 Oct, 2015 1 commit