Saad Yousaf
811fe1ba48
fix: make course optimizer specific changes to user task completion email
2025-03-21 15:13:24 +05:00
Jeremy Ristau
1d94cf3c2a
chore: Remove edge reference in notification
2024-10-07 12:47:53 -04:00
Jawayria
79c0561935
fix: replace 'ugettext' with 'gettext' in cms
2021-12-13 20:25:05 +05:00
Awais Jibran
8acb45f687
Fix index bug in the email ( #27353 )
...
* Fix indexing bug in the email.
2021-04-16 11:04:28 +05:00
Ahtisham Shahid
71beccc12c
Updated User task email ( #27346 )
2021-04-15 22:38:47 +05:00
Awais Jibran
8023bbc1af
Log Errors + Warnings. ( #27210 )
2021-04-02 16:02:46 +05:00
Awais Jibran
ad7f6019fe
Integrate "olxcleaner" with course import ( #27164 )
...
* Integrating olxcleaner in course import
* Adding toggle removal date and addressing pylint issues.
2021-03-31 13:26:14 +05:00
Shadi Naif
f93023bafe
Convert Account Activation Emails to edx-ACE
2019-11-25 23:56:09 +03:30
Ned Batchelder
ea30aba6fc
Revert pull request #22042
...
Revert "Fix code quality test failures"
This reverts commit 8c55e11d1f .
Revert "Fix celery send_activation_email task failure"
This reverts commit 810eea0e51 .
Revert "Convert Account Activation Emails to edx-ACE"
This reverts commit 7984c37a4f .
2019-10-18 15:31:09 -04:00
Shadi Naif
7984c37a4f
Convert Account Activation Emails to edx-ACE
2019-10-14 17:22:03 +03:30
Bill DeRusha
2b11068622
Revert "Convert Account Activation Emails to edx-ACE"
2019-05-01 16:30:09 -04:00
Shadi Naif
07f588517b
Convert Account Activation Emails to edx-ACE
2019-04-27 13:21:34 +03:00
bmedx
1b6123294d
Fixes to celery queuing and text
2017-03-02 15:29:54 -05:00
bmedx
6ca739d811
Send emails on completed django-user-tasks
...
- Creates a new app under cms
- Sends emails asynchronously on completion of any top-level job
- Moves old user task related cms tests to cms_user_tasks
2017-03-01 17:07:42 -05:00
David Baumgold
34c6415527
Use STUDIO_SHORT_NAME for Studio
...
STUDIO_NAME = "edX Studio"
STUDIO_SHORT_NAME = "Studio"
2014-12-23 11:14:58 -05:00
David Baumgold
7366d2b1a2
Replace "edX Studio" with "{studio_name}"
...
For theming and internationalization
2014-12-19 13:58:42 -05:00
louyihua
b70b232205
i18n: Fix typo in studio's email
...
The right parenthesis should be appeared before the method '.format', not after.
2014-03-25 16:51:24 +08:00
cahrens
bbd8d84a28
Include the URL to the course creator admin table.
2013-08-07 11:34:51 -04:00
cahrens
e6f15bf611
Send notification to admin when a user enters 'pending' state.
...
Also fixes a bug where message was not sent to user when entering 'denied'
state unless the user was previously in 'granted'.
Send notification to admin when a user enters 'pending' state.
Pylint cleanup.
2013-08-06 16:26:33 -04:00
cahrens
b5506cf20b
Copy changes.
2013-07-29 09:51:10 -04:00
cahrens
15665bbe5a
Formatting updates.
2013-07-29 09:49:37 -04:00
cahrens
23894d20f8
E-mail notifications to users when course creator status changes.
2013-07-29 09:49:37 -04:00
David Baumgold
a6f349dab9
Studio i18n
2013-07-12 16:25:39 -04:00
cahrens
401dc82c46
Don't mention edge in the subject line; use same message for edx and edge.
2013-06-25 15:35:47 -04:00
cahrens
5f0a89bc27
Don't mention edge in the e-mail; same text used for edge and edx.
2013-06-20 13:16:13 -04:00
Tom Giannattasio
648792b7d3
changed studio to edge in emails
2012-10-11 16:25:39 -04:00
Tom Giannattasio
5f66be503c
changed edx to edx studio in email templates (hopefully this is right)
2012-10-11 14:53:45 -04:00
Calen Pennington
7a34a8c342
Fix failing tests
2012-07-23 13:49:11 -04:00
Victor Shnayder
ff59c9bfa9
Initial connection of student module with cms.
...
* Enable account creation
* Some code cleanups
* Fix access to nonexistent fields in the account creation view
* Formatting fixes
2012-07-13 11:51:32 -04:00