- 02 Dec, 2015 10 commits
-
-
do orphan deletion in a bulk operation (SUST-21)
Adam committed -
LMS: changing blue to pink, ensuring contrast, for Studio/Staff
clrux committed -
Adam Palay committed
-
Chris Rodriguez committed
-
MA-1742; return read status for GET thread details
wajeeha-khalid committed -
Chris Rodriguez committed
-
Fixed test studio split test failing on chrome
raeeschachar committed -
Replacing user dropdown field with user search textbox. On stage due …
Awais Qureshi committed -
Fixed test cc and test arr license that were failing on Chrome
raeeschachar committed -
Allow using a custom login/register form with third_party_auth
Braden MacDonald committed
-
- 01 Dec, 2015 22 commits
-
-
Braden MacDonald committed
-
Release-2015-12-01 conflict resolved
Robert Raposa committed -
# Conflicts: # requirements/edx/github.txt
Robert Raposa committed -
Modify existing Programs migration to account for help_text change
Renzo Lucioni committed -
SOL-1417 Certs: Allow CSV upload for Cert Exceptions
Matt Drayer committed -
Add pagination support to course catalog API
Nimisha Asthagiri committed -
raeeschachar committed
-
raeeschachar committed
-
SOL-1389: Cert Exception: Add error states and messages
Matt Drayer committed -
Support multiprocess bok-choy testing for discussion
Ben Patterson committed -
SOL-1439: removed certificates delivered dependency on certificate eligibility
Matt Drayer committed -
SOL-1466: Make sure web view renders certs only if downloadable.
Matt Drayer committed -
* Catalog results are now paginated * Implements the new namespaced pagination described at https://openedx.atlassian.net/wiki/pages/viewpage.action?pageId=47481813 * API level code returns pythonic business objects * View layer performs serialize at the view layer * Convert views to use DRF generic views * Removes an unintentional authentication decorator that caused the detail endpoint to return a 401 for anonymous users MA-1724
J. Cliff Dyer committed -
MA-1211; Discussion API - make boolean params case insensitive
wajeeha-khalid committed -
Do not install xblock-utils in editable mode
Douglas Hall committed -
Replacing user dropdown field with user search textbox. On stage due to large user's list page is not loading. ECOM-2980
Awais committed -
split variables on multiple lines changes after feedback from Afzal
Zia Fazal committed -
Saleem Latif committed
-
Saleem Latif committed
-
Aamir khan/ecom 1447 login error message
Aamir committed -
wajeeha-khalid committed
-
Douglas Hall committed
-
- 30 Nov, 2015 8 commits
-
-
Revert "Fixing CohortMembership and ATOMIC_REQUESTS issue"
Eric Fischer committed -
Prevents makemigrations from creating a new migration for the programs app.
Renzo Lucioni committed -
This reverts commit 12130c80. Manual testing found this to not fix the bug it claimed to fix.
Eric Fischer committed -
Initial migrations for verified deadlines for self paced
Bill DeRusha committed -
Sprint Solutions:Zug PHX-200 PHX-201 Adding LTI consumer XBlock to requirements
Douglas Hall committed -
MA-1667: Update Mobile API to support Web Certificates
Nimisha Asthagiri 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
-