- 12 Sep, 2013 1 commit
-
-
David Ormsbee committed
-
- 11 Sep, 2013 1 commit
-
-
Adam Palay committed
-
- 06 Sep, 2013 1 commit
-
-
Calen Pennington committed
-
- 04 Sep, 2013 4 commits
-
-
Frances Botsford committed
-
Chris Dodge committed
-
ichuang committed
-
Jay Zoldak committed
-
- 03 Sep, 2013 3 commits
-
-
Conflicts: cms/djangoapps/contentstore/views/course.py common/lib/xmodule/xmodule/tests/test_combined_open_ended.py lms/envs/common.py
Adam Palay committed -
Anton Stupak committed
-
Will Daly committed
-
- 02 Sep, 2013 1 commit
-
-
Will Daly committed
-
- 31 Aug, 2013 1 commit
-
-
A one-click way of getting to editing the course
Jason Bau committed
-
- 29 Aug, 2013 5 commits
-
-
STUD-669.
cahrens committed -
Includes Data + Schema migrations for optout email -> user.id change. Note that migrations should be reversible.
Jason Bau committed -
Sarina Canelake 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
-
- 28 Aug, 2013 1 commit
-
-
David Ormsbee committed
-
- 27 Aug, 2013 2 commits
-
-
Diana Huang committed
-
Will Daly committed
-
- 22 Aug, 2013 14 commits
-
-
Jason Bau committed
-
Jason Bau committed
-
* Make currency a property of the Order (for validation purposes) * Remove null=True from Char fields * Use InheritanceManager for subclassing OrderItem * Change VerifiedCertificate to better handle some new use cases * Cleaned out old migrations * Tests!
Diana Huang committed -
Diana Huang committed
-
when in a dev environment.
Diana Huang committed -
Jason Bau committed
-
Jason Bau committed
-
Jason Bau committed
-
Jason Bau committed
-
David Ormsbee committed
-
David Ormsbee committed
-
JonahStanley committed
-
CMS tests should now run on IE CMS tests will now run on Safari Rebased wrong Forgot to update the test_acceptance.sh Changed way of string splitting
JonahStanley committed -
Jason Bau committed
-
- 21 Aug, 2013 6 commits
-
-
Will Daly committed
-
David Ormsbee committed
-
David Ormsbee committed
-
Configurations must be defined before hand Reduced pylint violations We only support 4 browsers
JonahStanley committed -
Version numbers have very different ranges for different browsers so not having a dictionary of those. Fixed a whitespace issue Fixed pylint/pep8 violations Don't need django_url Spacing issues Changed how commenting works Forgot one Used wrong name Changed around importing Remove django_url Fixed function orderingn Made logic nicer for getting a new browser Modifying tests to run in opera Needed to increase time to account for slow sauce loading Now safari LMS works Forgot an assert statement Skipping a few tests for opera
JonahStanley committed -
Forgot an import
JonahStanley committed
-