- Sep 27, 2013
-
-
Calen Pennington authored
We had a bug where mixins weren't being applied before `load_from_xml` was called. This meant that not all of the fields were being loaded correctly. To fix it, we used the mixoligist from the runtime to apply the mixins earlier in the process. However, that caused the mixins to be applied twice. The included fixes to xblock resolved the multiply-applied mixins, and the fixes to the parsing code make it simpler to understand, and add some unit tests of the parsing to boot.
-
- Sep 23, 2013
-
-
Calen Pennington authored
-
- Sep 19, 2013
-
-
e0d authored
-
- Sep 11, 2013
-
-
Carlos Andrés Rocha authored
Also added datadog application to commom django apps and set it to use a local statsd server by default.
-
- Sep 10, 2013
-
-
David Baumgold authored
-
David Baumgold authored
-
- Sep 04, 2013
-
-
ichuang authored
-
- Sep 03, 2013
-
-
Adam Palay authored
-
- Aug 27, 2013
-
-
Calen Pennington authored
-
Will Daly authored
-
- Aug 26, 2013
-
-
Calen Pennington authored
-
- Aug 22, 2013
-
-
Diana Huang authored
* 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!
-
David Ormsbee authored
-
- Aug 21, 2013
-
-
David Ormsbee authored
-
Diana Huang authored
* 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!
-
- Aug 15, 2013
-
-
David Ormsbee authored
-
- Aug 08, 2013
-
-
JonahStanley authored
-
- Aug 05, 2013
-
-
Julian Arni authored
Solves an issue with using git > 1.8.1 for github based pip requirements.
-
- Aug 02, 2013
-
-
David Baumgold authored
-
Diana Huang authored
-
- Aug 01, 2013
-
-
David Ormsbee authored
-
- Jul 30, 2013
-
-
Calen Pennington authored
-
- Jul 25, 2013
-
-
David Baumgold authored
-
- Jul 22, 2013
-
-
Greg Price authored
Two endpoints are intended to be used by AJAX calls from the web UI with an authenticated user. When enabled, the value of the preference is an encryption of the username, to be used as a token for one-click unsubscribe links. The third endpoint is the target of unsubscribe links, which displays a page with an appropriate message to the user.
-
Greg Price authored
The new API uses Django REST Framework. For now, it is designed specifically to support the use cases required by the forum digest notifier (not yet built), with a goal of making it more generally useful over time.
-
- Jul 09, 2013
-
-
David Baumgold authored
Replacing the get_request_method function everywhere
-
Ned Batchelder authored
-
- May 31, 2013
-
-
John Jarvis authored
-
Jay Zoldak authored
-
Will Daly authored
-
- May 23, 2013
-
-
Calen Pennington authored
The most common error is Amazon SES having blacklisted an email address. However, we handle any error being raised during user.email_user. Fixes JIRA LMS-131
-
Calen Pennington authored
-
- May 22, 2013
-
-
Ned Batchelder authored
scipy can go back into base. MySQL-python really does have to be installed after distribute has been updated by base.txt, I tested it.
-
- May 21, 2013
-
-
Calen Pennington authored
-
- May 20, 2013
-
-
Ned Batchelder authored
-
- May 17, 2013
-
-
Carlos Andrés Rocha authored
-
- May 16, 2013
-
-
John Jarvis authored
-
John Jarvis authored
-
- May 15, 2013
-
-
Calen Pennington authored
Move Mysql and scipi to requirements/post.txt, because they require the contents of requirements.txt to be completely installed
-
Carlos Andrés Rocha authored
-