- 20 Nov, 2017 1 commit
-
-
rabia23 committed
-
- 20 Jul, 2017 1 commit
-
-
In settings_handler and any_unfulfilled_milestones (for mobile APIs)
Ahmed Jazzar committed
-
- 11 Jul, 2017 1 commit
-
-
Po Tsui committed
-
- 27 Jun, 2017 1 commit
-
-
Salah Alomari committed
-
- 02 Jun, 2017 1 commit
-
-
Brandon Baker committed
-
- 01 Jun, 2017 1 commit
-
-
Shirley He committed
-
- 05 Apr, 2017 1 commit
-
-
iivic committed
-
- 06 Jan, 2017 1 commit
-
-
Jeff LaJoie committed
-
- 08 Dec, 2016 1 commit
-
-
bmedx committed
-
- 06 Dec, 2016 1 commit
-
-
Mushtaq Ali 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
-
- 18 Jul, 2016 1 commit
-
-
Added author Fixing pylint line-too-long error Added missing trailing comma
Jhony Avella committed
-
- 12 Jul, 2016 1 commit
-
-
caseylitton committed
-
- 06 Jul, 2016 1 commit
-
-
Albert St. Aubin committed
-
- 28 Jun, 2016 1 commit
-
-
Kevin Kim committed
-
- 07 Jun, 2016 1 commit
-
-
alisan617 committed
-
- 23 May, 2016 1 commit
-
-
ssemenova committed
-
- 16 May, 2016 1 commit
-
-
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.
sigberto committed
-
- 04 Apr, 2016 1 commit
-
-
Brian Jacobel committed
-
- 26 Mar, 2016 1 commit
-
-
solashirai committed
-
- 02 Mar, 2016 1 commit
-
-
- adaptation asides to be imported from the XML - updating SplitMongo to handle XBlockAsides (CRUD operations) - updating Studio to handle XBlockAsides handler calls - updating xblock/core.js to properly init XBlockAsides JavaScript
Dmitry Viskov committed
-
- 25 Feb, 2016 1 commit
-
-
Replayed by @efischer19 due to git issues, initially commited by @laq
Eric Fischer committed
-
- 03 Feb, 2016 1 commit
-
-
As required by CONTRIBUTING.rst.
Florian Haas committed
-
- 02 Feb, 2016 1 commit
-
-
Sanford Student committed
-
- 30 Jan, 2016 1 commit
-
-
Kaloian Doganov committed
-
- 21 Jan, 2016 1 commit
-
-
Daniel Naranjo committed
-
- 05 Jan, 2016 1 commit
-
-
-Added test for TNL-3556.
Ayub-Khan committed
-
- 08 Dec, 2015 1 commit
-
-
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
Mariana committed
-
- 03 Dec, 2015 3 commits
-
-
Jillian Vogel committed
-
Dan Powell committed
-
Jacek Bzdak committed
-
- 10 Nov, 2015 1 commit
-
-
Afeef Janjua committed
-
- 06 Nov, 2015 1 commit
-
-
This will put the actual score and actual max score in scope for the the return_csv function, so actual scores can be dumped. The ultimate goal is to provide this data in the CSV dump that is passed to Stellar via pylmod. This is PR #10395 on edX, and issue 95 on mitocw's edx fork. https://github.com/edx/edx-platform/pull/10395 https://github.com/mitocw/edx-platform/issues/95
Shawn Milochik committed
-
- 03 Nov, 2015 1 commit
-
-
TNL-3643
Qubad786 committed
-
- 02 Nov, 2015 1 commit
-
-
Awais Jibran committed
-
- 30 Oct, 2015 1 commit
-
-
Muhammad Shoaib committed
-
- 28 Oct, 2015 1 commit
-
-
Douglas Hall committed
-
- 26 Oct, 2015 1 commit
-
-
arbabnazar committed
-
- 20 Oct, 2015 1 commit
-
-
In the CCX dashboard, the Student Admin tab has a `Download student grades` action. This action should download a CSV file containing grades, but currently displays the CSV content in the browser instead. This fix sets the `content-type` and `content-disposition` so that a CSV file download occurs. - fixes #93
pwilkins committed
-
- 14 Oct, 2015 1 commit
-
-
Justin Abrahms committed
-