- Apr 02, 2021
-
-
Jawayria authored
-
- Mar 02, 2021
-
-
M. Zulqarnain authored
-
- Nov 10, 2020
-
-
Bianca Severino authored
-
Bianca Severino authored
-
Bianca Severino authored
-
Kyle McCormick authored
* Generate common/djangoapps import shims for LMS * Generate common/djangoapps import shims for Studio * Stop appending project root to sys.path * Stop appending common/djangoapps to sys.path * Import from common.djangoapps.course_action_state instead of course_action_state * Import from common.djangoapps.course_modes instead of course_modes * Import from common.djangoapps.database_fixups instead of database_fixups * Import from common.djangoapps.edxmako instead of edxmako * Import from common.djangoapps.entitlements instead of entitlements * Import from common.djangoapps.pipline_mako instead of pipeline_mako * Import from common.djangoapps.static_replace instead of static_replace * Import from common.djangoapps.student instead of student * Import from common.djangoapps.terrain instead of terrain * Import from common.djangoapps.third_party_auth instead of third_party_auth * Import from common.djangoapps.track in...
-
- Dec 30, 2019
-
-
Feanil Patel authored
This will remove imports from __future__ that are no longer needed. https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
-
- Dec 10, 2019
-
-
Adeel Khan authored
This patch would enable a user to run management command via jenkins job. Verification ids are injected via a configuration model. PROD-1005
-
- Oct 24, 2019
-
-
Manjinder Singh authored
* fix type mismatch in third_party_auth migrations * fix type mismatch in verify_student migrations * fix type mismatch in video_config migrations * fix type mismatch in verified_track_content migrations * fix type mismatch in commercemigrations * fix type mismatch in xblock_config migrations * fix type mismatch in course_creators migrations * fix type mismatch in contentstore migrations
-
- May 15, 2019
-
-
Stu Young authored
* run python modernize * run isort
-
- Jan 10, 2019
-
-
Zainab Amir authored
-
- Jun 25, 2018
-
-
irfanuddinahmad authored
-
- Jun 05, 2018
-
-
Tyler Hallada authored
Django 2.0 will make this field required for `ForeignKey` and `OneToOneFields`. In previous versions the option defaulted to `models.CASCADE` when not specified. This change should make the deprecation warnings in the current Django version go away. The migrations where also modified, but the changes should not cause a change in the database schema since `models.CASCADE` was already the old default.
-
- Apr 30, 2018
-
-
Brittney Exline authored
This reworks what was done #17930, since it had to be reverted from the IDVerificationAggregate migration. We decided to abandon that model and directly read from both id verification models.
-
- Apr 25, 2018
-
-
Brittney Exline authored
This partially reverts commit ee1c3a45. The migration files introduced by the commit have been kept since they have been run already on several enviornments.
-
- Apr 23, 2018
-
-
Brittney Exline authored
-
- Apr 11, 2018
-
-
Adam Stankiewicz authored
-
- Mar 26, 2018
-
-
Brittney Exline authored
These models say they are to be fully removed in Hawthorn, so let's make it happen!
-
- Feb 05, 2018
-
-
Jeremy Bowman authored
-
- Oct 12, 2017
-
-
John Eskew authored
-
- Oct 06, 2016
-
-
John Eskew authored
-
- Dec 09, 2015
-
-
Bill DeRusha authored
-
- Nov 30, 2015
-
-
Bill DeRusha authored
-
- Nov 10, 2015
-
-
Usman Khalid authored
Please note that this is a squshed commit and the work of: Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
-
- Oct 20, 2015
-
-
Tasawer authored
ECOM-2552
-
- Oct 06, 2015
-
-
zubair-arbi authored
add new column 'copy_id_photo_from' for 'SoftwareSecurePhotoVerification' model to track initial verification with 'photo_id_key'
-
- Jul 21, 2015
-
-
Will Daly authored
* Add verification deadline model. * Populate verification deadlines from course modes table. * Update student dashboard to use verification deadlines. * Update pay-and-verify view to use verification deadlines. * Simplify Django admin for course modes and add validation. * Add verification deadline to Django admin for course modes. * Add UI for when the upgrade deadline is missed in the pay-and-verify flow.
-
- Jun 16, 2015
-
-
Awais authored
-
- Jun 10, 2015
-
-
Awais authored
-
- Jun 01, 2015
-
-
zubair-arbi authored
ECOM-1612
-
- Apr 29, 2015
-
-
zubair-arbi authored
ECOM-1477
-
- Apr 17, 2015
-
-
Awais authored
-
- Apr 02, 2015
-
-
Awais authored
-
- Dec 01, 2014
-
-
Sarina Canelake authored
-
- Jan 31, 2014
-
-
Julia Hansbrough authored
Added a banner that students can use to dismiss the "you have failed reverification" message. Also, removed unused code, wired up the sidebar for design
-
Julia Hansbrough authored
Added verification sidebar, banner for major courseware sections, quality & test improvements
-
Julia Hansbrough authored
Improved tests, fixed javascript for photocapture, removed extraneous photocapture code, added time & course numbers to templates for design
-
Frances Botsford authored
-
Julia Hansbrough authored
Quick-and-dirty end-to-end flow, functional for at least the case of one course in need of re-verification. Ready for design to start taking a look; still needs tests and code cleanup
-
- Aug 21, 2013
-
-
David Ormsbee authored
-