Commit Graph

53717 Commits

Author SHA1 Message Date
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
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
Cory Lee
d0c3f16c2c DENG-17 Make schedules and schedulehistory the same (#23419) 2020-03-17 14:40:04 -04:00
Michael Terry
5591a2358a Merge pull request #23421 from edx/mikix/graded-probs
Show number of problems in outline
2020-03-17 14:37:51 -04:00
edX cache uploader bot
391f155b3e Updating Bokchoy testing database cache (#23430) 2020-03-17 14:31:14 -04:00
Nick
34ea405ffb Merge pull request #23431 from edx/ndalfonso/AA-73-courseware-nonetype-error
AA-73 courseware nonetype error
2020-03-17 14:30:38 -04:00
Nicholas D'Alfonso
8e77a822fe AA-73 courseware nonetype error
- ensure logic for displaying reset dealines banner in courseware
  is behind the relative dates waffle flag, only shows if the
  course is self paced, and handles the situation where no
  sequentials exist.
2020-03-17 14:05:15 -04:00
Michael Terry
23544ccc2a Minor fixes to ics for events
Updates to the description field in the ics file we generate for
scheduled events.
2020-03-17 14:01:31 -04:00
Michael Terry
a199c6bfd9 Show number of problems in outline
Specifically, the number of 'problem' blocks that are graded, in
a given subsection. Also shows an icon next to the subsection if so.

AA-45
2020-03-17 12:44:11 -04:00
Nathan Sprenkle
9535c37c79 Fix UX issues on Team Management tab (#23417)
* Don't disable download button after click

* Allow reuploading for team membership CSV
2020-03-17 12:03:53 -04:00
adeelehsan
6f7585c6b7 Merge pull request #23426 from edx/aehsan/configuration_model_added_for_recover_account_command
Configuration model added for account recover command
2020-03-17 20:59:06 +05:00
Thomas Tracy
4d9f20689a MICROBA-253 add phone number field api for coaching plugin (#23406)
* MICROBA-253 add phone number field api for coaching plugin

* Remove hardcoded value

* Requested changes

* Add logger to models_api.py for student
* Import model with underscore to prevent exporting
* Moved return outside of try/catch block

* Add docstring

* whitespace
2020-03-17 11:52:27 -04:00
Nathan Sprenkle
8219ddc40a Fix A11y issues on Team Management tab (#23403)
* Change upload div to a button for focus styling

* Fix team membership button resize on focus

* Remove box shadow from focus styling
2020-03-17 11:16:24 -04:00
adeelehsan
2131ebf03d Configuration model added for account recover command 2020-03-17 19:43:53 +05:00
Brandon Baker
98e5b9d4a3 Upgrade frontend-auth and frontend-enterprise (#23377)
* Upgrade frontend-enterprise and pass in user

ENT-2648

* Add react-router-dom

* Add back caret
2020-03-17 10:31:37 -04:00