- 28 Oct, 2013 25 commits
-
-
Ensure that peer grading modules whose linked problem is removed change ...
brianhw committed -
Vik Paruchuri 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
-
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 14 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 -
Previously, whenever a XModule was created from a XDescriptor, we created another level of nesting of FieldData objects. This change prevents that nesting. [TKTS-393]
Calen Pennington committed -
Also let xml import work on modulestores that don't use write signaling
Carlos Andrés Rocha committed -
Jason Bau committed
-
Jason Bau committed
-
student.views.confirm_email_change: commit/rollback transaction after rendering response instead of before
Usman Khalid committed -
student.tests: Added db access in mock_render_to_response() to test any issues with @transaction.commit_manually
Usman Khalid committed -
Add masked input back into RequireJS
Diana Huang committed
-