- 11 Sep, 2015 1 commit
-
-
TNL-3202
Peter Fogg committed
-
- 08 Sep, 2015 2 commits
-
-
Chris Dodge committed
-
ECOM-2118
Ahsan Ulhaq committed
-
- 04 Sep, 2015 1 commit
-
-
PR #8930
William Ono committed
-
- 01 Sep, 2015 1 commit
-
-
Fixed the issue when deleting a proctored exam attempt does not remove the record in the CreditRequirementStatus table
Muhammad Shoaib committed
-
- 31 Aug, 2015 3 commits
-
-
Ned Batchelder committed
-
I want to make clear that these tests rely on XBlocks in other repos, and that ideally in time we would move these tests into the XBlock repo.
Ned Batchelder committed -
This test gives peace-of-mind and ensures that CSRF validation is enforced for session authentication. XCOM-524
Clinton Blackburn committed
-
- 29 Aug, 2015 1 commit
-
-
CSRF protection needs to be disabled so that requests made using OAuth and other non-session-based authentication mechanisms can be properly processed. If session authentication is used, DRF will enforce CSRF protection. XCOM-524
Clinton Blackburn committed
-
- 26 Aug, 2015 1 commit
-
-
Injecting call stack manager in CSM/CSMH,introducting @trackit,@wrapt, and refining implementation[PLAT-758]
utkjad committed
-
- 25 Aug, 2015 2 commits
-
-
Bill DeRusha committed
-
David Ormsbee committed
-
- 24 Aug, 2015 1 commit
-
-
TNL-3014 Add tests for search Add text_search to TeamsListView Add reindex command line tool for course teams Add Search Pagination and update comments Move paginate_search_results to common library
Bill DeRusha committed
-
- 22 Aug, 2015 1 commit
-
-
add ability to return the course name (optionally) when querying about credit requirement fulfillments
Chris Dodge committed
-
- 21 Aug, 2015 1 commit
-
-
ECOM-2026
Ahsan Ulhaq committed
-
- 20 Aug, 2015 2 commits
-
-
Update credit services to gracefully handle operations on a course which is actually not credit enabled
Chris Dodge committed -
* 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
zubair-arbi committed
-
- 18 Aug, 2015 1 commit
-
-
Fix an exception that could occur if a user had completed the final grade credit requirement in > 1 course.
Will Daly committed
-
- 13 Aug, 2015 1 commit
-
-
Chris Dodge committed
-
- 12 Aug, 2015 1 commit
-
-
Create read-only serializer to handle User/UserProfile data together. Refactor GET accounts to use the new read-only joint serializer Fix tests to check for new expanded user info Update tests in teams/tests/test_views.py to test for both public and private profiles on expands user Update serializer to utilize the request object for creating absolute uris
Bill DeRusha committed
-
- 11 Aug, 2015 3 commits
-
-
This reverts commit 4c1c4619.
Waheed Ahmed committed -
Endpoints support create, read, and list operations. NOTE: This commit also includes a retrofitted SimpleRouter that supports overriding the lookup regex. This retrofit is simpler to implement than updating edx-ora2 which is pinned to DRF 2.3.x. XCOM-524
Clinton Blackburn committed -
This reverts commit 42e78463.
Brandon DeRosier committed
-
- 07 Aug, 2015 2 commits
-
-
This reverts commit 53db053c, reversing changes made to 386a8a27.
Peter Fogg committed -
Kyle McCormick committed
-
- 06 Aug, 2015 1 commit
-
-
Adds a read-only mode to the discussion module which disables any controls for updating the discussion (votes, follows, replies, etc). This mode is enabled for users who are not a member of the team, and are also not moderators, admins, or community TAs.
Peter Fogg committed
-
- 05 Aug, 2015 1 commit
-
-
Syed Hassan Raza committed
-
- 03 Aug, 2015 1 commit
-
-
Ned Batchelder committed
-
- 01 Aug, 2015 1 commit
-
-
enrollments. The goal for this PR is to have a single mechanism for registering users and reducing the number of places where special-casing for ccx courses is needed. The migration at this point is purposefully limited to convert ccx memberships into student enrollments when moving forward. No backward migration is in place at the moment. The ccx membership tables are not removed at this time. It is possible to go backwards and forwards multiple times with no errors or data loss.
Carlos de la Guardia committed
-
- 31 Jul, 2015 2 commits
-
-
Kyle McCormick committed
-
tlindaliu committed
-
- 30 Jul, 2015 1 commit
-
-
Ben McMorran committed
-
- 28 Jul, 2015 4 commits
-
-
* Exclude orphaned XBlocks from requirements because they have been deleted. * Sort ICRV requirements by start date, then by display name.
Will Daly committed -
Braden MacDonald committed
-
Chris Dodge committed
-
aamir-khan committed
-
- 27 Jul, 2015 2 commits
-
-
Awais committed
-
ECOM-1525
zubair-arbi committed
-
- 24 Jul, 2015 1 commit
-
-
What happened: * First, I merged `0004_default_lowest_passing_grade_to_None.py`, which adds `null=True` to `lowest_passing_grade`. * Later, Renzo merged `0004_auto__add_field_courseoverview_enrollment_start__add_field_courseoverv.py`, which adds a bunch of enrollment-related fields * Neither migrations' `models` variables reflects the changes in the other one. * release currently has just `0004_default...` * master and rc/2015-07-22 have `0004_auto...` and `0004_default...`, in that order. What this commit changes: * Change `0004_auto...` to `0005_add_enrollment_fields.py` * Update `models` in `0005_...` to have `null=True` for `lowest_passing_grade`
Kyle McCormick committed
-
- 23 Jul, 2015 1 commit
-
-
* Exclude orphaned XBlocks from requirements because they have been deleted. * Sort ICRV requirements by start date, then by display name.
Will Daly committed
-