- May 04, 2021
-
-
Michael Terry authored
fix: bring back email_marketing model momentarily and bump enterprise
-
dylan-grafmyre authored
* prevent a backbone fieldview race condition that can delete user input eslint for effected * Fixing quality * Allow _super in fields.js * Fixing new issues * Revert some changes * Fixing errors, formatting * Fix bug * Fix eslint rule allowing _super * Refactor code Co-authored-by:
Dylan Grafmyre <dylan@opencraft.com> Co-authored-by:
Paulo Viadanna <paulo@opencraft.com>
-
Michael Terry authored
Enterprise was still using email_marketing code. This will bump enterprise to a version that does not any more. And also temporarily put the email_marketing model back for blue/green deploy sanity.
-
irfanuddinahmad authored
ENT-4392: Updated edx-enterprise version
-
Michael Terry authored
feat: drop unused EmailMarketingConfiguration model
-
Kshitij Sobti authored
docs: ADR for exposing existing studio views through new JWT-enabled endpoints [BD-03] [BB-3965] (#27129) * docs: ADR for exposing existing studio views through new JWT-enabled endpoints To allow MFEs to drive existing studio functionality, we need to expose that functionality via REST APIs that can be used by MFEs. This ADR describes an approach to do that. * Update cms/djangoapps/contentstore/docs/decisions/0002-restful-studio-apis-for-MFE.rst Co-authored-by:
Farhaan Bukhsh <farhaan@opencraft.com> * Update cms/djangoapps/contentstore/docs/decisions/0002-restful-studio-apis-for-MFE.rst Co-authored-by:
Kyle McCormick <kdmc@pm.me> Co-authored-by:
Farhaan Bukhsh <farhaan@opencraft.com> Co-authored-by:
Kyle McCormick <kdmc@pm.me>
-
Robert Raposa authored
feat: add code_owner_squad custom attribute
-
Aarif authored
-
irfanuddinahmad authored
-
Michael Terry authored
This follows on the commit that gutted the email_marketing djangoapp by actually dropping the model from code and database. The djangoapp could now be removed after Maple releases. AA-607
-
Michael Terry authored
feat!: remove all email_marketing djangoapp code
-
- May 03, 2021
-
-
Robert Raposa authored
Upgrade edx-django-utils to bring in the new code_owner_squad custom attribute for monitoring purposes. See the edx-django-utils changelog for details. ARCHBOM-1551
-
Michael Terry authored
This djangoapp was designed for talking to sailthru, in a fairly edx.org-specific way. Nowadays, edx.org doesn't need this code and if other installations do, it's better off as a more distinct plugin anyway, rather than direct support in the platform. I've moved the one signal that was still useful (calling segment.identify() whenever user fields change) into user_authn. And I've left the EmailMarketingConfiguration model alone for now, but will remove that shortly. Nothing uses it as of this commit. AA-607 DEPR-139
-
Simon Chen authored
MST-698 Remove escaping for Proctoring Requirements email on course_name and proctoring backend name (#27500) The course name can contain apostrophes and other special characters. The email template right now escapes every words. This is not desired because it can render apostrophes like #39;. Update the email templates so only second half of the email template is escaped
-
Carla Duarte authored
fix: include VerifiedModeSerializerMixin in Progress Tab API [AA-723]
-
Christie Rice authored
MICROBA-1021
-
Carla Duarte authored
-
Michael Terry authored
fix: properly set contains_gated_content field on xblocks again
-
Christie Rice authored
MICROBA-1013
-
Zachary Hancock authored
-
Michael Terry authored
This has been broken for a couple months, preventing proper display of verified-only assignments on the dates tab and elsewhere. AA-780
-
Christie Rice authored
DEPR-140 MICROBA-985
-
Christie Rice authored
MICROBA-1013
-
Matt Tuchfarber authored
If a certificate available date was set on a self paced course, it would show text to the learner saying that the grades would be available in the future when that was inaccurate.
-
Usama Sadiq authored
-
Usama Sadiq authored
* fix: pin python-slugify<5.0.0 transifex-client requires python-slugify<5.0.0 for Python 2.0 support which conflicts with the latest python-slugify version.
-
Usama Sadiq authored
-
Shafqat Farhan authored
[VAN-437] - Unlocking the learners upon successful password reset
-
- Apr 30, 2021
-
-
stvn authored
* Commits: docs: Remove completed TODO discussions item feat: Add support to Discussions API for legacy cohort settings refactor: Remove get_course_discussion_settings helper refactor: Remove set_course_discussion_settings helper refactor: Add better DRF support to legacy discussions settings
-
Matt Tuchfarber authored
fix: Add callback function to Facebook share
-
stvn authored
-
stvn authored
-
stvn authored
-
stvn authored
-
stvn authored
so that we can re-use the existing serializer as a portability-shim in the new API.
-