- 30 May, 2013 2 commits
-
-
Updated documentation in doc and README and made some small edits to bash script for added robustness Added documenntation to the docs folder and edited the mac bash script in response to tests
Slater-Victoroff committed -
Slater-Victoroff committed
-
- 23 May, 2013 4 commits
-
-
David Baumgold committed
-
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 committed -
Django always returns string data from the database as unicode objects (ref: https://docs.djangoproject.com/en/1.4/ref/unicode/#models). Therefor, our factories should do the same
Calen Pennington committed -
Calen Pennington committed
-
- 22 May, 2013 2 commits
-
-
David Baumgold committed
-
add a migrations to the new django_comment_common to keep things a bit more consistent with our normal useage.
Chris Dodge committed
-
- 17 May, 2013 5 commits
-
-
This resolves an issue on Mac OS X in which the login dropdown arrow couldn't be clicked because it was off-screen. It should make the test suite more stable.
Will Daly committed -
Greg Price committed
-
Diana Huang committed
-
Carlos Andrés Rocha committed
-
Diana Huang committed
-
- 16 May, 2013 4 commits
-
-
Greg Price committed
-
the actual urls
Diana Huang committed -
getting closed fast enough.
Diana Huang committed -
Will Daly committed
-
- 15 May, 2013 2 commits
- 14 May, 2013 1 commit
-
-
Will Daly committed
-
- 13 May, 2013 2 commits
-
-
Greg Price committed
-
Will Daly committed
-
- 10 May, 2013 3 commits
-
-
Chris Dodge committed
-
Greg Price committed
-
(lettuce assumes we are using django.contrib.staticfiles). This allows us to run the django-admin.py harvest test server, instead of launching the server ourselves.
Will Daly committed
-
- 09 May, 2013 1 commit
-
-
Calen Pennington committed
-
- 08 May, 2013 2 commits
-
-
Greg Price committed
-
They are currently using a CA that is not installed on our servers. Since it isn't a top-tier CA and we aren't submitting anything particularly sensitive anyway, we don't have to feel too bad about this.
Greg Price committed
-
- 07 May, 2013 4 commits
-
-
these are configured to be too long in the settings.
Will Daly committed -
Diana Huang committed
-
Chris Dodge committed
-
Chris Dodge committed
-
- 06 May, 2013 8 commits
-
-
Updated safe_key() so that it: (a) avoids creating keys that are too long for memcache, and (b) handles unicode in keys, prefixes, and versions Added __init__.py, which should have been in the last commit Pep8/Pylint fixes
Will Daly committed -
update comment models.py to not have the dependency on get_course_by_id (which is in LMS). Also explicitly set the db_table name because django auto generates table prefixes according to the djangoapp name
Chris Dodge committed -
move some files from lms/djangoapps/django_comment_client to common/djangoapps/django_comment_common
Chris Dodge committed -
* Fix indentation/line break issues * Handle marketing root URL as a separate case in marketing_link * Move link map to its own setting.
Diana Huang committed -
This functionality requires the Zendesk URL, user, and API key to be specified in django.conf.settings. Also, add a flag to MITX_FEATURES (enabled by default) to control the endpoint and the front-end feature (yet to be added).
Greg Price committed -
Diana Huang committed
-
Ned Batchelder committed
-
Pep8 fixes
Diana Huang committed
-