- Aug 16, 2013
-
-
Chris Dodge authored
-
Chris Dodge authored
-
Chris Dodge authored
-
- Aug 15, 2013
-
-
cahrens authored
Also clarifies the contraction of location.course_id by throwing an exception for lcoations that are not of category course. Add test for course_id method.
-
- Aug 14, 2013
-
-
David Ormsbee authored
Features coming down the pipe will want to be able to: * Refer to enrollments before they are actually activated (approval step). * See what courses a user used to be enrolled in for when they re-enroll in the same course, or a different run of that course. * Have different "modes" of enrolling in a course, representing things like honor certificate enrollment, auditing (no certs), etc. This change adds an is_active flag and mode (with default being "honor"). The commit is only as large as it is because many parts of the codebase were manipulating enrollments by adding and removing CourseEnrollment objects directly. It was necessary to create classmethods on CourseEnrollment to encapsulate this functionality and then port everything over to using them. The migration to add columns has been tested on a prod replica, and seems to be fine for running on a live system with single digit millions of rows of enrollments.
-
- Aug 13, 2013
-
-
cahrens authored
-
Adam Palay authored
-
- Aug 12, 2013
-
-
Adam Palay authored
-
- Aug 08, 2013
-
-
Jay Zoldak authored
Rename MITX_SETTING AUTOMATIC_AUTH_FOR_LOAD_TESTING -> AUTOMATIC_AUTH_FOR_TESTING because it will be used for acceptance testing also.
-
Jay Zoldak authored
-
- Aug 06, 2013
-
-
cahrens authored
Remove _ Minor cleanup.
-
- Aug 02, 2013
-
-
Diana Huang authored
-
- 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 22, 2013
-
-
Adam Palay authored
-
Adam Palay authored
-
- Jul 17, 2013
- Jul 16, 2013
- Jul 12, 2013
-
-
David Baumgold authored
-
- Jun 26, 2013
-
-
Jean Manuel Nater authored
-
- Jun 24, 2013
- Jun 21, 2013
-
-
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 10, 2013
-
-
Don Mitchell authored
Make django use_tz
-
- 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
-
- Jun 04, 2013
-
-
dcadams authored
-
- May 28, 2013
-
-
Jane Manning authored
-