- Jul 31, 2013
-
-
Calen Pennington authored
Remove unused course_filter page removes university_profile urls and templates removes all university_profile views remove news from templates/index
-
Brian Wilson authored
Add audit log definition, and use for logging of logins in external_auth and student apps. Move test_login to student app. Improve conditional tests for Shibboleth login logic. (Does not include reconfiguring log settings.)
-
- Jul 24, 2013
-
-
ihoover authored
remove test that csrf middleware is disabled (since we can't seem to reload middleware between tests) move definitions from setuo into test method
-
Calen Pennington authored
-
- Jul 23, 2013
-
-
ihoover authored
-
Jay Zoldak authored
-
- Jul 22, 2013
-
-
Adam Palay authored
-
Adam Palay authored
-
- Jul 20, 2013
- Jul 17, 2013
- Jul 16, 2013
- Jul 12, 2013
-
-
David Baumgold authored
-
- Jul 08, 2013
-
-
cahrens authored
The template exists when django admin is enabled, but the mappings in CMS' urls.py do not exist.
-
- Jun 26, 2013
-
-
Jean Manuel Nater authored
-
Jason Bau authored
-
- Jun 24, 2013
- Jun 21, 2013
-
-
Ned Batchelder authored
-
Ned Batchelder authored
-
Ned Batchelder authored
-
Sarina Canelake authored
-
Sarina Canelake authored
-
Jason Bau authored
* Changed unicode test cases to ascii encoding * Removed 'stanford' hardcoding in TOS logic in lieu of 'SHIB_DISABLE_TOS' MIT_FEATURES flag * made 'external_auth' always an installed_app in lms * log.exception changd to log.error where appropriate But: did not change skipping tests to changing settings, for reasons stated here: https://github.com/edx/edx-platform/pull/67#issuecomment-19790330
-
- Jun 19, 2013
-
-
Ned Batchelder authored
-
Ned Batchelder authored
-
Jason Bau authored
-
Jason Bau authored
As stipulated by Stanford's office of general counsel
-
Jason Bau authored
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
-
- Jun 17, 2013
-
-
Jean Manuel Nater authored
-
- Jun 13, 2013
-
-
Don Mitchell authored
migrations.
-
- Jun 10, 2013
-
-
Don Mitchell authored
Make django use_tz
-
Don Mitchell authored
-
Don Mitchell authored
-
- Jun 05, 2013
-
-
Nate Hardison authored
When a non-edX theme is enabled, then don't return anything for "top news," which is edX-specific.
-
dcadams authored
-