- Aug 30, 2013
-
-
Adam Palay authored
-
Adam Palay authored
-
Adam Palay authored
-
Adam Palay authored
-
Calen Pennington authored
Move mitxmako initialization to a startup module
-
Calen Pennington authored
Upgrade newrelic agent to the latest version
-
Renzo Lucioni authored
Kill processes after running rake
-
Will Daly authored
Instrument course email for DataDog
-
Renzo Lucioni authored
-
dcadams authored
Small change to email registration template
-
Will Daly authored
-
Christina Roberts authored
Rewriting of links for Course Updates and Course Handouts.
-
- Aug 29, 2013
-
-
David Adams authored
Added some text to guide the student to register with a particular email address. This is the one that was entered into the enrollment/invitation form by the instructor. Modified the template and associated test.
-
Vik Paruchuri authored
Properly display student progress
-
Vik Paruchuri authored
-
Vik Paruchuri authored
-
Will Daly authored
Remove network calls in test suite
-
cahrens authored
STUD-669.
-
Sarina Canelake authored
Course email for instructors
-
Jason Bau authored
-
Brian Wilson authored
Adds the edX Marketing-approved template as html default.
-
Jason Bau authored
Includes Data + Schema migrations for optout email -> user.id change. Note that migrations should be reversible.
-
Sarina Canelake authored
Some minor pep8 cleanup
-
Sarina Canelake authored
-
Sarina Canelake authored
-
Sarina Canelake authored
-
Sarina Canelake authored
Switch to using decorators; refactor and cleanup tests.
-
Kevin Luo authored
Delay for possible race condition with fetching course email object. Use settings.SITE_NAME for host name to generate email footer url.
-
Kevin Luo authored
-
Kevin Luo authored
Adds a new Email link to the instructor dashboard for frontend interface to send email to course members. Adds a feature flag ENABLE_INSTRUCTOR_EMAIL to toggle this. Creates a new djangoapp bulk_email that handles this action by getting the recipient list and batching the emails to different celery tasks to do the actual sending. Requires lynx package to convert HTML email to plaintext. Handles SMTP errors by retrying or falling through to the next email. Adds the option to opt out of course specific emails in the user dashboard with an Email Settings link for each course. Uses severable configurable settings with defaults. DEFAULT_BULK_FROM_EMAIL specifies the from address for email. EMAILS_PER_TASK specifies the number of emails each celery task takes on. EMAIL_HOST, EMAIL_PORT, EMAIL_HOST_USER, EMAIL_HOST_PASSWORD, and EMAIL_USE_TLS for the SMTP email backend settings. Co-authored-by:
Akshay Jagadeesh <akjags@gmail.com>
-
Vik Paruchuri authored
-
Will Daly authored
Studio JS fixture files no longer need individual symlinks
-
Will Daly authored
-
- Aug 28, 2013
-
-
Ned Batchelder authored
Fix the requirements in the sandbox instructions
-
Ned Batchelder authored
-
Calen Pennington authored
Move mitxmako initialization to a startup module, called by lms.startup and cms.startup for both management commands and when run via wsgi [DEVPAIN-7]
-
Valera Rozuvan authored
Valera/fix empty captions panel no captions
-
Valera Rozuvan authored
-
Valera Rozuvan authored
Fixed 2 failing Jasmine tests. Removed unnecessary console.log() call. Initializing of variables in a single var statement.
-
Valera Rozuvan authored
Now the captions panel will be shown with captions only after successful retrieval of captions.
-