- 01 Oct, 2014 1 commit
-
-
TNL-163
Andy Armstrong 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
-
- 13 Aug, 2014 1 commit
-
-
Tim Babych committed
-
- 07 Aug, 2014 3 commits
-
-
Frances Botsford committed
-
STUD-1726
Andy Armstrong committed -
STUD-1754
Andy Armstrong committed
-
- 01 Aug, 2014 1 commit
-
-
polesye committed
-
- 24 Jul, 2014 1 commit
-
-
polesye committed
-
- 20 Jun, 2014 1 commit
-
-
STUD-1658
Andy Armstrong committed
-
- 29 May, 2014 2 commits
-
-
Andy Armstrong committed
-
STUD-1312
Andy Armstrong committed
-
- 22 May, 2014 1 commit
-
-
Calen Pennington committed
-
- 21 May, 2014 1 commit
-
-
This commit implements STUD-1490, allowing creation of components on the container page. It also enables the delete and duplicate buttons now that new content can be created that would benefit. Note that it also creates shared functionality for adding components, and refactors the unit page to use it too.
Andy Armstrong committed
-
- 02 May, 2014 1 commit
-
-
Also, rewrite them to be easier to comprehend, and to not use magic constants (or to use fewer, at least).
Andy Armstrong committed
-
- 15 Apr, 2014 2 commits
-
-
STUD-1531 Also add support for refreshing the modal on custom save
Andy Armstrong committed -
STUD-1531 Also add support for refreshing the modal on custom save
Andy Armstrong committed
-
- 09 Apr, 2014 7 commits
-
-
Andy Armstrong committed
-
Andy Armstrong committed
-
Andy Armstrong committed
-
Andy Armstrong committed
-
Andy Armstrong committed
-
Andy Armstrong committed
-
STUD-1306
Andy Armstrong committed
-