Dillon Dumesnil
c3493d5138
Merge pull request #23356 from edx/ddumesnil/AA-58
...
AA-58: Add date-summary-container html back in
2020-03-12 10:51:04 -04:00
Awais Jibran
ebd6494af2
Merge pull request #23380 from edx/logs-cleanup
...
Remove unnecessary logs.
2020-03-12 16:38:54 +05:00
Awais Jibran
084b409662
Unnecessary logs.
2020-03-12 15:15:22 +05:00
Nathan Sprenkle
5578cca1cc
Show multiple team memberships in My Team tab ( #23324 )
...
* Enable pagiation to show all a learner's teams on the "My Teams" tab
* Selectively hide/show pagination on the "My Teams" tab
* Increase "My Teams" page size to 5
2020-03-11 15:05:15 -04:00
atesker
2c922dd795
EDUCATOR-4941
...
cr1
cr2
cr3
cr3-remove unused var
2020-03-11 10:50:13 -04:00
Alex Dusenbery
5db8023f74
Add LMS/CMS FEATURE toggles related to ORA; update to ORA 2.6.18.
2020-03-11 10:21:20 -04:00
Waheed Ahmed
f54b9a42e7
Disallow NaN value for speed key.
...
The VideoBlock `handle_ajax` is allowing NaN values for speed key
and causing videos to not load. Also added a data migration to fix
the data for learners.
PROD-1148
2020-03-11 18:45:49 +05:00
Samuel Walladge
badd608136
Allow overriding broker heartbeat ( #21567 )
...
BROKER_HEARTBEAT appears to interfere with the celery worker
configuration. If we want to disable or change the heartbeat interval,
It must be from these configuration options.
Just setting --without-heartbeat and/or --heartbeat-interval on the
workers does not fully work. Eg. --without-heartbeat disables sending
heartbeats, but BROKER_HEARTBEAT = 60 means that the connection will get
a 60s heartbeat interval negotiated.
2020-03-11 09:28:38 -04:00
Dillon Dumesnil
9586a2e3e8
AA-58: Add date-summary-container html back in
2020-03-11 09:24:09 -04:00
adeelehsan
98cc0b24db
Fixed pagination.
...
Before getting data validate the page number
on the current number of pages
2020-03-11 10:04:04 +05:00
Jeff LaJoie
f624b2c94e
Merge pull request #23361 from edx/jlajoie/local-time-for-dates-tab
...
Uses user local time for dates tab
2020-03-10 15:53:47 -04:00
Dillon Dumesnil
f395e5f5cf
Merge pull request #23284 from edx/ddumesnil/calendar-sync-button-AA-36
...
AA-36: Link to toggle calendar sync
2020-03-10 15:37:01 -04:00
Dillon Dumesnil
a59155e83c
AA-36: Link to toggle calendar sync
2020-03-10 14:45:29 -04:00
Jeff LaJoie
bbfb630aa8
Uses user local time for dates tab
2020-03-10 13:41:25 -04:00
Michael Terry
2349541818
Merge pull request #23351 from edx/mikix/non-staff-deadline-banner
...
Don't show reset-dates banner for staff
2020-03-10 12:41:00 -04:00
Jeff LaJoie
e60faeb7f0
Merge pull request #23346 from edx/jlajoie/dates-tab-for-sp-courses
...
Enables Dates Tab for Self-Paced courses
2020-03-10 08:11:28 -04:00
Ayub-khan
3c1140dc49
BOM-1045
...
-Upgrade edx-drf-extensions
-settings-update
2020-03-10 16:06:02 +05:00
Michael Terry
f6e85f758c
Provide links for self paced blocks
...
When self paced blocks don't have a start date set, still provide
a link to the block (noticable on dates side bar at the least).
2020-03-09 15:42:37 -04:00
Jeff LaJoie
449ba74b37
Enables Dates Tab for Self-Paced courses
2020-03-09 15:20:46 -04:00
Michael Terry
c1d73e4f61
Don't show reset-dates banner for staff
...
Much like we ignore due dates for homework in units for course
staff, we want to not bother them with a banner about being overdue.
2020-03-09 15:19:21 -04:00
Dave St.Germain
49c5d5194b
Addressed review feedback
2020-03-09 11:28:48 -04:00
Dave St.Germain
28f33e1667
Defensive fix
2020-03-09 10:47:00 -04:00
Dave St.Germain
2f148496bf
Redirect to learning microfrontend when the waffle flag is set, except for exams
2020-03-09 10:47:00 -04:00
David Ormsbee
f6c9f626dc
Merge pull request #23337 from edx/ormsbee/cmfe_second_waffle
...
Create flag for Courseware MFE staff rollout.
2020-03-09 10:24:08 -04:00
David Ormsbee
ed9062f409
Create flag for Courseware MFE staff rollout.
...
Create the COURSEWARE_MICROFRONTEND_COURSE_TEAM_PREVIEW
CourseWaffleFlag (courseware.microfrontend_course_team_preview) to
enable us to roll out the new Courseware MFE as a preview to
select course teams without affecting their students. TNL-7117
This commit also fixes an issue where these links are shown in Old
Mongo courses (TNL-7116). Old Mongo is marked for deprecation
(DEPR-58), and is not intended to ever be supported by the new MFE.
2020-03-09 10:01:41 -04:00
Awais Jibran
b43a01f0e6
Merge pull request #23326 from edx/logs-cleanup
...
Remove unnecessary logs
2020-03-09 16:29:25 +05:00
edX Transifex Bot
f005cc74c5
fix(i18n): update translations
2020-03-09 06:55:18 +00:00
Awais Jibran
a114af926e
Temporary log removed.
...
1k instances in last 24 hours.
2020-03-07 11:50:39 +05:00
Michael Terry
605c986ff3
Mark experiment events as non interactive
...
Specifically, set the 'nonInteraction' segment event property to 1.
2020-03-06 14:46:35 -05:00
David Ormsbee
be1d3a98f7
Merge pull request #23317 from edx/ormsbee/courseware_mfe_button_visibility
...
Show MFE preview to course staff (if waffle set)
2020-03-06 11:58:08 -05:00
Tim McCormack
a783690507
Fix the way we launch celery (needs pointer to celery app, not env file) ( #23325 )
...
This is a fix to PR #23222 .
2020-03-06 16:08:05 +00:00
David Ormsbee
767f16d795
Fix nested sequence display in Courseware MFE
...
Check to make sure that "activate_block_id" is actually a Unit
(VerticalBlock) before using it to build a link to the Courseware
MFE. We were previously sending sequence block keys here, causing
the MFE to render a whole sequence where only a unit was desired.
Fixes TNL-7115
2020-03-06 11:01:28 -05:00
David Ormsbee
979906275c
Show Courseware MFE link to course staff.
...
Show a link the courseware MFE to course staff if the
ENABLE_COURSEWARE_MICROFRONTEND feature is enabled and the
REDIRECT_TO_COURSEWARE_MICROFRONTEND CourseWaffleFlag is active
for that course. Previously only global staff could see this link.
This commit also adds ENABLE_COURSEWARE_MICROFRONTEND to
lms/envs/common.py and makes this value True by default on
devstack, since that front end application should soon be part
of devstack: https://github.com/edx/devstack/pull/484
Related to TNL-6982 and TNL-7045.
2020-03-06 11:00:22 -05:00
Awais Jibran
c547af074f
Remove unessary logs
2020-03-06 12:16:03 +05:00
Michael Terry
24aaebdfa5
Use relative dates flag for dates widget v2
...
Switch from a separate waffle flag for the dates widget v2 work
and just use the relative dates experiment flag instead.
2020-03-05 16:38:07 -05:00
Jansen Kantor
919dc5760a
EDUCATOR-4918: Hide teams listing for team-sets with privacy enabled ( #23293 )
...
* pass teamset type existence flags to the teams tab view
2020-03-05 14:40:26 -05:00
Calen Pennington
667d7606ee
Merge pull request #23305 from cpennington/upgrade-edx-when
...
Upgrade edx when
2020-03-05 14:24:23 -05:00
Calen Pennington
5462c66eb5
Upgrade edx-when to 1.0.4 to fix query performance issues
2020-03-05 14:00:16 -05:00
atesker
f26ffb453b
EDUCATOR-4943 - update error message
...
EDUCATOR-4943 - update error message. cr1
EDUCATOR-4943 - update error message. cr2
unit tests
readability
2020-03-05 12:32:39 -05:00
Troy Sankey
5395a5e9f8
Merge pull request #23306 from edx/pwnage101/deng-18-rename_site_configuration_siteconfiguration_values_2.3
...
Revert "Revert "Rename values in SiteConfiguration (2/3) attempt #2 "" (attempt #3 )
2020-03-05 09:35:48 -05:00
Nick
0df2debd5b
Merge pull request #23283 from edx/ndalfonso/AA-12-reset-deadlines
...
AA-12 reset self paced due dates
2020-03-04 15:42:46 -05:00
Calen Pennington
95ba1b6e88
Merge pull request #23301 from cpennington/install-schedules-app
...
Schedules is a core part of the LMS, install it by default, rather th…
2020-03-04 15:26:09 -05:00
Nicholas D'Alfonso
be3b150621
AA-12 reset self paced due dates
...
- for self paced courses, if a sequential's due date has passed
and it is incomplete, allow the user to reset the start_date
for the related schedule to now, thus shifting all due dates
for all sequentials within the course by the pre determined
due date offset.
- add historical table to the Schedule model.
2020-03-04 15:13:46 -05:00
Troy Sankey
d428f7530d
Revert "Revert "Rename values in SiteConfiguration (2/3) attempt #2 ""
...
This reverts commit e6f58b6d4c .
This is our third (3rd!) attempt to deploy stage 2 of this column rename.
2020-03-04 14:53:47 -05:00
Manjinder Singh
8592109a2a
Removed OPENID settings ( #23299 )
...
Part of removal of OpenID Connect
2020-03-04 14:52:00 -05:00
Calen Pennington
d853444229
Schedules is a core part of the LMS, install it by default, rather than through the plugins mechanism
2020-03-04 10:52:17 -05:00
Manjinder Singh
7d2ff9cd3f
Removing all settings that have OIDC in name ( #23251 )
...
* Removing all settings that have OIDC in name
* Removing ENABLE_DOP_ADAPTER
* changes JWT_ISSUER value in devstack
2020-03-04 09:06:29 -05:00
Jansen Kantor
dd5bc541ce
add simple queryset ( #23252 )
2020-03-03 16:43:26 -05:00
Adam Butterworth
9094617d64
Prevent scrolling in chromeless view when iframed into learning mfe ( #23291 )
...
TNL-7094
2020-03-03 16:37:31 -05:00
atesker
bf14bc97d2
EDUCATOR-4920 Control permission to REST endpoint
...
EDUCATOR-4920 Control permission to REST endpoint
CR1
EDUCATOR-4920 Control permission to REST endpoint
CR1
2020-03-03 16:04:31 -05:00