Commit Graph

197 Commits

Author SHA1 Message Date
tan
1bc1c5453e MA-333 Added ability to refresh uploaded videos
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)
2016-10-29 07:27:10 +05:30
Jhony Avella
b1ee84b1d5 Relative to absolute imports for all files in common/test/acceptance/pages
Added author

Fixing pylint line-too-long error

Added missing trailing comma
2016-07-18 10:22:33 -05:00
caseylitton
6761be0b29 Add name and email to Authors 2016-07-12 12:13:03 -07:00
Albert St. Aubin
fc7cee0cad Added author 2016-07-06 13:08:50 -04:00
Kevin Kim
059985b9ec Added time zone field to user account settings, currently hidden behind a feature flag. 2016-06-28 14:33:56 +00:00
alisan617
0870373e5f adding myself to the author file 2016-06-07 09:59:31 -04:00
ssemenova
db384b773f added name to authors file 2016-05-23 15:49:06 -04:00
sigberto
6e0fb24dab Display correct timezone on timestamp for question submission
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.
2016-05-16 12:26:37 -07:00
Brian Jacobel
6df9f3d5fb Add Brian Jacobel to AUTHORS 2016-04-04 10:18:45 -04:00
solashirai
92514c8094 added Sola Shirai 2016-03-26 18:02:32 -04:00
Dmitry Viskov
209ddc700d Difficulty selectbox in Studio (based on new XBlockAside functionality). Include:
- 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
2016-03-02 03:37:13 +03:00
Eric Fischer
8442e4d1a8 Add laq in Authors List (replay)
Replayed by @efischer19 due to git issues, initially commited by @laq
2016-02-25 12:03:31 -05:00
Florian Haas
e1ce4059e1 Update AUTHORS
As required by CONTRIBUTING.rst.
2016-02-03 09:37:27 +01:00
Sanford Student
3120082c9f adding sstudent to AUTHORS 2016-02-02 10:00:39 -05:00
Kaloian Doganov
fe3299227a Add self to AUTHORS 2016-01-30 13:43:18 +02:00
Daniel Naranjo
f4f4da4ef3 Add Bound3R in Authors List 2016-01-21 09:52:24 -05:00
Ayub-Khan
96e64464b5 -fix TNL-3556 Instructor tool "View as Specific Student" doesn't work on the course updates page.
-Added test for TNL-3556.
2016-01-05 17:50:23 +05:00
Mariana
34faf1b1ab Release/due times no longer round to half hours.
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
2015-12-08 19:30:43 +00:00
Jillian Vogel
b7f0836be8 Merge remote-tracking branch 'upstream/master'
Conflicts:
	AUTHORS
2015-12-04 11:26:55 +10:30
Jillian Vogel
cbcd96dfbe MA-204 Added self to AUTHORS 2015-12-04 07:38:17 +10:30
Dan Powell
696e1962d9 Add Dan Powell <dan@abakas.com> to AUTHORS 2015-12-03 13:42:18 -05:00
Jacek Bzdak
451d70a2d1 Added Jacek Bzdak to AUTHORS file. 2015-12-03 11:22:02 +01:00
Afeef Janjua
ed6e46453c allow reverification for pending status ('must_retry', 'submitted') 2015-11-10 13:23:52 +05:00
Shawn Milochik
5d8830096a Added max score to output of get_student_grade_summary_data.
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
2015-11-06 12:49:19 -05:00
Qubad786
36fe97c6c8 Bug fix: Added test cases and updated course info and index view with exception handling
TNL-3643
2015-11-03 12:43:47 +05:00
Awais Jibran
6319142a86 Updating edx-platform for XBlock#323 2015-11-02 18:17:47 +05:00
chrisndodge
7868067879 Merge pull request #9744 from edx/cdodge/timed-exams
Timed Exams
2015-10-30 11:03:59 -04:00
Muhammad Shoaib
9476898df0 Add Timed Exams as a feature to edx-platform 2015-10-30 08:44:33 -04:00
Douglas Hall
295cfccaab Add self to AUTHORS 2015-10-28 19:18:07 +00:00
arbabnazar
c3d5016c9d added name to the AUTHORS file 2015-10-26 13:51:47 -04:00
pwilkins
5562f8ea0e Fix CCX grades csv file download
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
2015-10-20 10:26:55 -04:00
Justin Abrahms
ac35571ab2 Add myself to the AUTHORs file. 2015-10-14 07:05:44 -07:00
Giovanni Di Milia
aa93585e4e Added myself to AUTHORS 2015-10-07 09:07:28 -04:00
Robert Raposa
10e0206610 Add self to AUTHORS 2015-10-06 04:30:57 -04:00
Dustin Gadal
5106c7c6fa Update AUTHORS 2015-10-02 00:22:29 -04:00
George Schneeloch
3284b7e449 Added myself to AUTHORS 2015-10-01 11:29:46 -04:00
Jamie Folsom
20bfec766f Add myself to AUTHORS 2015-09-30 22:17:11 -04:00
Matt Drayer
65831c887d Merge pull request #9806 from edx/ziafazal/SOL-1185
ziafazal/SOL-1185: move SOCIAL_SHARING_SETTINGS out of FEATURES
2015-09-30 14:12:33 -04:00
J. Cliff Dyer
678a71993b Added myself to the AUTHORS file 2015-09-29 18:06:10 +00:00
Hasnain
5fffa108f9 Added my name in authors 2015-09-18 18:18:43 +05:00
Zia Fazal
14c14b07db moved SOCIAL_SHARING_SETTINGS out of FEATURES
fixed object has no attribute 'get'

fixed 'LazySettings' object has no attribute

add social settings to cms/env/aws
2015-09-17 19:24:09 +05:00
Michael Frey
6f1a1c9104 Add Michael Frey
Added Michael Frey to AUTHORS file.
2015-09-10 14:06:00 -04:00
jpaille
b8c33e7b30 Add Julien Paillé to AUTHORS. 2015-09-09 09:12:29 +00:00
Saleem Latif
d0aff223ad updated AUTHORS file 2015-09-08 17:36:43 +05:00
mirjamsk
3a6f4b99fd Update AUTHORS 2015-09-02 15:58:10 +02:00
Kevin Falcone
e3c66f55e0 Optimize memory and CPU usage.
The print_out_all_courses() routine consumes a ton of memory (2G and
causes noticable mongo usage spikes).  This actually causes other
processes on production boxes to be memory starved and killed
(such as worker children on edge when this was run recently).

The behavior of this script on production is
* Print several hundred courses
* Ask if you want to delete the one you specified
* print several hundred courses minus one
On a sandbox with 5 courses, you could tell by eye that 1 is gone, but
not in production (or even in stage).

The original PLAT-619 ticket for this suggested printing a course
listing on error, but instead it always printed the course listing.
Even in the error case, hundreds of course ids is confusing and obscures
the error message saying that your course_id is invalid.

You should be getting the course id from the UI or from ./manage.py lms
dump_course_ids, not by searching a list.

Adjusted the test accordingly

Remove get_courses_keys
2015-08-31 11:28:26 -04:00
Bill DeRusha
973314de7b Add basic elasticsearch search for teams
TNL-3014

Add tests for search

Add text_search to TeamsListView

Add reindex command line tool for course teams

Add Search Pagination and update comments

Move paginate_search_results to common library
2015-08-24 09:22:06 -04:00
Brian Beggs
c71d61e533 Adding django command to create mongodb indexes 2015-08-17 17:05:27 -04:00
Eric Fischer
57d49b0adb Support filtering team membership
Adds tests and functionality to support filtering the results returned
from team_membership endpoint with optional course_id parameter. Will
return 400 Bad Request in the event that the given course_id does not
match up with the provided team_id (team.course_id does not match), or
if the user is not enrolled in the course given.

Documentation has been added to the relevant API page on the wiki:
https://openedx.atlassian.net/wiki/display/TNL/Team+API
2015-08-13 16:52:31 -04:00
Awais
95faeb4abf ECOM-1807 Adding personal email in authors file. 2015-07-27 20:06:17 +05:00