1. 04 Nov, 2015 1 commit
  2. 28 Oct, 2015 2 commits
  3. 26 Aug, 2015 1 commit
  4. 06 Aug, 2015 1 commit
  5. 08 Jul, 2015 1 commit
  6. 22 Jun, 2015 1 commit
  7. 12 Jun, 2015 1 commit
  8. 02 Jun, 2015 1 commit
  9. 01 Jun, 2015 1 commit
    • Course Discovery - Language Filtering · 176b1c89
      Filter by Language:
      Designation for course language(s) in Studio
      allows for filtering of courses based on their language in the sidebar
      Reuses active filter view UI/IA from find courses page on edx.org
      view for clearing individual or all filters, as with edx.org filtering
      Davorin Sego committed
  10. 22 May, 2015 1 commit
  11. 18 May, 2015 2 commits
    • Courseware license (Creative Commons): FED · a3887e95
      Use native checkboxes for courseware license options
      In Studio settings editor for video module, don't show license if feature-flagged off
      Don't let Scope.contents fields leak to Studio editor
      JS gettext() must all be on the same line for i18n
      Add docstrings for bok-choy tests
      Remove LicenseMixin from HTMLDescriptor
      Responding to UX review feedback
      Add aria-pressed attribute
      Use https links instead of protocol-relative links for links to creativecommons.org
      Remove license from course outline page in Studio
      David Baumgold committed
    • Added a simple XBlockMixin for courseware licenses · 2159d341
      This allows course authors to choose between two difference licenses for their
      course content: All Rights Reserved, or Creative Commons. In the backend, XBlocks
      that wish to allow custom licenses need only inherit from LicenseMixin, which
      adds a `license` field as a string.
      
      License information is displayed in the Studio editor view, and just below the
      rendered XBlock in the LMS. In addition, if the course block itself has a custom
      license set, this license will display just below the main body of the page
      on courseware pages.
      
      This entire feature is gated behind the LICENSING feature flag.
      David Baumgold committed
  12. 16 Jan, 2015 1 commit
  13. 15 Jan, 2015 1 commit
  14. 06 Jan, 2015 1 commit
  15. 20 Nov, 2014 1 commit
  16. 03 Oct, 2014 1 commit
  17. 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
  18. 26 Jun, 2014 1 commit
  19. 09 Apr, 2014 2 commits
  20. 28 Feb, 2014 1 commit
  21. 12 Feb, 2014 1 commit
  22. 22 Nov, 2013 1 commit
  23. 09 Oct, 2013 1 commit
  24. 04 Oct, 2013 1 commit
  25. 23 Sep, 2013 1 commit
  26. 20 Sep, 2013 1 commit
  27. 06 Sep, 2013 3 commits
  28. 21 Aug, 2013 5 commits
  29. 20 Aug, 2013 1 commit
  30. 15 Aug, 2013 1 commit
  31. 29 Jul, 2013 1 commit