edX requirements bot
2945e68a2d
Updating Python Requirements
2020-03-21 06:49:22 -04:00
Dillon Dumesnil
c241fd61d3
Merge pull request #23465 from edx/ddumesnil/AA-81
...
AA-81: Update edx-when version
2020-03-20 12:13:29 -07:00
adeel khan
2416f14f7f
Merge pull request #23466 from edx/adeel/prod_1231_fix_video_player_button_opacity
...
Reducing play button opacity to improve viewing experience.
2020-03-21 00:03:16 +05:00
Adeel Khan
5cbcd0e952
Reducing play button opacity to improve viewing experience.
...
This patch lowers the opacity for play button
enabling learners unhindered learning experience
when on video pause.
PROD_1231
2020-03-20 23:39:07 +05:00
Dillon Dumesnil
422fcebb23
AA-81: Update edx-when version
2020-03-20 11:32:15 -07:00
Michael Roytman
458138ec6a
Merge pull request #23464 from edx/mroytman/bump-edx-proctoring-2.3.3
...
bump edx-proctoring version to 2.3.3
2020-03-20 13:30:45 -04:00
Michael Terry
abc43a9352
Merge pull request #23463 from edx/mikix/verification-email-fix
...
Fix error in verification email command
2020-03-20 12:50:47 -04:00
Michael Roytman
50427ba019
bump edx-proctoring version to 2.3.3
2020-03-20 12:38:10 -04:00
Michael Terry
1aa49c93b8
Merge pull request #23456 from edx/mikix/enrollment-end
...
enrollment_end support for experiments
2020-03-20 12:17:42 -04:00
Uzair Rasheed
e8ce27c082
Merge pull request #23462 from edx/PROD-1370/update-bulk-unenroll-mgmt-cmd
...
Update bulk un-enroll management command
2020-03-20 20:59:39 +05:00
uzairr
471d7311bf
Update bulk un-enroll management command
...
PROD-1370
2020-03-20 20:33:24 +05:00
Michael Terry
7999bdfbe9
Fix error in verification email command
...
We are seeing an error in the send_verification_expiry_email job
because one verification model instance had a null expiry_date but
a non-null expery_email_date.
This makes us more robust to that odd data and makes the job more
robust by having it still send other emails out even if one fails.
AA-70
2020-03-20 11:32:03 -04:00
Ahtisham Shahid
4fb1d5c235
Merge pull request #23438 from edx/ahtisham/PROD-1352
...
Updated version bulk-grading
2020-03-20 18:29:50 +05:00
Ahtisham Shahid
6f5ba859f0
updated edx-bulk-grade version
2020-03-20 18:01:06 +05:00
edX requirements bot
53c084c830
Updating Python Requirements ( #23461 )
2020-03-20 07:24:19 -04:00
Waheed Ahmed
02b900cf64
Remove unnecessary check.
...
If `courseoverview.display_name` is set we don't get it from block
and we can remove this unnecessary check.
2020-03-20 13:50:51 +05:00
Awais Jibran
e398d9f748
Merge pull request #23442 from edx/logs-cleanup
...
Fix DeprecationWarning
2020-03-20 11:28:52 +05:00
Simon Chen
0b90de1d94
MST-157 PART-2 Complete the functionality of searching for user info on program enrollment. The search result will be displayed on support tool's frontend.
2020-03-19 20:50:47 -04:00
Alex Dusenbery
c8d78eb3db
Fix a flaky teams test - sort lists before comparison.
2020-03-19 17:49:12 -04:00
Matt Tuchfarber
48a0802b77
Merge pull request #23443 from edx/tuchfarber/MICROBA-197
...
Add coaching aside to edx.org theme dashboard.
2020-03-19 17:08:16 -04:00
Michael Terry
c4868d07bf
enrollment_end support for experiments
...
Now in addition to enrollment_start support in ExperimentWaffleFlag,
you can set an enrollment_end date for your experiment. All enrollments
after this date will get the control experience.
2020-03-19 15:10:57 -04:00
Jansen Kantor
21c6d6b08d
EDUCATOR-4952: Allow Users to join one team per open teamset ( #23423 )
...
*allow users to join one team per teamset
2020-03-19 13:56:35 -04:00
Michael Terry
4292f6567f
Merge pull request #23453 from edx/mikix/num-questions-fixup
...
Adjust question count logic on outline
2020-03-19 10:42:50 -04:00
Michael Terry
7fb18c4ec9
Adjust question count logic on outline
...
The question counts showed in course outlines assumed that no
blocks would both be a graded assignment and have children. That's
generally true, but this commit avoids that assumption.
2020-03-19 10:20:30 -04:00
Michael Terry
fcd95e2eaa
Merge pull request #23432 from edx/mikix/ics-fixes
...
Minor fixes to ics for events
2020-03-19 10:06:01 -04:00
edX requirements bot
97c8c609e7
Updating Python Requirements ( #23450 )
2020-03-19 08:53:47 -04:00
Saad Yousaf
81ab740efd
Merge pull request #23408 from edx/saad/PROD-515-radio-button-change
...
[PROD-515] - Update ora2 for radio button contrast change.
2020-03-19 14:58:41 +05:00
Awais Jibran
9f74ea044b
Fix DeprecationWarning
2020-03-19 14:23:46 +05:00
SaadYousaf
4cdba04bab
update ora2 for radio button contrast change.
2020-03-19 13:51:12 +05:00
Dillon Dumesnil
78baddb60f
Merge pull request #23445 from edx/ddumesnil/date-comment
...
Adding comment about div that can't be removed.
2020-03-18 13:11:11 -07:00
Dillon Dumesnil
9df15c9a69
Merge pull request #23446 from edx/ddumesnil/AA-74
...
AA-74: Only show cert available date in Instructor paced courses
2020-03-18 13:08:28 -07:00
Dillon Dumesnil
a13b695660
AA-74: Only show cert available date in Instructor paced courses
2020-03-18 12:41:27 -07:00
Dillon Dumesnil
b9e6fdfdef
Adding comment about div that can't be removed.
...
Also fixing Meta class being defined twice in one model
2020-03-18 11:45:19 -07:00
Alex Dusenbery
5f00228b11
Add grades how_tos doc.
2020-03-18 14:38:07 -04:00
Kyle McCormick
b40b55cbbf
Improve Django admin listings for program_enrollments
2020-03-18 14:33:36 -04:00
Kyle McCormick
f4d5bc22f9
Improve repr() output of program_enrollments models
2020-03-18 14:33:36 -04:00
Matt Tuchfarber
568dcf5686
Merge pull request #23440 from edx/tuchfarber/fix_plugin_context_adr
...
Fix rst formatting for plugin view context ADR
2020-03-18 14:32:06 -04:00
edX cache uploader bot
650a5679a4
Updating Bokchoy testing database cache ( #23444 )
2020-03-18 14:30:58 -04:00
Matt Tuchfarber
f596a27064
Fix rst formatting for plugin view context ADR
2020-03-18 14:02:05 -04:00
Matt Tuchfarber
d3bd327f33
Add coaching aside to edx.org theme dashboard.
2020-03-18 14:01:35 -04:00
Alex Dusenbery
2cdb244858
remove some potentially problematic tests
2020-03-18 13:26:48 -04:00
Alex Dusenbery
f2efb28833
Generate migrations for changes to default values of fields in the CourseTeam model.
2020-03-18 13:26:48 -04:00
Matt Tuchfarber
2559c42836
Merge pull request #23330 from edx/tuchfarber/add_dashboard_context
...
Allow plugins to update contexts in specific views
2020-03-18 10:29:56 -04:00
adeel khan
e7d0970c67
Merge pull request #23428 from edx/adeel/prod_1348_fix_adblocking_expore_course_link
...
Fix link for ad blocker.
2020-03-18 14:10:06 +05:00
Awais Jibran
1296b6a79d
Merge pull request #23427 from edx/logs-cleanup
...
Remove/Limit log.info
2020-03-18 12:08:23 +05:00
Matt Tuchfarber
0a8b06a122
Lints and final tweaks
2020-03-17 22:19:22 -04:00
edX cache uploader bot
ebb739af86
Updating Bokchoy testing database cache ( #23434 )
2020-03-17 18:00:30 -04:00
Cory Lee
c02d761045
Reenabling test now that the renames on the schedules table are completed ( #23388 )
...
* Reenabling this since the renames on the schedules table are completed
* Reverting regex change that caused migration to be generated for userprofile
2020-03-17 16:23:14 -04:00
Matt Hughes
acce8baca4
Add management command for retroactively adding sso IdV for IdP
...
We sometimes update preexisting SAML SSO providers to configure them
to automatically create SSO identity verification (IdV) records when a
learner links an account via that provider. Turning that configuration
from off to on does make it such that when learners log back in via
their linked account, a new IdV record will be created for them. But
it's possible we'd want this process to happen more automatically and
seamlessly, for which this management command will be helpful.
Note that this does not help with removing SSO verification records
for a provider for which this configuration has been turned off.
JIRA:EDUCATOR-4947
2020-03-17 16:04:24 -04:00
atesker
7e51f438e4
EDUCATOR-4903. Move defaults to correct place
...
EDUCATOR-4903. Move defaults to correct place - cr
2020-03-17 15:53:15 -04:00