Sarina Canelake
18059c20e7
Merge pull request #25505 from edx/sarina/gender-neutral-language
...
Change gendered language to gender-neutral 'they/them/their'
2020-11-03 16:16:59 -05:00
brianhw
89169443ad
Handle more kinds of bad data in segment events. ( #25506 )
2020-11-03 15:04:05 -05:00
Régis Behmo
4586002956
Import waffle classes from edx_toggles instead of waffle_utils
...
Those classes were ported to edx_toggles. The imports remain in
waffle_utils.__init__ for backward compatibility.
2020-11-03 19:25:37 +01:00
Régis Behmo
3b127f8c92
Deprecate WaffleSwitch.override* methods
...
This allows us to get rid of the custom WaffleSwitch and
WaffleSwitchNamespace classes from waffle_utils in favour of
edx_toggles.toggles classes.
2020-11-03 19:25:37 +01:00
Régis Behmo
2307dff4c9
Deprecate WaffleFlag.override method
...
This allows us to get rid of waffle_utils' custom WaffleFlag method.
2020-11-03 19:25:37 +01:00
Régis Behmo
16ce16e85e
Deprecate ExperimentWaffleFlag.override method
...
This is part of a removal of the many override methods of toggle
flag/namespace classes. This allows us to remove imports of test modules
from production code.
2020-11-03 19:25:37 +01:00
adeel khan
7cd9c6652a
Merge pull request #25476 from edx/adeel/van_98_update_confirm_password_url_domain
...
Adds Logistration MFE url for forgot password email.
2020-11-03 13:40:03 +05:00
sarina
f414fad0cc
Change gendered language to gender-neutral 'they/them/their'
2020-11-02 18:23:13 -05:00
Ned Batchelder
57d33f17e8
Merge pull request #25496 from edx/nedbat/https-openedx
...
Use https for open.edx.org links
2020-11-02 14:55:01 -05:00
Ned Batchelder
21d7e6f3b2
Use https for open.edx.org
2020-11-02 11:29:03 -05:00
Dillon Dumesnil
6b16fcd9b3
AA-393: Update Next Section Logic
...
Inside content_highlights.py, we had code to calculate due dates
for when there isn't graded content, but we could only reach that
code path if the user had an assignment with a due date at the
target date. Now we will check for all learners who could be in
range of having an update and let the code in content_highlights.py
decide if a highlight should be sent
2020-10-30 15:02:03 -04:00
Robert Raposa
0cc46ca5b0
Merge pull request #25332 from regisb/regisb/use-settingdict
...
[BD-21] Use edx-toggle's SettingDictToggle to document setting-based feature toggles
2020-10-30 08:59:38 -04:00
Jansen Kantor
7d40793967
management command to create test users ( #25449 )
2020-10-29 14:55:52 -04:00
Adeel Khan
d61936fdb6
Adds Logistration MFE url for forgot password email.
...
This patch would enable routing learner to logistration MFE
via forgot password url than on platform when
ENABLE_LOGISTRATION_MICROFRONTEND feature flag is set.
VAN-98
2020-10-29 16:25:20 +05:00
Régis Behmo
87b5463d42
Use SettingDictToggle to document ENTRANCE_EXAMS
2020-10-29 11:11:02 +01:00
Régis Behmo
460f637fa7
Use SettingDictToggle to document MILESTONES_APP
2020-10-29 11:11:02 +01:00
Robert Raposa
e265a754aa
fix update assets
...
An xmodule file that is loaded during update_assets
without settings was referring to the FEATURES setting
without checking if it existed.
2020-10-28 09:38:51 -04:00
Ahtisham Shahid
b36af3930d
Fixed Alert issue in lbirary editor ( #25433 )
2020-10-28 11:20:41 +05:00
Matt Tuchfarber
1caf0875df
Merge pull request #25381 from edx/tuchfarber/add_exec_ed_course_mdoe
...
Add Executive Education course mode
2020-10-27 10:09:30 -04:00
Matt Tuchfarber
488f30496e
Add Executive Education course mode
2020-10-27 09:38:20 -04:00
Régis Behmo
13a70fcaa6
Deprecate COURSE_OUTLINE_PAGE_FLAG and UNIFIED_COURSE_TAB_FLAG
...
These flags are deprecated in favor or the DISABLE_* equivalent.
This allows us to get rid of the DefaultTrueWaffleNamespace class.
2020-10-27 10:20:41 +01:00
Carla Duarte
ca7434ce3b
AA-405: UI fixes for courseware
2020-10-23 09:20:46 -04:00
edX Transifex Bot
00b6beff50
geoip2: update maxmind geolite country database
2020-10-21 17:14:02 -04:00
David Ormsbee
0c61b0d4e2
Re-enable refreshing from library only on initial insertion of lib ( #25347 )
...
If the library content block is already in the course, then don't
refresh the children when we re-import it. This lets us address
TNL-7507 (Randomized Content Block Settings Lost in Course Import)
while still avoiding AA-310, where the IDs of the children for an
existing library_content block might be altered, losing student
user state.
When importing, we only copy the default values from content
in a library the first time that library_content block is created.
Future imports ignore what's in the library so as not to disrupt
course state. You can still update to the library via the Studio
UI for updating to the latest version of a library for this block.
2020-10-21 10:49:32 -04:00
syed-awais-ali
b3f1c8c1c7
fix email to which reset link was sent
2020-10-21 18:06:55 +05:00
edX cache uploader bot
5ab2ba184c
Updating Bokchoy testing database cache
2020-10-21 01:00:02 -04:00
edX cache uploader bot
37ecece8d1
Updating Bokchoy testing database cache ( #25378 )
2020-10-20 12:28:29 +05:00
Dillon Dumesnil
84a60a1f17
AA-385: Adding in migration for LinkedInAddToProfileConfiguration
2020-10-19 12:56:34 -04:00
Dillon Dumesnil
b6dbbb6f83
Merge pull request #25346 from edx/ddumesnil/add-cert-to-linkedin-aa-385
...
AA-385: Add in LinkedIn Add to Profile to courseware meta API
2020-10-19 07:31:26 -07:00
Dillon Dumesnil
084ab4c10d
AA-385: Add in LinkedIn Add to Profile to courseware meta API
...
A major update to this function allows it to actually autofill the
certificate information again! I believe LinkedIn changed their API
and we never updated our end. This fixes that!
2020-10-16 10:07:38 -04:00
edX cache uploader bot
c8665eb43a
Updating Bokchoy testing database cache
2020-10-16 09:31:54 -04:00
edX cache uploader bot
ab42ec2200
Updating Bokchoy testing database cache
2020-10-16 06:16:22 -04:00
Asad
ffdb7c5053
Added user disable comment/history apis
2020-10-16 14:01:10 +05:00
edX Transifex Bot
2749c8bc1b
geoip2: update maxmind geolite country database
2020-10-14 17:13:57 -04:00
Matthew Piatetsky
651a020fcc
Merge pull request #25151 from edx/REV-1510
...
[REV-1510] Gate sequence if it is a timed exam and contains content type gated problems
2020-10-14 16:54:39 -04:00
Matthew Piatetsky
dcecae4f5c
address comments
2020-10-14 15:52:41 -04:00
Jeremy Bowman
d19368525b
DEPR-43 Remove most of the shoppingcart app ( #24692 )
...
Removed most of the deprecated shoppingcart app, leaving just enough to allow us to cleanly remove the related database tables later. Also removed the relevant Django settings that weren't in use elsewhere.
2020-10-14 14:24:52 -04:00
Sid Verma
09c24be35e
Add UI for "library sourced block" letting users browse and select xblocks ( #24816 )
2020-10-14 13:29:52 -04:00
Matthew Piatetsky
2153057142
Add XBlock service for content type gating
...
This is used in this commit to check if a timed exam contains any problems that have been gated by content type gating
REV-1510
2020-10-14 08:02:51 -04:00
Adeel Ehsan
ddb7460812
Merge pull request #25133 from edx/aehsan/van-71/added_domain_name_in_login_redirection
...
added host in redirection url
2020-10-13 19:11:12 +05:00
adeelehsan
1bbb59ebc7
added host in redirection url
...
In case of login micro frontend redirection lms
domain added in redirection url.
VAN-71
2020-10-13 18:20:23 +05:00
edX cache uploader bot
438d412dca
Updating Bokchoy testing database cache ( #25335 )
2020-10-13 14:04:22 +05:00
Zainab Amir
755c073314
Add hotjar suppression to comments in forum ( #25313 )
2020-10-09 16:22:51 +05:00
Zainab Amir
9130c28091
Suppress PII from discussion/forum ( #25298 )
2020-10-08 19:02:41 +05:00
edX Transifex Bot
ef73c68a20
geoip2: update maxmind geolite country database
2020-10-07 17:23:56 -04:00
David Ormsbee
8b2b9b5c74
Merge pull request #23174 from open-craft/agrendalath/add_course_id_to_html_block
...
[BB-2088] Add %%COURSE_ID%% to html block
2020-10-07 12:36:36 -04:00
Carla Duarte
080f04c18c
AA-371: Progress Milestone Waffle Flags
2020-10-07 09:36:07 -04:00
Andytr1
b4f144ef62
EDUCATOR-5304 - update help text ( #25264 )
...
* EDUCATOR-5304 - update help text
* EDUCATOR-5304 - update help text - escape underscore
* EDUCATOR-5304 - update help text - escape underscore 2
2020-10-06 16:30:02 -04:00
Matthew Piatetsky
be2d534488
Gate sequence if it is a timed exam and contains content type gated problems
...
The previous attempt to implement this was bugged because it was not respecting manual exceptions to content type gating. This is fixed by checking has_access for each child problem of the sequence.
REV-1510
2020-10-05 09:51:56 -04:00
DawoudSheraz
ad748d98eb
drop video pipeline integration model with migration
2020-10-05 10:45:52 +05:00