Skip to content
Snippets Groups Projects
  1. Jul 20, 2018
  2. Jul 19, 2018
  3. May 08, 2018
  4. Apr 18, 2018
  5. Mar 26, 2018
  6. Feb 26, 2018
  7. Nov 20, 2017
  8. Jul 20, 2017
  9. Jul 11, 2017
  10. Jun 27, 2017
  11. Jun 02, 2017
  12. Jun 01, 2017
  13. Apr 05, 2017
  14. Jan 06, 2017
  15. Dec 08, 2016
  16. Dec 06, 2016
  17. Oct 29, 2016
    • tan's avatar
      MA-333 Added ability to refresh uploaded videos · 1bc1c545
      tan authored
      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)
      1bc1c545
  18. Jul 18, 2016
  19. Jul 12, 2016
  20. Jul 06, 2016
  21. Jun 28, 2016
  22. Jun 07, 2016
  23. May 23, 2016
  24. May 16, 2016
    • sigberto's avatar
      Display correct timezone on timestamp for question submission · 6e0fb24d
      sigberto authored
      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.
      6e0fb24d
  25. Apr 04, 2016
  26. Mar 26, 2016
  27. Mar 02, 2016
  28. Feb 25, 2016
  29. Feb 03, 2016
  30. Feb 02, 2016
  31. Jan 30, 2016
  32. Jan 21, 2016
  33. Jan 05, 2016
  34. Dec 08, 2015
    • Mariana's avatar
      Release/due times no longer round to half hours. · 34faf1b1
      Mariana authored
      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
      34faf1b1
  35. Dec 03, 2015
  36. Nov 10, 2015
  37. Nov 06, 2015
  38. Nov 03, 2015