Raymond Zhou
0678a444ec
feat: missed a translation in item.py
2022-05-27 10:23:39 -07:00
rayzhou-bit
cf84c3bc64
feat: more pep8 fix
2022-05-27 03:48:33 -04:00
rayzhou-bit
701bfbc8c6
feat: pep8 fixes
2022-05-27 03:24:18 -04:00
rayzhou-bit
c63d871e5c
feat: add testing and i18n
2022-05-27 02:58:07 -04:00
rayzhou-bit
a9a945094e
feat: add comment
2022-05-16 12:07:47 -04:00
rayzhou-bit
109e68ca94
feat: html xblock default title is now 'Text'
2022-05-03 12:21:56 -04:00
rayzhou-bit
18ec99dd0b
feat: change default title for text xblock
2022-04-26 05:09:36 -04:00
Maria Grimaldi
550e5b26aa
Merge pull request #30050 from eduNEXT/jlc/fix-rtl-studio-problem-editor
...
fix: fix RTL text in editor of xblock problem.
2022-04-13 13:43:51 -04:00
Alex Dusenbery
cd306edfd6
fix: edx-enterprise to 3.44.0 and edx-rbac to 1.7.0
...
Overrides the SystemWideEnterpriseUserRoleAssignment.get_assignments() method to return list of (role, context) assignments where the first item in the list corresponds to the currently active enterprise for the user.
This approach should allow us to remedy the problem without changing behavior of the consumers of JWT-stored roles (e.g. in ecommerce).
ENT-5700
2022-04-13 10:32:08 -04:00
Hamza Khchine
ea8f667bee
feat: Add management command for updating discussion user stats for all users in a course ( #29973 )
...
Adds a management command to trigger an update to generate user stats for all users in a course.
2022-04-13 19:09:50 +05:00
Kshitij Sobti
60918fb160
feat: use native learning MFE tab for discussions ( #30109 )
...
Updates the discussions tab to return the learning MFE tab URL so the discussion content can be shown in the learning MFE itself.
2022-04-13 18:55:27 +05:00
SaadYousaf
149ca028d7
feat: update discussion settings API to handle changes reported_content_email_notification field
2022-04-13 15:10:48 +05:00
Syed Sajjad Hussain Shah
d22af8ab79
Merge pull request #30227 from openedx/sajjad/VAN-921
...
fix: Make course metadata values dynamic
2022-04-13 14:47:44 +05:00
Syed Sajjad Hussain Shah
781032858f
fix: Make course metadata values dynamic
...
Make course metadata price value dynamic by
sending value from backend
VAN-921
2022-04-13 14:29:22 +05:00
Mubbshar Anwar
0663795781
feat: reminder emails ( #30159 )
...
send reminder emails to those users who saved course or program but not enroll within 15 days.
VAN-887
2022-04-13 12:27:50 +05:00
Régis Behmo
10e4634a7f
build: nudge devs to backport changes to nutmeg
2022-04-12 13:09:53 -07:00
Thomas Tracy
c89a137b68
fix: [MICROBA-1769] Fix early nonpassing status ( #30160 )
...
In certain situations, learners in the nonpassing state (or sometimes
students who have finished a course too early and passed) were getting
information about their grad and certificate status before they were
supposed too.
This adds some data to the courseware api that will allow us to mirror
availability states for certifictes of passing learners withour
revealing information through the api. Now, no matter the status of the
students grade or certificate display behavior, a student should not see
information about certificates early.
2022-04-12 14:10:21 -04:00
Justin Hynes
f2582c4e9e
Merge pull request #30192 from openedx/jhynes/microba-1507_scheduled-tasks
...
feat: update existing functions to support scheduled email tasks
2022-04-12 08:26:31 -04:00
Mohammad Ahtasham ul Hassan
a443542260
Revert "feat: node16 upgrade ( #30158 )" ( #30228 )
...
This reverts commit 5ee25c65ea .
2022-04-12 17:18:30 +05:00
Mohammad Ahtasham ul Hassan
5ee25c65ea
feat: node16 upgrade ( #30158 )
2022-04-12 15:23:34 +05:00
Usama Sadiq
6269afc93e
BOM-3364: Remove diff-cover constraint ( #30218 )
...
* fix: remove diff-cover constraint
* chore: Updating Python Requirements (#30219 )
Co-authored-by: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com >
2022-04-12 14:22:33 +05:00
Usama Sadiq
f067fa6181
BOM-3363: Remove sympy constraint ( #30217 )
...
* fix: remove sympy constraint
2022-04-12 14:02:08 +05:00
Ali Akbar
5eedf84ba8
Merge pull request #30114 from openedx/aakbar/PROD-2740
...
feat: add financial assistance configuration model and util functions
2022-04-12 13:02:31 +05:00
AliAkbar
9af7418da6
feat: add financial assistance configuration model and util functions
2022-04-12 12:04:15 +05:00
Long Lin
45c750f2a3
chore: bump edx-enterprise version
2022-04-11 16:23:08 -04:00
Feanil Patel
1dca6e88fd
Merge pull request #30222 from openedx/feanil/settings_convention_doc
...
docs: Add documentation for how to extend a setting.
2022-04-11 15:37:46 -04:00
Abdurrahman Asad
4ad1dfcd5d
feat: add API to return course live iframe ( #30179 )
...
feat: add API to return course live iframe
2022-04-11 23:20:41 +05:00
Feanil Patel
40f5744f1f
docs: Add documentation for how to extend a setting.
...
Also remove some old docs suggestions that I don't think are relevant
anymore.
Co-authored-by: David Ormsbee <dormsbee@edx.org >
Co-authored-by: Robert Raposa <rraposa@edx.org >
2022-04-11 13:57:41 -04:00
Usama Sadiq
05f2be21a9
BOM-3358: Remove django-config-models constraint ( #30209 )
...
* fix: remove django-config-models constraint
* chore: Updating Python Requirements (#30213 )
Co-authored-by: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com >
2022-04-11 15:07:21 +05:00
Maria Grimaldi
7dc60db1d9
Merge pull request #29792 from raccoongang/dyudyunov/fix-certificate-generation-without-persistent-grades
...
Fix certificate generation without persistent grades
2022-04-08 12:02:53 -04:00
connorhaugh
65d4435b0e
fix: don't reroute xblock settings button. ( #30203 )
...
for: https://openedx.atlassian.net/browse/TNL-9831
2022-04-08 09:26:12 -04:00
edx-pipeline-bot
62a95469d6
Merge pull request #30212 from openedx/private_to_public_890cf9a
...
Mergeback PR from private to public.
2022-04-08 03:56:07 -04:00
edX requirements bot
ed487e2ea3
Python Requirements Update ( #30210 )
...
* fix: pin bleach<5.0.0 version
Co-authored-by: UsamaSadiq <usama.sadiq@arbisoft.com >
2022-04-08 11:49:52 +05:00
John Nagro
43525d9445
fix: release edx-enterprise 3.42.5 ( #30207 )
...
- fix: improve guards on fk data backfill job
- feat: updated logic for completions in integrated channels
2022-04-07 18:01:17 -04:00
Sarina Canelake
711f5a1ae6
Merge pull request #30162 from openedx/sarina/ie
...
docs: Remove IE from supported browsers in Open edX course overviews
2022-04-07 17:02:07 -04:00
Chris Pappas
874997ea1d
chore: iterate on we do dockerfile config override ( #30204 )
2022-04-07 16:08:48 -04:00
Rebecca Graber
890cf9ae62
fix: verify redirect in inactive_user_view
2022-04-07 15:36:41 -04:00
Matt Hughes
92973038fa
fix: missing file extension for csv file exports
...
see https://github.com/openedx/staff_graded-xblock/pull/97
JIRA:TNL-9720
2022-04-07 14:39:25 -04:00
John Nagro
842a2e4fee
feat: release edx-enterprise 3.42.3 ( #30201 )
...
- feat: additional fk data backfill performance improvements
ENT-5605
2022-04-07 13:54:38 -04:00
Justin Hynes
e826abc0e8
feat: update existing functions to support scheduled email tasks
...
[MICROBA-1507]
* Adds support to the bulk course email tool to extract a schedule and timezone from a `send_email` request.
* Submits the task for scheduling when needed.
2022-04-07 13:35:31 -04:00
Chris Pappas
7c434524f7
temp: add runs to dockerfile to troubleshoot envvar ( #30200 )
2022-04-07 11:55:46 -04:00
Michael Terry
dc55021e8e
Merge pull request #30176 from openedx/mikix/resize-more
...
fix: tell MFE about xblock iframe resizes more often
2022-04-07 11:14:46 -04:00
John Nagro
b9d6e01a05
feat: release edx-enterprise 3.42.2 ( #30199 )
...
- https://github.com/openedx/edx-enterprise/pull/1525
ENT-5605
2022-04-07 09:39:21 -04:00
Usama Sadiq
80f9f1de7a
Fix quality failures with pylint 2.13.5 ( #30197 )
...
* build: update pylint-checks ci workflow
* fix: fix quality failures with new pylint version
* chore: remove pylint constraint
* chore: Updating Python Requirements (#30196 )
Co-authored-by: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com >
2022-04-07 13:59:44 +05:00
edX requirements bot
c884a3a995
Python Requirements Update ( #30194 )
...
* chore: Updating Python Requirements
* chore: pin pylint<2.13.0
* chore: Updating Python Requirements (#30195 )
Co-authored-by: UsamaSadiq <usama.sadiq@arbisoft.com >
2022-04-07 11:39:18 +05:00
Chris Pappas
be1ce46e33
fix: Do not hardcode LMS_CFG for lms-docker dockerfile target ( #30191 )
2022-04-06 15:57:34 -04:00
John Nagro
4a03aa391d
feat: release edx-enterprise 3.42.1 ( #30190 )
...
- feat: use new foreign keys on integrated channels audit models by @johnnagro in https://github.com/openedx/edx-enterprise/pull/1524
- fix: transifex migration to new client by @edx-requirements-bot in https://github.com/openedx/edx-enterprise/pull/1499
- feat: add admin_users to EnterpriseCustomerSerializer by @long74100 in https://github.com/openedx/edx-enterprise/pull/1517
2022-04-06 11:04:27 -04:00
edX requirements bot
759a06b7b6
fix: transifex migration to new client ( #30084 )
...
Co-authored-by: Usama Sadiq <usama.sadiq@arbisoft.com >
2022-04-06 14:50:06 +05:00
Muhammad Adeel Tajamul
dd1de0cf72
fix: config_on_db if live is already enabled ( #30188 )
...
Co-authored-by: adeel.tajamul <adeel.tajamul@arbisoft.com >
2022-04-06 14:24:45 +05:00
SaadYousaf
098f1223f4
docs: ADR for reported content email notification for moderators
2022-04-06 12:24:53 +05:00