1. 05 Jan, 2017 2 commits
  2. 04 Jan, 2017 1 commit
  3. 22 Dec, 2016 1 commit
  4. 21 Dec, 2016 1 commit
  5. 16 Dec, 2016 1 commit
    • [studio] fix unformatted html in connection error message (TNL-5818) · 311e6d7f
      display default error message for non-json responses (TNL-5818)
      
      [studio] log ajax errors. (TNL-5818)
      
      [studio] fix failing test (TNL-5818)
      
      [cms-test] avoid circular error logging; stub Logger (TNL-5818)
      
      [cms-test] fix logger dep in squire config (TNL-5818)
      
      [cms-tests] fix logger import (TNL-5818)
      
      [cms-test] stub the logger directly in the karma config. (TNL-5818)
      
      [studio] didn't need Logger after all (TNL-5818)
      
      [studio] ignore console.log (TNL-5818)
      Ari Rizzitano committed
  6. 15 Dec, 2016 1 commit
  7. 09 Dec, 2016 1 commit
  8. 08 Dec, 2016 1 commit
  9. 02 Dec, 2016 1 commit
  10. 01 Dec, 2016 1 commit
  11. 30 Nov, 2016 1 commit
  12. 29 Nov, 2016 2 commits
  13. 22 Nov, 2016 2 commits
  14. 21 Nov, 2016 1 commit
  15. 18 Nov, 2016 1 commit
  16. 17 Nov, 2016 1 commit
  17. 10 Nov, 2016 2 commits
  18. 09 Nov, 2016 3 commits
  19. 07 Nov, 2016 1 commit
  20. 04 Nov, 2016 1 commit
  21. 03 Nov, 2016 2 commits
  22. 02 Nov, 2016 1 commit
  23. 01 Nov, 2016 1 commit
  24. 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
  25. 27 Oct, 2016 1 commit
  26. 20 Oct, 2016 2 commits
  27. 18 Oct, 2016 1 commit
  28. 17 Oct, 2016 1 commit
  29. 14 Oct, 2016 2 commits
  30. 06 Oct, 2016 2 commits