- 01 Jul, 2013 2 commits
- 21 Jun, 2013 1 commit
-
-
Ned Batchelder committed
-
- 19 Jun, 2013 1 commit
-
-
Highlights: * The url '/shib-login/' interfaces with apache/mod_shib via request.META to handle shibboleth login and registrations * Courses can designate 'enrollment_domains' to limit enrollment to users with a linked ExternalAuthMap verified by a particular identity provider * Tests * Logging Changes to be committed: new file: common/djangoapps/external_auth/migrations/0001_initial.py new file: common/djangoapps/external_auth/migrations/__init__.py new file: common/djangoapps/external_auth/tests/test_shib.py modified: common/djangoapps/external_auth/views.py modified: common/djangoapps/student/views.py modified: common/lib/xmodule/xmodule/course_module.py modified: lms/djangoapps/courseware/access.py modified: lms/djangoapps/courseware/tests/test_access.py modified: lms/envs/common.py modified: lms/envs/dev.py modified: lms/envs/test.py modified: lms/templates/courseware/course_about.html modified: lms/templates/dashboard.html modified: lms/templates/extauth_failure.html modified: lms/templates/navigation.html modified: lms/templates/register.html modified: lms/templates/signup_modal.html modified: lms/urls.py renamed: lms/wsgi_apache.py -> lms/wsgi_apache_lms.py
Jason Bau committed
-
- 06 Jun, 2013 1 commit
-
-
Tell segment IO whenever a page is loaded. Once this works, we can add more detailed instrumentation for events we care about. Will be turned off in prod until the SEGMENT_IO_LMS feature flag is set to True and a SEGMENT_IO_LMS_KEY is set.
Victor Shnayder committed
-
- 05 Jun, 2013 1 commit
-
-
Developers can have private settings files by creating lms/envs/private.py or cms/envs/private.py. They are imported at the end of dev.py. Note that they won't be imported if you are using one of the other dev*.py variants.
Ned Batchelder committed
-
- 21 May, 2013 1 commit
-
-
Start linting envs files, add task to only pylint errors, and move pylintrc file to the correct location
Calen Pennington committed
-
- 17 May, 2013 3 commits
-
-
Carlos Andrés Rocha committed
-
Carlos Andrés Rocha committed
-
Carlos Andrés Rocha committed
-
- 25 Apr, 2013 1 commit
-
-
* hide the login behind a setting that is turned off by default * clean out some of the outdated settings and hardcoded test strings
Diana Huang committed
-
- 29 Mar, 2013 1 commit
-
-
Change the parameters of the sass compiler to output source maps. Google Chrome uses the maps in the debugger to show the sass or scss file that originated the style for a particular element. More information here: http://fonicmonkey.net/2013/03/25/native-sass-scss-source-map-support-in-chrome-and-rails/
Carlos Andrés Rocha committed
-
- 28 Mar, 2013 1 commit
-
-
Carlos Andrés Rocha committed
-
- 15 Mar, 2013 1 commit
-
-
David Ormsbee committed
-
- 14 Mar, 2013 1 commit
-
-
move the instantiation of the metadata cache out of modulestore.py as it was causing a circular import dependency when running on AWS. Put instantiation into one_time_startup.py which I believe is run before any Django requests are handled
Chris Dodge committed
-
- 13 Mar, 2013 2 commits
-
-
David Ormsbee committed
-
David Ormsbee committed
-
- 10 Mar, 2013 2 commits
-
-
Chris Dodge committed
-
optimize forum page rendering as we don't pre-compute the link urls to inline discussions. We can use jump_to urls and then figure out the link path if/when end-user clicks on it. This saves a lot of unnecessary round trips to the DB as path computation is expensive, especially when it being done for every discussion module in a course in a loop.
Chris Dodge committed
-
- 09 Mar, 2013 1 commit
-
-
David Ormsbee committed
-
- 11 Feb, 2013 1 commit
-
-
Vik Paruchuri committed
-
- 06 Feb, 2013 1 commit
-
-
Calen Pennington committed
-
- 05 Feb, 2013 1 commit
-
-
This reverts commit c4f56620.
Calen Pennington committed
-
- 04 Feb, 2013 5 commits
-
-
Vik Paruchuri committed
-
Vik Paruchuri committed
-
Vik Paruchuri committed
-
Vik Paruchuri committed
-
Vik Paruchuri committed
-
- 30 Jan, 2013 2 commits
-
-
This reverts commit ab437b94, reversing changes made to 7a8e87c7.
Calen Pennington committed -
Calen Pennington committed
-
- 11 Jan, 2013 1 commit
-
-
ichuang committed
-
- 03 Jan, 2013 1 commit
-
-
Chris Dodge committed
-
- 02 Jan, 2013 1 commit
-
-
Diana Huang committed
-
- 30 Nov, 2012 3 commits
-
-
Victor Shnayder committed
-
Victor Shnayder committed
-
- specify mime type - right urls
Victor Shnayder committed
-
- 26 Nov, 2012 1 commit
-
-
Added analytics tab in instructor dashbaord, and call to the analytics back-end to display sample data.
JM Van Thong committed
-
- 09 Nov, 2012 2 commits
-
-
This reverts commit 793354a0.
Victor Shnayder committed -
Victor Shnayder committed
-
- 07 Nov, 2012 1 commit
-
-
David Ormsbee committed
-