- 19 Aug, 2015 24 commits
-
-
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 -
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 -
ECOM-2113
Awais committed -
ECOM-1956
Tasawer committed
-
- 18 Aug, 2015 16 commits
-
-
Clean up the Django ORM usage a bit
David Baumgold committed -
David Baumgold committed
-
Resolved decompression errors during tests
Clinton Blackburn committed -
Fix an exception that could occur if a user had completed the final grade credit requirement in > 1 course.
Will Daly committed -
Add a new last_activity_at field.
Diana Huang committed -
Style issues on the credit status in the dashboard
zubair-arbi committed -
TNL-3068
Diana Huang committed -
User state client metrics
Calen Pennington committed -
Note that this change will require deleting all CourseStructure data. This data should be regenerated using the generate_course_structure management command. XCOM-513
Clinton Blackburn committed -
SOL-1125: fix for organization id drop down not populating
Matt Drayer committed -
Expand instructor definition
Eric Fischer committed -
By moving the team_page.first_member_username access to occur before click_first_profile_image() is called, we avoid a potential issue where the wrapper() method defined in page_object.py, which decorates the property, calls into _verify_page() and raises a WrongPageError.
Eric Fischer committed -
ECOM-2117
Ahsan Ulhaq committed -
Zia Fazal committed
-
The stale flag needs to take into account its previous state.
Christina Roberts committed
-