- Aug 10, 2012
-
-
Victor Shnayder authored
* required some refactoring in create_account() view
-
Victor Shnayder authored
* we appear to be fairly consistent in using is_staff and has_staff_access_to_course * cleaned up some docstrings and little code things as I went * fixed small bug in change_enrollment view (check for non-anon user)
-
- Aug 04, 2012
- Aug 02, 2012
- Aug 01, 2012
- Jul 27, 2012
-
-
Victor Shnayder authored
* catch exceptions and return a 404 if course not found * add Location.is_valid(), tests * stub of jumpto/ view.
-
- Jul 26, 2012
-
-
Matthew Mongeau authored
-
- Jul 25, 2012
-
-
Matthew Mongeau authored
-
- Jul 24, 2012
-
-
David Ormsbee authored
-
David Ormsbee authored
Django hardcodes the subject line for password reset emails. You're supposed to be able to override it with a properly named template, but that didn't make it into 1.3.1 (which is what we're deploying on now). We're not using the Sites framework at this time, so this was the "fix".
-
Bridger Maxwell authored
-
- Jul 23, 2012
-
-
Calen Pennington authored
-
Calen Pennington authored
-
Matthew Mongeau authored
-
Matthew Mongeau authored
-
- Jul 22, 2012
-
-
Bridger Maxwell authored
-
David Ormsbee authored
-
Bridger Maxwell authored
Cleaned up activation pages. Added "Log In" link to notice when anonymous user tries to enroll in course.
-
- Jul 21, 2012
-
-
Bridger Maxwell authored
If a user is anonymous when they click the enroll button, they will automatically be enrolled in the course if they immediately log in our create an account.
-
Bridger Maxwell authored
Registering now temporarily logs you in. A message is displayed on the dashboard, reminding you to activate your account. Logging in shows a reminder about activating.
-
- Jul 20, 2012
-
-
Bridger Maxwell authored
-
- Jul 19, 2012
-
-
David Ormsbee authored
-
- Jul 18, 2012
-
-
Matthew Mongeau authored
-
Matthew Mongeau authored
-
Matthew Mongeau authored
-
Matthew Mongeau authored
-
Matthew Mongeau authored
-
David Ormsbee authored
-
Bridger Maxwell authored
-
Rocky Duan authored
-
- Jul 17, 2012
-
-
Bridger Maxwell authored
-
Matthew Mongeau authored
-
Bridger Maxwell authored
-
Matthew Mongeau authored
-
Matthew Mongeau authored
-
Bridger Maxwell authored
Changed check_course from a decorator to a regular function that throws exceptions. Much easier to understand now.
-