- 13 Jan, 2017 5 commits
-
-
Daniel W Bond authored
remarkable how much less obnoxious the SRCTBOOKSHARE's are if you just remove the class=page-header/id=banner's... not a fix per se, but pending a redesign it's certainly better
-
Daniel W Bond authored
-
Daniel W Bond authored
heyyyyy django-- in your 'upgrading from 1.8 notes why the fuck would you not include 'request' as a suggested template context processor'
-
Daniel W Bond authored
ummmmmmmmmmmm how did this work before? how did 'user' return something? what is that? it's supposed to be 'request.user'
-
Daniel W Bond authored
not sure why the photo I created for a more professional default listing photo wasn't actually added
-
- 10 Jan, 2017 2 commits
-
-
Daniel W Bond authored
-
Daniel W Bond authored
-
- 09 Jan, 2017 5 commits
-
-
Daniel W Bond authored
inexplicable errors continued... more 'um the project literally doesn't work because this is broken... how is this a thing'
-
Daniel W Bond authored
-
Daniel W Bond authored
I got a warning about mysql truncationthings: see this: https://docs.djangoproject.com/en/1.10/ref/databases/#mysql-sql-mode
-
Daniel W Bond authored
Because of the complication of optionally supporting AWS, no 'for production' version of settings: it's all here. Email and media settings now have multiple options; dummy cache is used on development, and advanced logging is turned on when debug is off.
-
Daniel W Bond authored
-
- 08 Jan, 2017 9 commits
-
-
Daniel W Bond authored
-
Daniel W Bond authored
-
Daniel W Bond authored
-
Daniel W Bond authored
-
Daniel W Bond authored
-
Daniel W Bond authored
-
Daniel W Bond authored
-
Daniel W Bond authored
I know that I purposefully went through and eliminated this code, because it's duplication, but this apparently a requirement for 1.8, that we have this exact same thing in both the forms and the views. Fuck everything.
-
Daniel W Bond authored
-
- 06 Jan, 2017 7 commits
-
-
Daniel W Bond authored
-
Daniel W Bond authored
-
Daniel W Bond authored
-
Daniel W Bond authored
-
Daniel W Bond authored
renamed this settings file to clarify its purpose; not deleting because there are shiboleth and ldap login settings that are worth returning to later when adding fuller support for additional authentication backends
-
Daniel W Bond authored
-
Daniel W Bond authored
bumped up fontawesome to its latest release, and bumped up jquery to the final 2.1 release (2.1.3 --> 2.1.4)
-
- 04 Jan, 2017 4 commits
-
-
Daniel W Bond authored
added the necessary meta tags for the responsiveness to actually appear, and added a chrome color theme
-
Daniel W Bond authored
added responsive resizing of search bar depending on bootstap breakpoints, and a missing endswith tag
-
Daniel W Bond authored
-
Daniel W Bond authored
-
- 16 Nov, 2016 2 commits
-
-
Michael T Bailey authored
Fix to issue #79 Fixes the alignment issue for no ratings of a user. See merge request !14
-
Michael T Bailey authored
Issue #80 : Change wording of the "No open listings right now" section. :dbond: pls Should close issue #80 See merge request !13
-
- 19 May, 2016 2 commits
-
-
Mark Stenglein authored
-
Mark Stenglein authored
Fixes issue79 by removing the name from the "no ratings" dialogue. To retain the context, adds the link to the ratings page, which behaves just fine even with no ratings logged for a user. The alignment issue was solved by changing the text to h3. To keep the length short enough to fit, I had to remove the username from the text to stop ugly wrapping.
-
- 18 May, 2016 1 commit
-
-
Mark Stenglein authored
-
- 09 Apr, 2016 3 commits
-
-
Mark Stenglein authored
-
Daniel W Bond authored
Issue76 Should fix #76. I went ahead and added a method to the student view so that we can put the logic in there instead of writing it every time directly inside of the template as template logic. Code reuse is fun. Thx :dbond: See merge request !12
-
Mark Stenglein authored
-