- 15 Dec, 2014 1 commit
-
-
This feature allows upload of video assets to S3. This requires that the VIDEO_UPLOAD_PIPELINE setting be properly configured and that each course be configured with a token issued by the media team for their processing purposes (e.g. linking the video with a YouTube channel). Co-authored-by: Greg Price <gprice@edx.org>
Nimisha Asthagiri committed
-
- 26 Aug, 2014 1 commit
-
-
This commit adds validation for course advanced settings. Currently when course administrators make invalid changes in the Settings/Advanced Settings tab, they're not notified through a new modal window of the list of invalid settings changes. * Extending CourseMetadata - Previously, we only had update_from_json method in CourseMetadata.py, and it was only validating one field every POST request. - Now we have validate_and_update_from_json method that encapsulates the functionality of update_from_json into a validation call - To avoid discrepancy of validation standards between modules, validation uses the from_json method implemented to each field in xblock. * Different Response in advanced settings ajax requests - After receiving a POST ajax request, course.py calls validate_and_update_from_json, and sends a json object of either: 1) valid course metadata model 2) error objects * Error Messages shown in validation-error-modal - error objects passed through ajax are shown in a separate modal.
Se Won Jang committed
-
- 26 Nov, 2013 1 commit
-
-
STUD-948
Don Mitchell committed
-
- 06 Nov, 2013 1 commit
-
-
Part of STUD-847.
cahrens committed
-
- 29 Oct, 2013 1 commit
-
-
Don Mitchell committed
-
- 09 Jul, 2013 2 commits
-
-
David Baumgold committed
-
Based on http://djangosnippets.org/snippets/154/
David Baumgold committed
-
- 28 Jun, 2013 1 commit
-
-
Don Mitchell committed
-
- 06 Feb, 2013 1 commit
-
-
Calen Pennington committed
-
- 03 Jan, 2013 1 commit
-
-
Chris Dodge committed
-
- 10 Dec, 2012 1 commit
-
-
Chris Dodge committed
-
- 30 Nov, 2012 1 commit
-
-
Victor Shnayder committed
-
- 21 Sep, 2012 1 commit
-
-
Fix JSON postback error where the content-type header line can contain more info than just the application/json descriptor. Now we just to a compare on the start of the header value.
Chris Dodge committed
-
- 20 Sep, 2012 1 commit
-
-
Fix JSON postback error where the content-type header line can contain more info than just the application/json descriptor. Now we just to a compare on the start of the header value.
Chris Dodge committed
-
- 08 Aug, 2012 1 commit
-
-
Bridger Maxwell committed
-
- 23 Jul, 2012 1 commit
-
-
Calen Pennington committed
-
- 05 Jul, 2012 1 commit
-
-
Prem Sichanugrist committed
-