- Oct 28, 2013
-
-
Vik Paruchuri authored
-
Will Daly authored
Disable problem editor test
-
David Baumgold authored
Added a [code] block to the problem markdown parser
-
brianhw authored
Remove the use of celery.group from bulk email subtasks.
-
Greg Price authored
Improve forums performance
-
Will Daly authored
-
Greg Price authored
Avoid recomputing course module information for every thread, which should dramatically improve the performance of high-percentile latency queries. JIRA: FOR-250
-
Brian Wilson authored
-
Greg Price authored
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.
-
Brian Wilson authored
-
Brian Wilson authored
-
David Baumgold authored
Improved release script
-
Carlos Andrés Rocha authored
Allow the export_course command to dump results to stdout
-
Greg Price authored
This is in preparation for significant refactoring of the code in question.
-
Greg Price authored
-
Greg Price authored
Improve forum error handling
-
David Baumgold authored
-
Carlos Andrés Rocha authored
-
Will Daly authored
Add explicit wait to JS transcript tests
-
Greg Price authored
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.
-
Ned Batchelder authored
Cheatsheet modal is accessible. LMS-1303
-
Will Daly authored
-
Christina Roberts authored
Add css mode to the compressed file.
-
Usman Khalid authored
Commit/rollback transaction after rendering response to prevent TransactionManagementErrors due to db access in templates.
-
- Oct 26, 2013
-
-
Iain Dunning authored
Adds a code block to the problem markdown parser that translates [code] TestTest [/code] to <pre><code> TestTest </code></pre>
-
- Oct 25, 2013
-
-
dcadams authored
Fix for static path parsing
-
Ned Batchelder authored
Use the leanModal stuff to show the cheatsheet dialog in the wiki. LMS-1303
-
David Adams authored
When a url contains a query parameter it gets incorrectly parsed when replacing the /static portion. This fix handles urls with query parameters.
-
cahrens authored
STUD-833
-
David Baumgold authored
-
Jason Bau authored
test bucket existence before creation
-
David Baumgold authored
Prevent unbounded nesting of lms field_datas
-
Calen Pennington authored
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]
-
Carlos Andrés Rocha authored
Also let xml import work on modulestores that don't use write signaling
-
Jason Bau authored
-
Jason Bau authored
-
Usman Khalid authored
student.views.confirm_email_change: commit/rollback transaction after rendering response instead of before
-
Usman Khalid authored
student.tests: Added db access in mock_render_to_response() to test any issues with @transaction.commit_manually
-
Diana Huang authored
Add masked input back into RequireJS
-
- Oct 24, 2013
-
-
thedeadparrot authored
-