1. 10 Sep, 2017 1 commit
  2. 01 Aug, 2017 1 commit
  3. 14 Jul, 2017 1 commit
  4. 14 Jun, 2017 2 commits
  5. 13 Jun, 2017 3 commits
  6. 11 Jun, 2017 1 commit
  7. 30 May, 2017 1 commit
  8. 25 May, 2017 2 commits
  9. 05 May, 2016 1 commit
  10. 03 May, 2016 1 commit
  11. 02 May, 2016 4 commits
  12. 30 Apr, 2016 1 commit
  13. 26 Apr, 2016 1 commit
  14. 10 Dec, 2015 1 commit
  15. 04 Dec, 2015 3 commits
  16. 28 Oct, 2015 4 commits
  17. 29 Jun, 2015 1 commit
  18. 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
  19. 18 May, 2015 2 commits
    • Default course license to All Rights Reserved · ca64c665
      Clicking on conflicting option box unchecks all conflicts
      LMS: Clicking license text should bring to new window
      updated styles to reflect html reuse inside of xblock edit modal area.
      
      Add ARIA attributes to license for a11y
      
      Gracefully handle re-selecting of selected license
      Sarina Canelake 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
  20. 01 Apr, 2015 1 commit
  21. 16 Jan, 2015 1 commit
  22. 15 Jan, 2015 1 commit
  23. 05 Dec, 2014 1 commit
  24. 10 Nov, 2014 1 commit
  25. 22 Aug, 2014 1 commit
  26. 08 Aug, 2014 1 commit
    • Replace create_xmodule with create_xblock · 47851c50
      Refactor all callers (often replacing with more appropriate fn)
      
      Also, added for_branch_setting method to old mongo and removed some
      branch verification tests
      
      Conflicts:
      	common/lib/xmodule/xmodule/modulestore/mongo/draft.py
      	common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py
      	common/lib/xmodule/xmodule/modulestore/xml_importer.py
      Don Mitchell committed
  27. 26 Jun, 2014 1 commit