- Mar 02, 2016
-
-
David Ormsbee authored
Revert "Merge pull request #11523 from edx/perf/speed-up-slow-user-role-ops
-
David Ormsbee authored
This reverts commit acf6c1d6, reversing changes made to c59db6e5.
-
- Feb 27, 2016
-
-
Ned Batchelder authored
Noop the 0008 and conditional the 0009 migration
-
- Feb 26, 2016
-
-
Kevin Falcone authored
We removed a column in the same release that we removed it from the model. This creates a gap where the code still looks for a column which has been dropped until the new code has been deployed. The initial fix was to put the column back, but that creates a window during the alterations where views will error. This noops the 0008 migration and effectively noops 0009 unless you've run the old migration.
-
Braden MacDonald authored
Revert "Pass DOM element, not jQuery object to XBlock initialisation."
-
Eric Fischer authored
Weekly ORA release
-
Braden MacDonald authored
-
Nimisha Asthagiri authored
Course Overview migrations fix: Readd the Facebook URL field
-
Eric Fischer authored
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.
-
Nimisha Asthagiri authored
-
- Feb 25, 2016
-
-
Alison Hodges authored
Syncs preface with edx-doc repo version
-
Eric Fischer authored
Avoid MultipleObjectsReturned errors with LoginFailures
-
Peter Pinch authored
Added extra field to CCX model for Course Models
-
Ned Batchelder authored
Upgrade edx-lint to 0.4.2
-
Alison Hodges authored
-
Eric Fischer authored
Replayed by @efischer19 due to git issues, initially commited by @laq
-
Eric Fischer authored
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
-
sanfordstudent authored
MA-1919 making mobile handout links accommodate jump to id's and cour…
-
Douglas Hall authored
Incremented edx-proctoring version to 0.12.11
-
Mushtaq Ali authored
Fix subsection config for self-paced course
-
Ned Batchelder authored
-
Giovanni Di Milia authored
REST APIs modified
-
Sanford Student authored
-
Douglas Hall authored
-
John Eskew authored
Remove all request.REQUEST usages.
-
M. Rehan authored
TNL-4136 fix topic detail endpoint's url to support alphanumeric and period characters in topic ID
-
Brian Beggs authored
Allow multiple instances of ccx
-
Ned Batchelder authored
Use yaml.safe_load, since we have no need for the greater power of .load
-
- Feb 24, 2016
-
-
Michael Frey authored
Release
-
Peter Desjardins authored
Fix build failures in the docs/en_us/platform_api guide.
-
Ned Batchelder authored
-
Michael Frey authored
Only allow ecommerce checkout if user is also activated
-
Ned Batchelder authored
Update translations (autogenerated message)
-
Douglas Hall authored
add student email in credit service
-
Braden MacDonald authored
Use latest version of drag and drop xblock
-
sanfordstudent authored
MA-1038
-
Ned Batchelder authored
-
Adam Palay authored
mathjax preview should be inline by default
-
Adam Palay authored
-
Michael Frey authored
-