- 20 Aug, 2015 1 commit
-
-
Update credit services to gracefully handle operations on a course which is actually not credit enabled
Chris Dodge committed
-
- 19 Aug, 2015 17 commits
-
-
Add sorting by team_count, as well as secondary sort (by name).
Christina Roberts 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 -
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 15 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
-
- 17 Aug, 2015 7 commits
-
-
Per discussions, for the purposes of the teams API, an 'instructor' is any of: -course staff -global staff -discussion privileged users This change will include the last case, which previously did not have instructor access. Changes will be documented on the teams API wiki: https://openedx.atlassian.net/wiki/display/TNL/Team+API Tests have also been added to confirm this functionality. TNL-2984
Eric Fischer committed -
Brian Beggs committed
-
Otherwise it can change from false to true without re-rendering. TNL-3072
cahrens committed -
Fixed explicit label issues related to CCX accessibility
Mark Sadecki committed -
Release
Renzo Lucioni committed -
Changes to a CCX course should emit a course_published event
Calen Pennington committed -
Instructor Dashboard: Display info about course timeline
Sarina Canelake committed
-