- 31 Oct, 2016 3 commits
-
-
Jesse Zoldak committed
-
Logging improved for case when exception is raised during submission to SoftwareSecure
noraiz-anwar committed -
MA-333 Added ability to refresh uploaded videos
Jillian Vogel committed
-
- 29 Oct, 2016 1 commit
-
-
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
-
- 28 Oct, 2016 13 commits
-
-
Allow zooming, fix button link.
Christina Roberts committed -
Add logging when header permissions in use.
Edward Fagin committed -
Instructor dashboard email history modal fix
alisan617 committed -
TNL-5829
cahrens committed -
Merge Release back into master
Diana Huang committed -
Enterprise Customer: model and admin integration
Eugeny Kolpakov committed -
Expose the user email to the api-admin view
Ahsan Ulhaq committed -
ECOM-5365
Ahsan Ulhaq committed -
Revert "update error messages in enrollment API"
Tasawer Nawaz committed -
Noraiz committed
-
This reverts commit 21746f1e.
tasawernawaz committed -
alisan617 committed
-
WL-614 | In Studio "View Live" button fix for theming.
Douglas Hall committed
-
- 27 Oct, 2016 13 commits
-
-
Update translations (autogenerated message)
Ned Batchelder committed -
Beryl/course grades glue
sanfordstudent committed -
ECOM-5769 Add hidden flag and return courses hidden in LMS when include_hidden is passed
Matthew Piatetsky committed -
Initial commit TNL-5484
Sanford Student committed -
Ned Batchelder committed
-
Hasnain committed
-
Matthew Piatetsky committed
-
Pin markey to 0.7
Calen Pennington committed -
Calen Pennington committed
-
Patch Release: Update proctoring version.
Diana Huang committed -
Calen Pennington committed
-
errors during password reset
Ahsan Ulhaq committed -
Bug fix: collect test results when running in multiprocess mode.
Ben Patterson committed
-
- 26 Oct, 2016 10 commits
-
-
Diana Huang committed
-
Ben Patterson committed
-
Update CourseGradeFactory.create to be read_only by default
Nimisha Asthagiri committed -
Fix flakiness of bok choy tests by improving the wait_for_page pattern
Jesse Zoldak committed -
Only install python coverage prereqs for coverage paver tasks TE-1673
Jesse Zoldak committed -
Updated learner profile to only use the tab panel view when there is …
Albert (AJ) St. Aubin committed -
Edit error message for Username on registration
Douglas Hall committed -
add testing requirements file
Stu Young committed -
Jesse Zoldak committed
-
* visit() already does a wait_for_page() * wait_for_page() already asserts on is_browser_on_page(), as it will raise a BrokenPromise after polling * don't use is_browser_on_page() in an assertion unless you are 100% certain you're already on the page * if an action takes you to another page, synchronize with a wait_for_page() for that new page
Jesse Zoldak committed
-