1. 04 Sep, 2014 1 commit
  2. 27 Aug, 2014 1 commit
  3. 26 Aug, 2014 1 commit
    • Implemented Validation for Course Advanced Setting · 11d26091
      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
  4. 22 Aug, 2014 1 commit
  5. 21 Aug, 2014 5 commits
  6. 20 Aug, 2014 1 commit
  7. 16 Aug, 2014 1 commit
  8. 14 Aug, 2014 1 commit
  9. 07 Aug, 2014 26 commits
  10. 01 Aug, 2014 1 commit
  11. 29 Jul, 2014 1 commit