- 29 Aug, 2013 3 commits
-
-
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>
Kevin Luo committed -
Studio JS fixture files no longer need individual symlinks
Will Daly committed -
Will Daly committed
-
- 28 Aug, 2013 13 commits
-
-
Fix the requirements in the sandbox instructions
Ned Batchelder committed -
Ned Batchelder committed
-
Valera/fix empty captions panel no captions
Valera Rozuvan committed -
Valera Rozuvan committed
-
Fixed 2 failing Jasmine tests. Removed unnecessary console.log() call. Initializing of variables in a single var statement.
Valera Rozuvan committed -
Now the captions panel will be shown with captions only after successful retrieval of captions.
Valera Rozuvan committed -
Valera Rozuvan committed
-
Valera Rozuvan committed
-
"There is a white panel over a non-youtube video." When the captions file is not specified, we simply do not render the captions panel.
Valera Rozuvan committed -
Keep comments in capa XML from causing failures
Ned Batchelder committed -
bugfix: Course static_tabs importing with display_name = "None"
chrisndodge committed -
ichuang committed
-
ichuang committed
-
- 27 Aug, 2013 24 commits
-
-
ichuang committed
-
Email Receipts and Billing Information
Diana Huang committed -
Diana Huang committed
-
Integrate js-test-tool into testing infrastructure
Will Daly committed -
Disable pylint violation E0611 when importing assert_* from nose.tools
Jay Zoldak committed -
Cleaned up files with muliline imports Cleaned up files that do not use these imports Misread comment
Jay Zoldak committed -
FIX: videosequence was not inheriting metadata, eg start date
chrisndodge committed -
Teach rake test tasks how to re-run failed tests
Calen Pennington committed -
Diana Huang committed
-
One time startup centralization
Calen Pennington committed -
Use randomized mongo collection names in Studio tests
Will Daly committed -
Crowdsourced Hints - "0.2 release"
Felix Sun committed -
collection names
Will Daly committed -
Silence doc test errors/warnings
Will Daly committed -
Inspired by: http://eldarion.com/blog/2013/02/14/entry-point-hook-django-projects/ Moves startup code to lms.startup and cms.startup, and calls the startup methods in wsgi.py and manage.py for both projects.
Calen Pennington committed -
Ned Batchelder committed
-
Comments (and processing instructions!) are handled oddly in lxml. This change will keep them from causing failures. They will be omitted from the HTML generated, which is fine, since they aren't needed there.
Ned Batchelder committed -
Contains hotfix/2013-18-21
Julian Arni committed -
Fix/vik/oe state
Vik Paruchuri committed -
Felix Sun committed
-
Calen Pennington committed
-
Video Player: replace the description in the studio editing module for "subtitles" with "timed transcript"
polesye committed -
Anton Stupak committed
-
ichuang committed
-