- 07 Oct, 2013 1 commit
-
-
set max enrollment for downloads to 200
Adam Palay committed
-
- 04 Oct, 2013 1 commit
-
-
David Baumgold committed
-
- 02 Oct, 2013 1 commit
-
-
Add AUTOMATIC_VERIFY_STUDENT_IDENTITY_FOR_TESTING flag so that acceptance tests can run through certificate identity verification flow.
David Ormsbee committed
-
- 01 Oct, 2013 1 commit
-
-
There's no need to display a traceback for every failed content load, the comment before the log line even says so. The exceptions shown before tests are run are because of the eager initialization of the modulestores. They don't need to be initialized then, that just speeds the responsiveness of servers. Putting off the initialization means they get inited as needed, and the log lines get
Ned Batchelder committed
-
- 27 Sep, 2013 2 commits
-
-
Calen Pennington committed
-
With tests, some settings changes (all should default to not breaking anything for edx) Added styling for shopping cart User Experience - Styled shoppingcart list page - Styled navigation shopping cart button - Styled receipt page - Styled course about page for shopping cart courses Addressed HTML/SCSS issues Remove offending body class and unnecessary sass changes Addresses many review comments on stanford shopping cart * framework for generating order instructions on receipt page in shoppingcart.models * move user_cart_has_item into shoppingcart.models * move min_course_price_for_currency into course_modes.models * remove auto activation on purchase * 2-space indents in templates * etc revert indentation on navigation.html for ease of review pep8 pylint move logging/error handling from shoppingcart view to model Addressing @dave changes
Jason Bau committed
-
- 25 Sep, 2013 1 commit
-
-
Renzo Lucioni committed
-
- 23 Sep, 2013 1 commit
-
-
Usman Khalid committed
-
- 20 Sep, 2013 3 commits
-
-
Julian Arni committed
-
jmclaus committed
-
Usman Khalid committed
-
- 13 Sep, 2013 1 commit
-
-
* Add unit test coverage for this "exclusion from tracking" logic * Exclude based on regex match instead of raw string comparison * Exclude heartbeat requests from tracking
Gabe Mulley committed
-
- 11 Sep, 2013 2 commits
-
-
Also added datadog application to commom django apps and set it to use a local statsd server by default.
Carlos Andrés Rocha committed -
Carlos Andrés Rocha committed
-
- 06 Sep, 2013 2 commits
-
-
* Fix open redirect vulnerability * Add Logging To AUDIT_LOG : Note I had to change existing tests that mocked AUDIT_LOG with this * Use external_auth.views.SHIBBOLETH_DOMAIN_PREFIX in student.views * Add a bunch of documentation * PEP8 / Pylint
Jason Bau committed -
Calen Pennington committed
-
- 04 Sep, 2013 2 commits
-
-
Chris Dodge committed
-
ichuang committed
-
- 03 Sep, 2013 1 commit
-
-
Conflicts: cms/djangoapps/contentstore/views/course.py common/lib/xmodule/xmodule/tests/test_combined_open_ended.py lms/envs/common.py
Adam Palay committed
-
- 31 Aug, 2013 1 commit
-
-
A one-click way of getting to editing the course
Jason Bau committed
-
- 29 Aug, 2013 4 commits
-
-
STUD-669.
cahrens committed -
Includes Data + Schema migrations for optout email -> user.id change. Note that migrations should be reversible.
Jason Bau 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 1 commit
-
-
Diana Huang committed
-
- 22 Aug, 2013 8 commits
-
-
* 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
-
Jason Bau committed
-
Jason Bau committed
-
Jason Bau committed
-
Jason Bau committed
-
David Ormsbee committed
-
David Ormsbee committed
-
- 21 Aug, 2013 6 commits
-
-
David Ormsbee committed
-
David Ormsbee 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
-
Jason Bau committed
-
Jason Bau committed
-