- Jul 20, 2018
-
-
Sahar Markovich authored
-
- Jul 19, 2018
-
-
Amir Qayyum Khan authored
Added selected user tests updated my email
-
- May 08, 2018
-
-
Omar Al-Ithawi authored
I no longer work at QRF, but still contribute here.
-
- Apr 18, 2018
-
-
afzaledx authored
-
- Mar 26, 2018
-
-
Stuart Young authored
-
- Feb 26, 2018
-
-
Matt Tuchfarber authored
-
- Nov 20, 2017
-
-
rabia23 authored
-
- Jul 20, 2017
-
-
Ahmed Jazzar authored
In settings_handler and any_unfulfilled_milestones (for mobile APIs)
-
- Jul 11, 2017
-
-
Po Tsui authored
-
- Jun 27, 2017
-
-
Salah Alomari authored
-
- Jun 02, 2017
-
-
Brandon Baker authored
-
- Jun 01, 2017
-
-
Shirley He authored
-
- Apr 05, 2017
-
-
iivic authored
-
- Jan 06, 2017
-
-
Jeff LaJoie authored
-
- Dec 08, 2016
-
-
bmedx authored
-
- Dec 06, 2016
-
-
Mushtaq Ali authored
-
- Oct 29, 2016
-
-
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)
-
- Jul 18, 2016
-
-
Jhony Avella authored
Added author Fixing pylint line-too-long error Added missing trailing comma
-
- Jul 12, 2016
-
-
caseylitton authored
-
- Jul 06, 2016
-
-
Albert St. Aubin authored
-
- Jun 28, 2016
-
-
Kevin Kim authored
-
- Jun 07, 2016
-
-
alisan617 authored
-
- May 23, 2016
-
-
ssemenova authored
-
- May 16, 2016
-
-
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.
-
- Apr 04, 2016
-
-
Brian Jacobel authored
-
- Mar 26, 2016
-
-
solashirai authored
-
- Mar 02, 2016
-
-
Dmitry Viskov authored
- 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
-
- Feb 25, 2016
-
-
Eric Fischer authored
Replayed by @efischer19 due to git issues, initially commited by @laq
-
- Feb 03, 2016
-
-
Florian Haas authored
As required by CONTRIBUTING.rst.
-
- Feb 02, 2016
-
-
Sanford Student authored
-
- Jan 30, 2016
-
-
Kaloian Doganov authored
-
- Jan 21, 2016
-
-
Daniel Naranjo authored
-
- Jan 05, 2016
-
-
Ayub-Khan authored
-Added test for TNL-3556.
-
- Dec 08, 2015
-
-
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
-
- Dec 03, 2015
-
-
Jillian Vogel authored
-
Dan Powell authored
-
Jacek Bzdak authored
-
- Nov 10, 2015
-
-
Afeef Janjua authored
-
- Nov 06, 2015
-
-
Shawn Milochik authored
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
-
- Nov 03, 2015
-
-
Qubad786 authored
TNL-3643
-