- 29 Feb, 2016 12 commits
-
-
Bill DeRusha committed
-
John Eskew committed
-
Update migrations setup during Python unit tests
Renzo Lucioni committed -
Display studio name properly on empty course page.
Mushtaq Ali committed -
Revert "Registration: don't require terms of service if checkbox is hidden"
Ben Patterson committed -
Ben Patterson committed
-
By default, migrations are applied as they always have been. Exporting DISABLE_MIGRATIONS=1 or passing --disable-migrations to Paver commands will create tables directly from apps' models.
Usman Khalid committed -
Registration: don't require terms of service if checkbox is hidden
Omar Khan committed -
Test should wait for ajax calls to finish before checking the changes
Muddasser committed -
Mushtaq Ali committed
-
Improve logging in certification generation
Awais Jibran committed -
Fixed test_cancelling_redirects failing on Chrome
raeeschachar committed
-
- 27 Feb, 2016 1 commit
-
-
Dev user should be able to specify LETTUCE_BROWSER.
Ben Patterson committed
-
- 26 Feb, 2016 16 commits
-
-
DOC-2703: replace instances of “courseware” in Advanced Settings help
Carol Tong committed -
Move rendering of capa problems inline
David Ormsbee committed -
When capa problem rendering was moved to happen inline on courseware page loads, we started executing many more Mako templates on sequences with large numbers of thse problems. To help offset this, we're caching the context generation (it showed up as the easiest piece of low hanging fruit on profiles of the courseware index page). [PERF-261]
David Ormsbee committed -
Before this commit, calling the student_view on a capa problem would cause it to render an empty placeholder <div>, wait for the DOMContentLoaded event to be fired, and then make AJAX requests to the the problem_get handlers to retrieve the HTML it needed to render the actual problems. This can significantly increase the end user load times for pages, particularly when there are many problems in a vertical. This commit takes a very conservative approach and has the server side add the rendered HTML into a new data-content attribute on the <div> enclosing the problem. When Capa's JS initialization runs, it grabs from that data-content attribute rather than reaching over the network for an AJAX request. I had attempted to make it somewhat smarter and push the rendered problem straight into the document instead of relying on the data-content attribute. This was faster, and should be our long term goal. However, it caused odd bugs, particularly around MathJAX rendering, and I never quite tracked the issue down. I'm still going forward with these changes because it's significantly better than the current situation that students have to deal with, and we can make the JS more performant in a future iteration. [PERF-261]
David Ormsbee committed -
Carol Tong committed
-
Use has_configuration_set() during microsite initialization
Matt Drayer committed -
Revert "Pass DOM element, not jQuery object to XBlock initialisation."
Braden MacDonald committed -
Weekly ORA release
Eric Fischer committed -
Delegating the conditional to the has_configuration_Set method, which is overriden by the database backend, so the enable_pre_startup works well for both backends. Adding tests Fix quality issues
Felipe Montoya committed -
Braden MacDonald committed
-
Course Overview migrations fix: Readd the Facebook URL field
Nimisha Asthagiri committed -
Now installing without `-e`, and moving to a fully released 1.0.0 version Also includes updating edx-submissions to a 1.0.0 release.
Eric Fischer committed -
raeeschachar committed
-
Nimisha Asthagiri committed
-
Ben Patterson committed
-
Ben Patterson committed
-
- 25 Feb, 2016 11 commits
-
-
Syncs preface with edx-doc repo version
Alison Hodges committed -
Avoid MultipleObjectsReturned errors with LoginFailures
Eric Fischer committed -
Added extra field to CCX model for Course Models
Peter Pinch committed -
Upgrade edx-lint to 0.4.2
Ned Batchelder committed -
Alison Hodges committed
-
Replayed by @efischer19 due to git issues, initially commited by @laq
Eric Fischer committed -
The get_or_create function is vulnerable to race conditions in MySQL, which can cause the model LoginFailure to, in some cases, have more than one row for the same user, breaking the login for that user. Addinf functionality to expect and clean the error by deleting extra rows (by oldest lockout date), leaving just one entry and allowing the user to login. Replayed and squashed by @efischer19, initially commited by @laq
Eric Fischer committed -
MA-1919 making mobile handout links accommodate jump to id's and cour…
sanfordstudent committed -
Incremented edx-proctoring version to 0.12.11
Douglas Hall committed -
Fix subsection config for self-paced course
Mushtaq Ali committed -
Ned Batchelder committed
-