- 30 Aug, 2013 2 commits
-
-
Affects: Choicegroups, option inputs, textline, and formula equation inputs
Peter Baratta committed -
Rewriting of links for Course Updates and Course Handouts.
Christina Roberts committed
-
- 29 Aug, 2013 20 commits
-
-
Properly display student progress
Vik Paruchuri committed -
Vik Paruchuri committed
-
Vik Paruchuri committed
-
Remove network calls in test suite
Will Daly committed -
STUD-669.
cahrens committed -
Course email for instructors
Sarina Canelake committed -
Jason Bau committed
-
Adds the edX Marketing-approved template as html default.
Brian Wilson committed -
Includes Data + Schema migrations for optout email -> user.id change. Note that migrations should be reversible.
Jason Bau committed -
Some minor pep8 cleanup
Sarina Canelake committed -
Sarina Canelake committed
-
Sarina Canelake committed
-
Sarina Canelake committed
-
Switch to using decorators; refactor and cleanup tests.
Sarina Canelake committed -
Delay for possible race condition with fetching course email object. Use settings.SITE_NAME for host name to generate email footer url.
Kevin Luo committed -
Kevin Luo committed
-
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 -
Vik Paruchuri 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 5 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
-