- 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
-
- 27 Oct, 2016 1 commit
-
-
Hasnain committed
-
- 19 Oct, 2016 1 commit
-
-
Previously, retry() was never called, so the task was never retried despite defining several retry-related variables.
Eric Fischer committed
-
- 14 Oct, 2016 1 commit
-
-
Dmitry Viskov committed
-
- 11 Oct, 2016 2 commits
-
-
Andy Armstrong committed
-
Syed Hassan Raza committed
-
- 07 Oct, 2016 1 commit
-
-
Nimisha Asthagiri committed
-
- 05 Oct, 2016 2 commits
-
-
TNL-5083
Andy Armstrong committed -
Jesse Shapiro committed
-
- 27 Sep, 2016 1 commit
-
-
Deepa committed
-
- 23 Sep, 2016 1 commit
-
-
It should help catch unicode encoding problems earlier. This also updates python-saml dependency to a version that includes a patch for unicode strings.
Matjaz Gregoric committed
-
- 20 Sep, 2016 1 commit
-
-
The `commit` argument had already been removed from code [1][2][3], prompted by the django18 upgrade. [1] https://github.com/edx/edx-platform/pull/10927 [2] 07f015bb [3] a4006c86
stv committed
-
- 02 Sep, 2016 2 commits
-
-
Ehtesham committed
-
FEDX-176
muhammad-ammar committed
-
- 29 Aug, 2016 1 commit
-
-
Douglas Hall committed
-
- 25 Aug, 2016 1 commit
-
-
Qubad786 committed
-
- 19 Aug, 2016 1 commit
-
-
Malik Shahzad committed
-
- 15 Aug, 2016 1 commit
-
-
Qubad786 committed
-
- 11 Aug, 2016 2 commits
-
-
Replaced lettuce tests with bokchoy tests for the course updates page and improved flaky test issues. TNL-5051
Albert St. Aubin committed -
Removes most remaining hardcoded references to XSeries from the LMS. Part of ECOM-4638.
Renzo Lucioni committed
-
- 10 Aug, 2016 1 commit
-
-
ECOM-4890
Awais Jibran committed
-
- 09 Aug, 2016 2 commits
-
-
Mushtaq Ali committed
-
Basic architecture of Maintenance App - SUST-19, SUST-42. Implement Force Publish Course view. SUST-46
Mushtaq Ali committed
-
- 04 Aug, 2016 1 commit
-
-
Sanford Student committed
-
- 03 Aug, 2016 5 commits
-
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
- 01 Aug, 2016 1 commit
-
-
Revert "Basic architecture of Maintenance App - SUST-19, SUST-42. Implement Force Publish Course view. SUST-46" This reverts commit 27646b7e.
Adam Palay committed
-
- 29 Jul, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 27 Jul, 2016 1 commit
-
-
2. Add site configuration overrides to theming/helpers.py 3. Move microsite.get_value from theming/helpers to site_configuration/helpers 4. Move microsite_configuration.microsite.get_value usages to site_configuration.helpers.values
Saleem Latif committed
-
- 25 Jul, 2016 1 commit
-
-
Syed Hassan Raza committed
-
- 22 Jul, 2016 3 commits
-
-
Basic architecture of Maintenance App - SUST-19, SUST-42. Implement Force Publish Course view. SUST-46
Mushtaq Ali committed -
Jesse Zoldak committed
-
Muddasser committed
-
- 21 Jul, 2016 2 commits
- 20 Jul, 2016 2 commits
-
-
TNL-4906 Subsections now use radio buttons, to allow for "hide after due" as a visibility option. Also, all tabs have been consolidated to "Basic" and "Advanced", and visibility options have moved there. Documentation links are updated to assist course authors with the new visibility options. Tests have also been updated, and the changes suggested in TNL-4951 are included.
Eric Fischer committed -
Jesse Zoldak committed
-