M. Zulqarnain
d26b8bf47b
Django 3.x deprecation warning fix in lms ( #24512 )
2020-07-16 18:29:09 +05:00
Matthew Piatetsky
30c4aa3220
Merge pull request #24505 from edx/revert-24214-REV-774
...
Revert "[REV-774] Show content type gating upsell when a limited access learner tries to access a timed exam"
2020-07-16 08:38:05 -04:00
adeel khan
46becdc577
Merge pull request #181 from edx/adeel/fixing-xss-issues
...
Fixes xss issues.
2020-07-16 11:53:24 +05:00
Matthew Piatetsky
1fec3b997b
Revert "[REV-774] Show content type gating upsell when a limited access learner tries to access a timed exam"
2020-07-15 15:43:57 -04:00
Robert Raposa
4053bfdfbd
move ENABLE_FORUM_DAILY_DIGEST default ( #24483 )
...
The default for ENABLE_FORUM_DAILY_DIGEST continues
to be True, but this moves the default from
common.py to code.
2020-07-15 14:48:05 -04:00
Ali Akbar
205793755f
Merge pull request #24476 from edx/aakbar/PROD-1850
...
removing logs, waffle flag and other older code
2020-07-15 23:34:29 +05:00
Dillon Dumesnil
2601975fd3
Revert "AA-223 - Add ORA2 dates to the dates page"
2020-07-15 10:13:00 -07:00
Nathan Sprenkle
620bbd7649
Hide search boxes in private team-sets for non-privileged users ( #24444 )
2020-07-15 12:30:06 -04:00
Awais Qureshi
e903e30dd4
Merge pull request #24494 from edx/BOM-1895-staticfiles-depr
...
Django3.0 warnings {% load staticfiles %} is deprecated
2020-07-15 20:46:26 +05:00
Calen Pennington
6edec4f530
Merge pull request #24421 from cpennington/ora2-dates
...
AA-223 - Add ORA2 dates to the dates page
2020-07-15 10:50:08 -04:00
Aura Milena Alba
1cba2a0004
[BD-10] [DEPR-65][DEPR-74] Remove pattern library of course_bookmarks.py ( #24233 )
2020-07-15 10:23:14 -04:00
Calen Pennington
eacfaa24b9
Make contrast for unreleased content on the dates page meet accessibility guidelines
2020-07-15 09:52:23 -04:00
Calen Pennington
d6bf54b576
Add ORA2 dates to the dates page
...
ORA2 (openassessment) problems have multiple dates associated with are
not bound to the `due` date that is modified by Personalized Learner
Schedules. We expose the ORA2 dates separately in the dates page
so that learners aren't surprised by the differing deadlines.
[AA-223]
2020-07-15 09:52:22 -04:00
JJ
9b147f5969
use class selector instead of id selector for course_dashboard_green button ( #24471 )
...
Replaced the id selector used for tracking the course_dashboard_green button with a class selector instead, so we get eventing on each button per course on the course dashboard page.
2020-07-15 09:50:53 -04:00
Ali-D-Akbar
8b857edd80
removing logs, waffle flag and other old data
2020-07-15 17:00:05 +05:00
Awais Qureshi
04ee889498
BOM-1895
...
{% load staticfiles %} is deprecated in favor of {% load static %}.
2020-07-15 12:49:00 +05:00
Michael Terry
f9d379203e
Merge pull request #24391 from edx/mikix/assignments-complete
...
AA-225: Only consider scored items for past due assignments
2020-07-14 15:28:52 -04:00
Michael Terry
939f268da8
AA-225: Only consider scored items for past due assignments
...
When considering if an assignment is past due for the dates tab,
only look at the scored and graded units in the subsection (i.e.
ignore reading and video units).
This still leaves the "complete" field alone -- i.e. those
subsections will still be left incomplete generally. But for
assignment-focused tasks, they will instead be considered complete.
2020-07-14 15:04:19 -04:00
Carla Duarte
30ce747357
Merge pull request #24430 from edx/ciduarte/AA-187
...
AA-187: Mobile API for course deadline data
2020-07-14 14:29:24 -04:00
Justin Lapierre
1c57bf1be5
Merge pull request #24348 from edx/EDUCATOR-5080
...
Educator 5080 - Refactor, rename and update docscript to reflect current teamset driven functionality
2020-07-14 13:57:38 -04:00
Albert (AJ) St. Aubin
77f3d9099b
[MICROBA-437] Add api to determine demographics status based on user data
2020-07-14 12:58:07 -04:00
Carla Duarte
61228f34cf
AA-187: Mobile API for course deadline data
2020-07-14 12:29:08 -04:00
Nick
0b95c2d3ea
Merge pull request #24451 from edx/AA-160-calendar-sync-initial-email
...
AA-160 calendar sync initial email
2020-07-14 11:24:36 -04:00
Nicholas D'Alfonso
858c3750b0
AA-160 calendar sync initial email
...
-use Amazon SES to send calendar sync email when user initially
subscribes to the calendar sync feature
2020-07-14 10:58:01 -04:00
Bianca Severino
1be350a86e
Merge pull request #24436 from edx/bseverino/idvtoggle
...
Implement IDV redirect to MFE
2020-07-13 17:21:01 -04:00
Bianca Severino
041becc846
Implement waffle flag for IDV redirect
...
Created helper function to render url dynamically
Modify helper function to include reverify links
Fix code based on failing tests
Fixed query string in redirect URL
2020-07-13 16:43:59 -04:00
Sid Verma
c609451d2e
[BD-14] Limit number of blocks allowed in content libraries ( #24276 )
...
* Enforce limit on number of blocks allowed in library (blockstore)
* Enforce limit on number of blocks allowed in library (modulestore)
* Changes from review feedback
2020-07-13 15:49:47 -04:00
Dillon Dumesnil
b479d511b7
Merge pull request #24424 from edx/ddumesnil/aa-226
...
AA-226: Adding Authentication classes to endpoints for mobile use
2020-07-13 08:19:52 -07:00
Dillon Dumesnil
b6967e96cf
Merge pull request #24443 from edx/ddumesnil/hide-dates-tab-unenrolled-aa-219
...
AA-219: Dates Tab behavior improvements
2020-07-13 07:31:29 -07:00
Aura Milena Alba
ee3f612382
Remove pattern library of course_search.py ( #24173 )
...
[BD-10] [DEPR-72] Remove pattern library of course_search.py
2020-07-13 09:11:03 -04:00
David Ormsbee
3b6965599c
Merge pull request #23910 from open-craft/samuel/fix-get-video-subs
...
SE-2589 fix AttributeError: 'LibraryLocatorV2' object has no attribute 'make_asset_key'
2020-07-10 14:59:30 -04:00
David Ormsbee
4fc481909e
Merge pull request #24218 from open-craft/symbolist/word-cloud-block
...
[BD-4] Convert WordCloud XModule into WordCloud XBlock. [SE-2722]
2020-07-10 13:39:27 -04:00
Matthew Carter
b0925fcc31
Merge pull request #24318 from edx/mattcarter/EDUCATOR-5088
...
ensure anonymous_id is persisted for each team member in a team
2020-07-10 12:53:30 -04:00
Dillon Dumesnil
be346499da
AA-219: Dates Tab behavior improvements
...
This switches the Dates Tab to be an enrolled tab allowing only
enrolled learners to view. Additionally, it will now redirect
logged out learners to the login page if they hit the Dates Tab directly.
2020-07-10 07:08:07 -07:00
Tim McCormack
87edb542b1
Delete flaky test according to process ( #24441 )
...
https://openedx.atlassian.net/browse/CR-2425 for re-evaluating it
2020-07-10 13:39:13 +00:00
adeelehsan
a26b9317db
Merge pull request #24418 from edx/aehsan/prod-674/get_useremail_from_request_session
...
Get user email from request
2020-07-10 18:06:03 +05:00
Justin Lapierre
6efa2c8f94
EDUCATOR-5080 - Removed repeat argument from test method
2020-07-10 08:58:39 -04:00
Justin Lapierre
bf4b87627b
Merge branch 'master' of github.com:edx/edx-platform into EDUCATOR-5080
2020-07-10 08:50:18 -04:00
adeelehsan
b26f26e993
Get user email from request
...
PROD-674
2020-07-10 16:50:05 +05:00
Mat Carter
5a90bf7f40
EDUCATOR-5088 - updated test to ensure record is stored.
2020-07-09 14:24:19 -04:00
Mat Carter
b386f0a25e
ensure anonymous_id is persisted for each team member in a team
2020-07-09 14:24:19 -04:00
Dillon Dumesnil
b3b812186e
Merge pull request #24434 from edx/ddumesnil/complete-field-date-block
...
Adding in missing field to the DateSummarySerializer
2020-07-09 07:28:26 -07:00
Dillon Dumesnil
1abfb98cab
Adding in missing field to the DateSummarySerializer
2020-07-09 06:53:11 -07:00
Robert Raposa
77e490f057
ARCHBOM-1305: remove deprecated flag_undefined_default ( #24426 )
...
This is the final step in removing the deprecated
flag_undefined_default as explained by the following ADR:
https://github.com/edx/edx-platform/blob/master/openedx/core/djangoapps/waffle_utils/docs/decisions/0001-refactor-waffle-flag-default.rst
Notes:
* All uses of flag_undefined_default=False were always
supposed to have been no-ops.
* All uses of flag_undefined_default=True that are removed
in this PR have been replaced by migrations in past PRs.
* The temporary metric temp_flag_default_used id no longer
reporting any data.
ARCHBOM-1305
2020-07-09 09:31:31 -04:00
JJ
36e07f6be8
[REV-1205] Add ecommerce event tracking to course dashboard upgrade button ( #24338 )
...
Create a Javascript function to log upsell events to & attach the eventing to the course dashboard upsell button. The revenue squad is looking for more insight into which buttons users are clicking to get to the checkout page.
2020-07-09 09:28:03 -04:00
Awais Jibran
b30635af83
Merge pull request #24398 from edx/aj/remove-deprecated-idv-emails
...
Deprecate old idv emails
2020-07-09 16:10:13 +05:00
AsadAzam
0fa00c6e23
Merge pull request #24400 from edx/asad/prod-1634
...
Fixed email sent on valid sso verification
2020-07-09 16:04:48 +05:00
Asad
206977d571
Fixed email sent on valid sso verification
2020-07-09 13:37:35 +05:00
Awais Jibran
adaa701a76
Deprecate old idv code
2020-07-09 11:53:16 +05:00
Usman Khalid
4cc0f30db7
Convert WordCloudDescriptor and WordCloudModule into WordCloudBlock.
2020-07-09 09:46:54 +05:00