- 18 May, 2015 2 commits
-
-
David Baumgold committed
-
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
-
- 30 Mar, 2015 1 commit
-
-
Calen Pennington committed
-
- 19 Mar, 2015 1 commit
-
-
The string "</script>" in JSON data would end the script element we're embedding the data in. To make sure the data doesn't disrupt the script, we escape the slash as \/ .
Ned Batchelder committed
-
- 16 Oct, 2014 1 commit
-
-
Calen Pennington committed
-
- 07 Sep, 2014 1 commit
-
-
Piotr Mitros committed
-
- 13 Mar, 2014 1 commit
-
-
Dave St.Germain committed
-
- 10 Feb, 2014 1 commit
-
-
Dave St.Germain committed
-
- 05 Feb, 2014 1 commit
-
-
Removed inappropriate section tags. Because screen readers announce each section, they should not be used unless they are actually defining meaningful sections.
Dave St.Germain committed
-
- 18 Oct, 2013 1 commit
-
-
[LMS-57]
Calen Pennington committed
-