- 30 Nov, 2015 5 commits
-
-
This reverts commit 12130c80. Manual testing found this to not fix the bug it claimed to fix.
Eric Fischer committed -
CohortMemberships minimal fix
Eric Fischer committed -
What had been happening was related to the fact that ATOMIC_REQUESTS is now on, preventing writing to the database until a request is completed. The problem with that was that CohortMemberships, with their explicit transaction handling, were breaking that rule and touching the database. The CohortMembership needs to also touch the database to update the underlying course_user_groups information, to prevent the database from getting into a strange state. After this commit, every time a CohortMembership is updated or created, the corresponding course_user_groups are also updated and explicitly written to the database. This occurs atomically with the CohortMembership, and does not wait for the end of the request.
Eric Fischer committed -
Upgrade ORA version to fix staff tools styling
Andy Armstrong committed -
Andy Armstrong committed
-
- 24 Nov, 2015 26 commits
-
-
Upgrade to Django 1.8.7
Kevin Falcone committed -
Use edx-proctoring 0.11.6
chrisndodge committed -
chrisndodge committed
-
Kevin Falcone committed
-
DOC: Studio Help -- update config.ini file with new paths to B&R Guide
Carol Tong committed -
Carol Tong committed
-
remove unneeded aria-describedby and aria-hidden attrs on studio modal
Christine Lytwynec committed -
Added new Course Catalog API https://openedx.atlassian.net/browse/MA-1625
Cliff Dyer committed -
Update translations (autogenerated message)
Sarina Canelake committed -
Michael Frey committed
-
Christine Lytwynec committed
-
Overridden start and due dates of problems to control due date of a unit from ccx schedule
Peter Pinch committed -
Use the latest ORA and submissions API
Andy Armstrong committed -
Cdodge/fix zero seat invoices
chrisndodge committed -
Sarina Canelake committed
-
Add the Microsoft Office Mix XBlock
Sarina Canelake committed -
fix quality error
Chris Dodge committed -
Merge pull request #10658 from edx/ahsan/ECOM-2897-Update-help-text-for-Name-field-in-edx-registration Update help text for Name field in edx registration
Ahsan Ulhaq committed -
GitHub has a capital H
David Baumgold committed -
Ned Batchelder committed
-
Use 0.1.4 of i18n-tools so Django 1.8 will work. PLAT-919
Sarina Canelake committed -
Amir Qayyum Khan committed
-
Add in the attempt_code field to the proctoring report
chrisndodge committed -
ECOM-2897
Ahsan Ulhaq committed -
Andy Armstrong committed
-
Ned Batchelder committed
-
- 23 Nov, 2015 9 commits
-
-
Fix pylint C7630 (literal used as attribute) violations
Ned Batchelder committed -
Upgrade to latest 2.x version of pymongo.
Feanil Patel committed -
There's no need to use a string literal in setattr, delattr, or the two-argument form of getattr.
Ned Batchelder committed -
David Baumgold committed
-
Navigation dropdown link should be button
Christine Lytwynec committed -
Christine Lytwynec committed
-
Release Notes: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=14795 Mostly backports to prep for moving to 3.0
Feanil Patel committed -
remove reset style for button outlines in firefox
Christine Lytwynec committed -
Update the django-wiki reference
Ned Batchelder committed
-