- 28 Oct, 2013 32 commits
-
-
Fix a couple pylint violations
Jay Zoldak committed -
Jay Zoldak committed
-
Peer grading linking issue
brianhw committed -
Break out Advanced Problem tests into a Scenario Outline
Jay Zoldak committed -
Vik Paruchuri committed
-
pylint: db is a valid variable name
David Baumgold committed -
E0d/specify coffee sources
e0d committed -
David Baumgold committed
-
Disable problem editor test
Will Daly committed -
Added a [code] block to the problem markdown parser
David Baumgold committed -
Remove the use of celery.group from bulk email subtasks.
brianhw committed -
Improve forums performance
Greg Price committed -
Will Daly committed
-
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 -
Brian Wilson 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 -
Brian Wilson committed
-
Brian Wilson committed
-
Improved release script
David Baumgold committed -
Allow the export_course command to dump results to stdout
Carlos Andrés Rocha committed -
This is in preparation for significant refactoring of the code in question.
Greg Price committed -
Greg Price committed
-
Improve forum error handling
Greg Price committed -
David Baumgold committed
-
Carlos Andrés Rocha committed
-
Jay Zoldak committed
-
Add explicit wait to JS transcript tests
Will Daly committed -
CommentClientError now has sane subclasses that are meaningfully distinct, and each subclass is handled appropriately. Errors raised by the requests library are no longer handled by turning them into CommentClientErrors, since there is no meaningful handling we can do, and this way we will get more visibility into why errors are occurring. Also, HTTP status codes from the comments service indicating client error are correctly passed through to the client.
Greg Price committed -
Cheatsheet modal is accessible. LMS-1303
Ned Batchelder committed -
Will Daly committed
-
Add css mode to the compressed file.
Christina Roberts committed -
Commit/rollback transaction after rendering response to prevent TransactionManagementErrors due to db access in templates.
Usman Khalid committed
-
- 26 Oct, 2013 1 commit
-
-
Adds a code block to the problem markdown parser that translates [code] TestTest [/code] to <pre><code> TestTest </code></pre>
Iain Dunning committed
-
- 25 Oct, 2013 7 commits
-
-
Fix for static path parsing
dcadams committed -
Use the leanModal stuff to show the cheatsheet dialog in the wiki. LMS-1303
Ned Batchelder committed -
When a url contains a query parameter it gets incorrectly parsed when replacing the /static portion. This fix handles urls with query parameters.
David Adams committed -
STUD-833
cahrens committed -
David Baumgold committed
-
test bucket existence before creation
Jason Bau committed -
Prevent unbounded nesting of lms field_datas
David Baumgold committed
-