Skip to content
Snippets Groups Projects
  1. Apr 18, 2018
  2. Mar 26, 2018
  3. Feb 26, 2018
  4. Nov 20, 2017
  5. Jul 20, 2017
  6. Jul 11, 2017
  7. Jun 27, 2017
  8. Jun 02, 2017
  9. Jun 01, 2017
  10. Apr 05, 2017
  11. Jan 06, 2017
  12. Dec 08, 2016
  13. Dec 06, 2016
  14. 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
  15. Jul 18, 2016
  16. Jul 12, 2016
  17. Jul 06, 2016
  18. Jun 28, 2016
  19. Jun 07, 2016
  20. May 23, 2016
  21. 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
  22. Apr 04, 2016
  23. Mar 26, 2016
  24. Mar 02, 2016
  25. Feb 25, 2016
  26. Feb 03, 2016
  27. Feb 02, 2016
  28. Jan 30, 2016
  29. Jan 21, 2016
  30. Jan 05, 2016
  31. 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
  32. Dec 03, 2015
  33. Nov 10, 2015
  34. Nov 06, 2015
  35. Nov 03, 2015
  36. Nov 02, 2015
  37. Oct 30, 2015
  38. Oct 28, 2015