- Aug 20, 2015
-
-
Will Daly authored
In-Course Reverification Access Control
-
zubair-arbi authored
* Automatically create user partitions on course publish for each ICRV checkpoint. * Disable partitions for ICRV checkpoints that have been deleted. * Skip partitions that have been disabled when checking access. * Add verification access control UI to visibility settings. * Add verification access control UI to sequential and vertical settings. * Add partition scheme for verification partition groups. * Cache information used by verification partition scheme and invalidate the cache on update. * Add location parameter to UserPartition so the partition scheme can find the associated checkpoint. * Refactor GroupConfiguration to allow multiple user partitions. * Add special messaging to ICRV for students in the honor track. Authors: Zubair Arbi, Awais Qureshi, Aamir Khan, Will Daly
-
Eugeny Kolpakov authored
Hash Update: Poll XBlock (fixes TNL-3065)
-
E. Kolpakov authored
-
Matt Drayer authored
ziafazal/SOL-493: Fetch scores via ScoresClient
-
Renzo Lucioni authored
Merge release into master
-
Ahsan Ulhaq authored
fixing issue with student re-verification.
-
Renzo Lucioni authored
Allow user partition version >= current version.
-
Awais authored
ECOM-2106
-
tasawernawaz authored
Hiding find courses button from dashboard of edge.edx.org FYI @wedaly
-
Tasawer authored
ECOM-1996
-
Eric Fischer authored
Fixing flaky TeamPageTest bokchoy tests
-
- Aug 19, 2015
-
-
Renzo Lucioni authored
Release 2015 08 18 conflict
-
Will Daly authored
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.
-
Renzo Lucioni authored
-
Eric Fischer authored
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
-
Christina Roberts authored
Add sorting by last_activity_at.
-
Ahsan Ulhaq authored
Add USD labels to prices on track selection pages
-
Marco Morales authored
Teams page content padding
-
Ned Batchelder authored
Upgrade Django to 1.4.22
-
Eric Fischer authored
Updating documentation for team_membership endpoint
-
Ahsan Ulhaq authored
ECOM-2114
-
cahrens authored
TNL-3011
-
Christina Roberts authored
Add sorting by team_count, as well as secondary sort (by name).
-
Eric Fischer authored
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
-
Renzo Lucioni authored
Release 2015 08 18 conflict
-
cahrens authored
TNL-3071
-
Sarina Canelake authored
This reverts commit cea274dc, reversing changes made to 02cf9cac.
-
Chris Dodge authored
Only let global staff (is_staff=True) see the Proctoring tab in the Instructor Dashboard if the feature flag is enabled.
-
Chris Dodge authored
-
Eric Fischer authored
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
-
Will Daly authored
Specify course key when retrieving credit requirements.
-
Ned Batchelder authored
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 authored
Use 0.1.3 of i18ntools
-
cahrens authored
-
cahrens authored
TNL-3012
-
Brian Beggs authored
Adding django admin command to create mongodb indexes
-
Ned Batchelder authored
-
Awais Qureshi authored
Change default donation amount to $10.
-
tasawernawaz authored
Merge pull request #9371 from edx/tasawer/story/ecom-1956-updte-validation-message-on-registration-page Updating validation error message on signup page.
-