- 19 Mar, 2014 1 commit
-
-
LMS-2194
Usman Khalid committed
-
- 13 Feb, 2014 1 commit
-
-
Some messages generated by the comments service are not readily translated because they come from third-party libraries. Thus, we plan to try to avoid showing any comments service generated message to the user. This check preempts the only end-user-visible CS-generated error message that we are presently aware of.
Greg Price 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
-
- 30 Jan, 2014 1 commit
-
-
The relevant parameters and data are merely passed through between the front end and comments service.
Greg Price committed
-
- 14 Jan, 2014 1 commit
-
-
Greg Price committed
-
- 12 Dec, 2013 1 commit
-
-
Part of STUD-1030
cahrens committed
-
- 10 Dec, 2013 1 commit
-
-
David Baumgold committed
-
- 03 Dec, 2013 1 commit
-
-
David Baumgold 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
-
- 30 Oct, 2013 1 commit
-
-
Greg Price committed
-
- 28 Oct, 2013 4 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 -
Greg Price committed
-
- 06 Sep, 2013 3 commits
-
-
Calen Pennington committed
-
jsa committed
-
jsa committed
-
- 23 Aug, 2013 2 commits
-
-
Giulio Gratta committed
-
Giulio Gratta committed
-
- 25 Jul, 2013 1 commit
-
-
Kevin Chugh committed
-
- 21 Jun, 2013 1 commit
-
-
Ned Batchelder committed
-
- 17 Jun, 2013 1 commit
-
-
Jason Bau committed
-
- 15 Jun, 2013 1 commit
-
-
modification of @jrbl's version to handle a dict with value None
Jason Bau committed
-
- 10 Jun, 2013 2 commits
-
-
Make django use_tz
Don Mitchell committed -
Don Mitchell committed
-
- 16 May, 2013 2 commits
-
-
Jay Zoldak committed
-
This reverts commit 2df3fe93. Conflicts: common/static/coffee/src/discussion/utils.coffee
Jay Zoldak committed
-
- 06 May, 2013 1 commit
-
-
Chris Dodge committed
-
- 26 Apr, 2013 1 commit
-
-
This reverts commit acfd0d9f, reversing changes made to e4194c99.
Diana Huang committed
-
- 22 Apr, 2013 1 commit
-
-
Your Name committed
-
- 05 Apr, 2013 3 commits
-
-
Kevin Chugh committed
-
Chris Dodge committed
-
Kevin Chugh committed
-
- 21 Mar, 2013 1 commit
-
-
remove discussion caching for now. It might be overkill and I need to figure out how to serialize out the resultset into the cache as writing modules into the cache causes a pickle error
Chris Dodge committed
-
- 18 Mar, 2013 1 commit
-
-
Chris Dodge committed
-
- 12 Mar, 2013 1 commit
-
-
Your Name committed
-
- 10 Mar, 2013 1 commit
-
-
optimize forum page rendering as we don't pre-compute the link urls to inline discussions. We can use jump_to urls and then figure out the link path if/when end-user clicks on it. This saves a lot of unnecessary round trips to the DB as path computation is expensive, especially when it being done for every discussion module in a course in a loop.
Chris Dodge committed
-
- 08 Mar, 2013 1 commit
-
-
Calen Pennington committed
-
- 06 Mar, 2013 1 commit
-
-
Calen Pennington committed
-
- 08 Feb, 2013 1 commit
-
-
This reverts commit e4819a1b, reversing changes made to b6ec41ca. Now that we're ready to test again, need to revert the revert to put the filtering UI back in.
Victor Shnayder committed
-