1. 11 Dec, 2014 1 commit
  2. 05 Dec, 2014 3 commits
  3. 25 Nov, 2014 1 commit
  4. 10 Nov, 2014 1 commit
  5. 21 Oct, 2014 1 commit
  6. 07 Oct, 2014 1 commit
  7. 02 Oct, 2014 1 commit
  8. 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
  9. 22 Aug, 2014 2 commits
  10. 11 Aug, 2014 1 commit
  11. 08 Aug, 2014 2 commits
  12. 28 Jul, 2014 1 commit
  13. 14 Jul, 2014 1 commit
  14. 10 Jul, 2014 1 commit
  15. 03 Jul, 2014 1 commit
  16. 26 Jun, 2014 2 commits
  17. 24 Jun, 2014 1 commit
  18. 18 Jun, 2014 1 commit
  19. 30 May, 2014 1 commit
  20. 07 May, 2014 1 commit
    • Make course ids and usage ids opaque to LMS and Studio [partial commit] · 0d88379e
      This commit adds all of cms.
      
      These keys are now objects with a limited interface, and the particular
      internal representation is managed by the data storage layer (the
      modulestore).
      
      For the LMS, there should be no outward-facing changes to the system.
      The keys are, for now, a change to internal representation only. For
      Studio, the new serialized form of the keys is used in urls, to allow
      for further migration in the future.
      
      Co-Author: Andy Armstrong <andya@edx.org>
      Co-Author: Christina Roberts <christina@edx.org>
      Co-Author: David Baumgold <db@edx.org>
      Co-Author: Diana Huang <dkh@edx.org>
      Co-Author: Don Mitchell <dmitchell@edx.org>
      Co-Author: Julia Hansbrough <julia@edx.org>
      Co-Author: Nimisha Asthagiri <nasthagiri@edx.org>
      Co-Author: Sarina Canelake <sarina@edx.org>
      
      [LMS-2370]
      Calen Pennington committed
  21. 12 Feb, 2014 1 commit
  22. 07 Feb, 2014 1 commit
  23. 05 Feb, 2014 2 commits
  24. 27 Jan, 2014 1 commit
  25. 20 Dec, 2013 1 commit
  26. 26 Nov, 2013 1 commit
  27. 22 Nov, 2013 1 commit
  28. 12 Sep, 2013 3 commits
  29. 06 Sep, 2013 1 commit
  30. 04 Sep, 2013 1 commit
  31. 21 Aug, 2013 1 commit
    • Allow course image uploads in the settings page. · e4302e62
      Authors can upload an image (or choose an existing one) from the
      settings page, using the in-context uploader from PDF
      textbooks. Includes tests for backwards compatibility with XML courses
      -- they used a magic filename (images/course_image.jpg) which is
      mapped to a location in the Mongo contentstore.
      
      Still needs some UX work, though the backend plumbing is there.
      Peter Fogg committed
  32. 09 Aug, 2013 1 commit