- 20 Aug, 2015 8 commits
-
-
ziafazal/SOL-493: Fetch scores via ScoresClient
Matt Drayer committed -
Merge release into master
Renzo Lucioni committed -
fixing issue with student re-verification.
Ahsan Ulhaq committed -
Allow user partition version >= current version.
Renzo Lucioni committed -
ECOM-2106
Awais committed -
Hiding find courses button from dashboard of edge.edx.org FYI @wedaly
tasawernawaz committed -
ECOM-1996
Tasawer committed -
Fixing flaky TeamPageTest bokchoy tests
Eric Fischer committed
-
- 19 Aug, 2015 31 commits
-
-
Release 2015 08 18 conflict
Renzo Lucioni committed -
If code is deployed that updates the user partition version, then the code is rolled back, we may see user partition versions greater than the currently deployed version. The previous behavior was to raise a TypeError when this occurred; the new behavior assumes that the newer version is backwards compatible and tries to load the partition.
Will Daly committed -
Renzo Lucioni committed
-
The flaky test problems we've been seeing here are coming from not waiting long enough after performing actions. By forcing is_browser_on_page checks to wait until the page is fully loaded instead of just looking for the presence of a single element, we ensure that there will not be issues interacting with non-loaded elements. TNL-3069
Eric Fischer committed -
Add sorting by last_activity_at.
Christina Roberts committed -
Add USD labels to prices on track selection pages
Ahsan Ulhaq committed -
Teams page content padding
Marco Morales committed -
Upgrade Django to 1.4.22
Ned Batchelder committed -
Updating documentation for team_membership endpoint
Eric Fischer committed -
ECOM-2114
Ahsan Ulhaq committed -
TNL-3011
cahrens committed -
Add sorting by team_count, as well as secondary sort (by name).
Christina Roberts committed -
Recent changes to the team_membership API endpoint added the course_id optional parameter, but the in-code documentation was never updated to reflect this. The wiki documentation at https://openedx.atlassian.net/wiki/display/TNL/Team+API is OK. Related: https://github.com/edx/edx-platform/pull/9289
Eric Fischer committed -
Release 2015 08 18 conflict
Renzo Lucioni committed -
TNL-3071
cahrens committed -
This reverts commit cea274dc, reversing changes made to 02cf9cac.
Sarina Canelake committed -
Only let global staff (is_staff=True) see the Proctoring tab in the Instructor Dashboard if the feature flag is enabled.
Chris Dodge committed -
Chris Dodge committed
-
By doing this, we can prevent the bug where multiple users can join a team simutaneously and push its enrollment over the defined maximum value. Tests have also been added to confirm this behavior. TNL-3061
Eric Fischer committed -
Specify course key when retrieving credit requirements.
Will Daly committed -
The 1.4.22 security fix makes it so that empty sessions are not written. To keep the tests working, we now log in the user, so that some data is saved to the session.
Ned Batchelder committed -
Use 0.1.3 of i18ntools
Ned Batchelder committed -
cahrens committed
-
TNL-3012
cahrens committed -
Adding django admin command to create mongodb indexes
Brian Beggs committed -
Ned Batchelder committed
-
Change default donation amount to $10.
Awais Qureshi committed -
Merge pull request #9371 from edx/tasawer/story/ecom-1956-updte-validation-message-on-registration-page Updating validation error message on signup page.
tasawernawaz committed -
using ScoresClient instead of StudentModule using ScoresClient without FieldDataCache
Zia Fazal committed -
ECOM-2113
Awais committed -
ECOM-1956
Tasawer committed
-
- 18 Aug, 2015 1 commit
-
-
Clean up the Django ORM usage a bit
David Baumgold committed
-