- 30 Jun, 2014 1 commit
-
-
jsa committed
-
- 08 May, 2014 1 commit
-
-
This commit adds the non-courseware lms/djangoapps and lms/lib. 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
-
- 20 Mar, 2014 1 commit
-
-
Jay Zoldak committed
-
- 19 Mar, 2014 1 commit
-
-
LMS-2194
Usman Khalid committed
-
- 31 Jan, 2014 1 commit
-
-
This code adds the ability to add Mako template lookup directories on the fly, allowing third party add-ons to contribute their own Mako templates. A new API function for registering Mako templates is introduced:: from edxmako import add_lookup add_lookup('main', '/path/to/templates') # Or, specify a package to lookup using pkg_resources. This will # add the 'templates' directory inside the current package: add_lookup('main', 'templates', package=__name__)
Chris Rossi committed
-
- 14 Jan, 2014 1 commit
-
-
Greg Price committed
-
- 07 Jan, 2014 1 commit
-
-
STUD-1072
David Baumgold committed
-
- 08 Nov, 2013 1 commit
-
-
Calen Pennington committed
-
- 01 Nov, 2013 1 commit
-
-
The motivation for this change is performance. The forums UI code gets the list of users for each role and renders the staff label based on those lists. The list for the staff role is expensive to compute because there is no index on the is_staff attribute, and we cannot create one because the User model is built into django. Users with is_staff=True are still assigned the Moderator role upon enrolling in a course, so this change will have no practical effect except that a user who is granted staff privileges after enrolling in a course will have to be made a Moderator in order for their posts to be labeled. Additionally, the UI did not use the list of users with the Student role, so that list has been removed as well.
Greg Price committed
-
- 28 Oct, 2013 3 commits
-
-
Avoid recomputing course module information for every thread, which should dramatically improve the performance of high-percentile latency queries. JIRA: FOR-250
Greg Price committed -
The _DISCUSSIONINFO global was originally used as a cache, but has since lost that capability and is therefore just harmful. This is a precursor to more refactoring that will improve the performance of the forums and may itself provide some performance improvement because it separates the computation done by two functions that each previously computed the entirety of _DISCUSSIONINFO.
Greg Price committed -
This is in preparation for significant refactoring of the code in question.
Greg Price committed
-
- 23 Aug, 2013 2 commits
-
-
Giulio Gratta committed
-
Giulio Gratta committed
-
- 16 May, 2013 1 commit
-
-
Start adding view tests for discussion client. Note that these will not work unless you change your test.py to enable discussion forums.
Jay Zoldak committed
-
- 06 May, 2013 1 commit
-
-
Chris Dodge committed
-
- 18 Apr, 2013 1 commit
-
-
Jay Zoldak committed
-
- 20 Mar, 2013 2 commits
-
-
Jay Zoldak committed
-
Jay Zoldak committed
-
- 06 Feb, 2013 1 commit
-
-
Calen Pennington committed
-
- 29 Jan, 2013 1 commit
-
-
Jay Zoldak committed
-