- 05 Jun, 2015 1 commit
-
-
Nimisha Asthagiri committed
-
- 19 May, 2015 1 commit
-
-
Sarina Canelake committed
-
- 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
-
- 14 May, 2015 2 commits
-
-
Ned Batchelder committed
-
Ned Batchelder committed
-
- 15 Apr, 2015 1 commit
-
-
Calen Pennington committed
-
- 31 Mar, 2015 1 commit
-
-
Calen Pennington 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
-
- 08 Jan, 2015 1 commit
-
-
Nimisha Asthagiri committed
-
- 13 Dec, 2014 1 commit
-
-
[PLAT-217]
Calen Pennington committed
-
- 16 Oct, 2014 2 commits
-
-
Calen Pennington committed
-
Calen Pennington committed
-
- 07 Sep, 2014 1 commit
-
-
Piotr Mitros committed
-
- 21 Aug, 2014 1 commit
-
-
LMS-11235
Don Mitchell committed
-
- 15 Aug, 2014 1 commit
-
-
[STUD-2903]
Calen Pennington committed
-
- 07 Aug, 2014 1 commit
-
-
STUD-1754
Andy Armstrong committed
-
- 27 Jun, 2014 1 commit
-
-
Nimisha Asthagiri committed
-
- 20 Jun, 2014 2 commits
-
-
cahrens committed
-
STUD-1658
Andy Armstrong committed
-
- 02 Jun, 2014 1 commit
-
-
LMS-2737
Waheed Ahmed committed
-
- 07 May, 2014 1 commit
-
-
This commit updates common/djangoapps. 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
-
- 02 May, 2014 1 commit
-
-
STUD-1558
cahrens committed
-
- 04 Apr, 2014 1 commit
-
-
Giulio Gratta committed
-
- 02 Apr, 2014 1 commit
-
-
Abdallah committed
-
- 21 Feb, 2014 1 commit
-
-
Calen Pennington committed
-
- 13 Feb, 2014 3 commits
-
-
[LMS-1645] [LMS-2062] [LMS-2063] [LMS-2064]
Calen Pennington committed -
Added feature setting 'DISPLAY_HISTOGRAMS_TO_STAFF' to configure display of histograms in Staff Debug Info panel. Generating histograms requires scanning the courseware_studentmodule table on each view. This can make staff access to courseware very slow on large courses. Default is False. LMS-1199
Usman Khalid committed -
Renamed feature setting 'DISPLAY_HISTOGRAMS_TO_STAFF' to 'DISPLAY_DEBUG_INFO_TO_STAFF' to better communicate its purpose. Default is True. LMS-1199
Usman Khalid 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
-
- 04 Feb, 2014 2 commits
-
-
Calen Pennington committed
-
Make XBlock client-side runtimes proper classes, so that handlerUrl can be defined in a per-runtime way, and we can have multiple runtimes on a single page. [LMS-1630][LMS-1421][LMS-1517]
Calen Pennington committed
-
- 03 Dec, 2013 2 commits
-
-
David Baumgold committed
-
David Baumgold committed
-
- 08 Nov, 2013 1 commit
-
-
Adds xblock handler_url support to the LMS, and makes handle_ajax use that code. [LMS-230] [LMS-229]
Calen Pennington committed
-
- 18 Oct, 2013 1 commit
-
-
[LMS-57]
Calen Pennington committed
-
- 16 Oct, 2013 2 commits
- 08 Oct, 2013 1 commit
-
-
By transparently proxying between the XModuleDescriptor and the XModule, and between their runtimes, we can make them act as a single class, so that we can swap in an actual XBlock instead.
Calen Pennington committed
-