- 18 Oct, 2016 1 commit
-
-
Nimisha Asthagiri committed
-
- 07 Oct, 2016 2 commits
-
-
Brandon DeRosier committed
-
Jesse Shapiro committed
-
- 06 Oct, 2016 1 commit
-
-
John Eskew committed
-
- 12 Sep, 2016 1 commit
-
-
Discussion is restricted to the CCX course (there is no sharing of discussions with the parent course or other CCX instances).
Matjaz Gregoric committed
-
- 13 Apr, 2016 1 commit
-
-
Amir Qayyum Khan committed
-
- 08 Apr, 2016 1 commit
-
-
Because this migration depends on enrollment code and that code relies on a new table.
Feanil Patel committed
-
- 05 Apr, 2016 1 commit
-
-
Without this, when CCX runs 0003 it'll invoke course_overviews while loading a course, but that table has a model change, and the migration has not run yet. This ensures the course_overviews migration happens first.
Kevin Falcone committed
-
- 25 Mar, 2016 1 commit
-
-
Amir Qayyum Khan committed
-
- 25 Feb, 2016 1 commit
-
-
REST APIs modified
Giovanni Di Milia committed
-
- 22 Feb, 2016 1 commit
-
-
Revert "Added staff role on ccx to staff of master course and added a data migration for existing ccx courses." This reverts commit 91bf48fc.
Michael Katz committed
-
- 17 Feb, 2016 1 commit
-
-
Added staff role on ccx to staff of master course and added a data migration for existing ccx courses.
Amir Qayyum Khan committed
-
- 10 Nov, 2015 1 commit
-
-
Please note that this is a squshed commit and the work of: Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
Usman Khalid committed
-
- 11 Aug, 2015 2 commits
-
-
(cherry picked from commit 558b93fdeaaf72d02e050808698b2015e123a01c)
Brandon DeRosier committed -
This reverts commit 42e78463.
Brandon DeRosier committed
-
- 07 Aug, 2015 1 commit
-
-
This reverts commit 53db053c, reversing changes made to 386a8a27.
Peter Fogg 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
-
- 11 Apr, 2015 2 commits
-
-
Remove duplicated course listings template code on the student dashboard.
Carlos de la Guardia committed -
Final official name is Custom Courses for EdX (CCX), rename all code to remove previous name. Rename the FEATURE constant used to identify this feature Rename the middleware for the CCX change rename the constant used for storing the current poc id on the session. rename the _PocContext threading local rename the override provider in all places where it is referenced `PersonalOnlineCoursesOverrideProvider` -> `CustomCoursesForEdxOverrideProvider` generally rename symbols from overrides.py to replace `poc` with `ccx` where possible without changing model names or attributes rename more symbols from poc to ccx rename util functions from app utils module general symbol renaming poc -> ccx in views.py and related url changes Rename the coach role wherever it is used. reword poc_coach to ccx_coach UI rename replace POC with CCX globally template context variable renamed rename poc_ to ccx_ in urls and all related locations (views, js, scss etc) remove pocs migrations Final massive renaming, including models. Re-built migration. cleaning up a few tailing references Fix reference typo in schedule template JS undo modifications made on the fly in test setup to ensure that our tests are properly isolated from the rest of the system tests. Fixes jazkarta/edx-platform#38 Clean up some leftover strings and comments fixing more strings and comments in python files fix a naming error in the schedule tab that was causing problems in deleting courseware items. Fixes jazkarta/edx-platform#36 updating tests and utility code to match changes in infrastructure from latest rebase
cewing committed
-