1. 05 Dec, 2014 2 commits
  2. 25 Nov, 2014 1 commit
  3. 21 Oct, 2014 1 commit
  4. 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
  5. 22 Aug, 2014 1 commit
  6. 11 Aug, 2014 1 commit
  7. 08 Aug, 2014 1 commit
  8. 28 Jul, 2014 1 commit
  9. 14 Jul, 2014 1 commit
  10. 10 Jul, 2014 1 commit
  11. 03 Jul, 2014 1 commit
  12. 26 Jun, 2014 2 commits
  13. 24 Jun, 2014 1 commit
  14. 18 Jun, 2014 1 commit
  15. 05 Feb, 2014 2 commits
  16. 20 Dec, 2013 1 commit
  17. 26 Nov, 2013 1 commit
  18. 12 Sep, 2013 3 commits
  19. 06 Sep, 2013 1 commit
  20. 04 Sep, 2013 1 commit
  21. 18 Jul, 2013 1 commit
  22. 09 Jul, 2013 1 commit
  23. 19 Jun, 2013 1 commit
  24. 29 Apr, 2013 1 commit
  25. 12 Apr, 2013 1 commit
  26. 29 Mar, 2013 1 commit
  27. 22 Mar, 2013 1 commit
  28. 19 Mar, 2013 1 commit
  29. 14 Mar, 2013 2 commits
  30. 11 Mar, 2013 2 commits
  31. 08 Mar, 2013 1 commit
  32. 05 Mar, 2013 1 commit
  33. 07 Feb, 2013 1 commit