- 21 Jun, 2017 2 commits
-
-
Daniel W Bond authored
-
Daniel W Bond authored
-
- 16 Jun, 2017 3 commits
-
-
Daniel W Bond authored
-
Daniel W Bond authored
now that on-page error rendering is properly working, there is no need for these two try/except blocks
-
Daniel W Bond authored
relying more heavily on django's built-in cleaning; fixes the error where you aren't able to clear out your graduation year
-
- 26 May, 2017 5 commits
-
-
Daniel W Bond authored
-
Daniel W Bond authored
-
Daniel W Bond authored
-
Daniel W Bond authored
form is now being modified diredtly through get_initial and get_form, rather than through get_context_data
-
Daniel W Bond authored
RAs and RDs may not delete their accounts-- link removed, redirected to settings with msg to email us
-
- 25 May, 2017 2 commits
-
-
Daniel W Bond authored
-
Daniel W Bond authored
-
- 23 May, 2017 4 commits
-
-
Daniel W Bond authored
-
Daniel W Bond authored
yet another django 1.11 change-- this time, dictionaries do not have to be retyped as Context objects
-
Daniel W Bond authored
-
Daniel W Bond authored
-
- 22 May, 2017 1 commit
-
-
Daniel W Bond authored
-
- 23 Dec, 2016 1 commit
-
-
Daniel W Bond authored
-
- 04 Nov, 2016 1 commit
-
-
Daniel W Bond authored
moved the major-ordering code from the template into the view-- should be an performance improvement at the very least
-
- 28 Oct, 2016 2 commits
-
-
Daniel W Bond authored
-
Daniel W Bond authored
-
- 27 Oct, 2016 1 commit
-
-
Daniel W Bond authored
the privacy filtering already handles this, but this makes it more correct for the user-- if you don't live on campus you can't set to 'floor' or 'room'-- that just doesn't make sense
-
- 24 Oct, 2016 3 commits
-
-
Daniel W Bond authored
-
Daniel W Bond authored
refer to the student one-to-one, not the user... it's right in the lines immediately above it, wth, me
-
Daniel W Bond authored
-
- 23 Oct, 2016 1 commit
-
-
Daniel W Bond authored
-
- 21 Oct, 2016 1 commit
-
-
Daniel W Bond authored
writing the test cases for the confirmation views led to a little bit of inadvertent tdd-- changed up the urls to be 'student ___ flags ____'
-
- 15 Oct, 2016 2 commits
-
-
Daniel W Bond authored
-
Daniel W Bond authored
-
- 14 Oct, 2016 1 commit
-
-
Daniel W Bond authored
-
- 13 Oct, 2016 2 commits
-
-
Daniel W Bond authored
-
Daniel W Bond authored
created basics on view to delete student-- note using formview (for feedback and to delete user object as well) and not deleteview
-
- 11 Oct, 2016 3 commits
-
-
Daniel W Bond authored
not having an 'or' evaluation prevents students from being able to remove their last blocked major... I have no idea how I missed this before. tfw no test-driven development
-
Daniel W Bond authored
-
Daniel W Bond authored
this does little to reduce complexity, but it's marginally more readable to go building by building rather than room by room
-
- 06 Oct, 2016 1 commit
-
-
Daniel W Bond authored
-
- 05 Oct, 2016 2 commits
-
-
Daniel W Bond authored
-
Daniel W Bond authored
modified the form_valid method the support adding and removing m2m major relationships in update_student
-
- 04 Oct, 2016 2 commits
-
-
Daniel W Bond authored
-
Daniel W Bond authored
-