- 25 Aug, 2014 1 commit
-
-
swdanielli committed
-
- 19 Aug, 2014 1 commit
-
-
swdanielli committed
-
- 15 Aug, 2014 1 commit
-
-
[STUD-2903]
Calen Pennington committed
-
- 01 Aug, 2014 1 commit
-
-
LTI grade callbacks for example, come in with an anonymous user. This causes a stack trace in the psychometrics app that leads to the LTI service getting a 404. This adds a check before that callback gets registered.
Carson Gee committed
-
- 15 Jul, 2014 1 commit
-
-
Calen Pennington committed
-
- 24 Jun, 2014 1 commit
-
-
Oleg Marshev committed
-
- 23 Jun, 2014 2 commits
- 02 Jun, 2014 2 commits
-
-
Julia Hansbrough committed
-
LMS-2737
Waheed Ahmed committed
-
- 29 May, 2014 2 commits
-
-
[LMS-2757]
Calen Pennington committed -
Alan Boudreault committed
-
- 24 May, 2014 2 commits
-
-
Julia Hansbrough committed
-
Julia Hansbrough committed
-
- 23 May, 2014 2 commits
-
-
Calen Pennington committed
-
Stephen Sanchez committed
-
- 16 May, 2014 1 commit
-
-
Sarina Canelake committed
-
- 12 May, 2014 1 commit
-
-
Calen Pennington committed
-
- 09 May, 2014 1 commit
-
-
Calen Pennington committed
-
- 06 May, 2014 1 commit
-
-
This commit updates lms/djangoapps/courseware. 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
-
- 29 Apr, 2014 1 commit
-
-
Jason Bau committed
-
- 04 Apr, 2014 1 commit
-
-
Giulio Gratta committed
-
- 27 Mar, 2014 1 commit
-
-
XBlocks can and should use the "publish" method provided by the runtime to emit analytical events. In theory we could now start replacing calls to track_function with calls to publish, however, that migration is not handled by this change. Fixes: AN-789
Gabe Mulley committed
-
- 25 Feb, 2014 2 commits
-
-
Calen Pennington committed
-
This information will likely be used frequently for analytics purposes, so we would like to denormalize here to avoid having to join with the modulestore later. Fixes: AN-594
Gabe Mulley committed
-
- 24 Feb, 2014 2 commits
-
-
Don Mitchell committed
-
To get all dates localized, we need all runtimes to have the i18n service, and since runtimes are made by the modulestores, we need to pass it to them. Soon (fingers crossed), modulestores won't be involved in making runtimes, and many of these changes will go away.
Ned Batchelder committed
-
- 21 Feb, 2014 1 commit
-
-
This requires fixing the javascript api implementation, and adding an implementation of get_block to the ModuleSystem api. However, the implementation is incomplete, due to mismatches between the expectations of XModule and XBlock. Also adds tests using the Acid block to make sure that the javascript and python apis for children are working correctly.
Calen Pennington committed
-
- 18 Feb, 2014 1 commit
-
-
Ned Batchelder committed
-
- 13 Feb, 2014 1 commit
-
-
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
-
- 04 Feb, 2014 1 commit
-
-
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
-
- 30 Jan, 2014 2 commits
-
-
fixing unit tests fixing merge error fixing xqueue submission issue with unicode url (trial 0.1) fixing fotmats as commented upon removing yaml file language selection Unicode changes to support QRF removed unnecessary pass in modulestore/init.py fixing merge error fixing fotmats as commented upon removing yaml file language selection fixing pep8 violations - fixing pylint violations pylint violation fixing line spaces and formats ignore pylint E1101 remove empty line fixing pylint violations pep8 violations bulk mail unicode/decode fix migration error fix pep8 just to push again more unicode/decode Final changes to comments and error messages.
Jay Zoldak committed -
Oleg Marshev committed
-
- 28 Jan, 2014 1 commit
-
-
jorr committed
-
- 24 Jan, 2014 1 commit
-
-
Oleg Marshev committed
-
- 14 Jan, 2014 3 commits
-
-
XModules continue to use their own interface for xml, but provide an adaptor that makes the the XBlock interface available. [LMS-179]
Calen Pennington committed -
Ned Batchelder committed
-
Adds a feature to the edX platform which allows instructors to set individual due dates for students on particular coursework. This code is meant primarily for on-campus use--it is not intended that this feature would be used for MOOCs. It adds a new tab, "Extensions", to the beta instructor dashboard which allows changing due dates per student. This feature is enabled by setting FEATURES['INDIVIDUAL_DUE_DATES'] = True.
Chris Rossi committed
-
- 10 Jan, 2014 1 commit
-
-
[LMS-226] [LMS-2013]
Calen Pennington committed
-
- 09 Jan, 2014 1 commit
-
-
The django.utils.translation module has the right interface to serve as a gettext.Translations object, so we use it for the runtime i18n service. LMS-1597
Ned Batchelder committed
-