- 29 Oct, 2013 2 commits
-
-
polesye committed
-
Studio: Revised CSS Architecture (resolves STUD-806)
Brian Talbot committed
-
- 28 Oct, 2013 38 commits
-
-
Verified Certificate Upsell
Diana Huang committed -
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 -
LMS-1127
Diana Huang committed -
Vik Paruchuri committed
-
pylint: db is a valid variable name
David Baumgold committed -
LMS-1127
Diana Huang committed -
E0d/specify coffee sources
e0d committed -
LMS-1127
Diana Huang committed -
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
LMS-1127
Diana Huang 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
-