- 31 Jan, 2016 3 commits
-
-
David Haynes authored
- thanks to dbond for noticing <3
-
David Haynes authored
- all nice and organized - finally plays nice with bootstrap3
-
David Haynes authored
- Gettin crispier up in here
-
- 30 Jan, 2016 3 commits
-
-
David Haynes authored
- /test goes to new address creation - forms. wrapped in bacon and deep fried. nice and crispy!
-
David Haynes authored
- I need to learn js at some point edition
-
David Haynes authored
- Only pushing so I can git diff this stuff out after I figure things out - lovely
-
- 28 Jan, 2016 1 commit
-
-
David Haynes authored
- it werks on my machine - let me know if anything breaks but I have tested users and it is a non-issue
-
- 23 Jan, 2016 2 commits
-
-
David Haynes authored
- length reduced but no impact to performance - placeholder 'edit' now goes to a 404
-
David Haynes authored
- new info columns, better layout (imo), new button for direct link to signup
-
- 22 Jan, 2016 1 commit
-
-
David Haynes authored
- Log In/Log Out now on the right side as per sake of normality - Teeny bit more spacing to make things more roomy
-
- 13 Jan, 2016 2 commits
-
-
David Haynes authored
Clean up link detail page plus some other minor things - see commit notes for specifics - 'edit' is not functional as of right now, just a placeholder See merge request !16
-
David Haynes authored
- yes
-
- 12 Jan, 2016 2 commits
-
-
David Haynes authored
- spacing, header(ing), renaming - added edit link to be completed in issue 25
-
David Haynes authored
- a very productive day
-
- 11 Jan, 2016 1 commit
-
-
David Haynes authored
- pretty simple, just added a section to pick s,m,l code viewing - used 'pre' to make it 'pre'tty. let me know if it's too much.
-
- 09 Jan, 2016 3 commits
-
-
David Haynes authored
- so you did need some of that in Meta, since those requirements were expected to be filled the form would break since the form only fills some attributes hmm - also can't set fields to '__all__' because of ^^ I believe - encourage use of https - copy doc pattern from other fields
-
David Haynes authored
- it's time, this is it. the templates are finally how I want them. it's perfect.
-
David Haynes authored
- pull target out of Meta (why was it in there, I don't see any benefit) - organize form fields to be in order of appearence - I like 'A University Branded URL Shortener' better than just 'A URL Shorterner' tbh fam
-
- 07 Jan, 2016 6 commits
-
-
David Haynes authored
- not much to say,
-
David Haynes authored
- cas is now considered an installed_app and needs to be added to the list - somewhere between 1.7 and 1.9 'django.contrib.comments' broke, we don't use it anywhere but if left uncommented things break. can be investigated but site is at 100% functionality without that installed app.
-
David Haynes authored
- fields flag required on forms classes
-
David Haynes authored
Modify short url to be a slugfield change other things accordingly, see commit messages See merge request !15
-
David Haynes authored
- now a slugfield - removed alphanumeric check since that would defeat the purpose
-
David Haynes authored
- was a CharField but that limited short urls to be just characters - now a SlugField which better accomidates urls with numbers,hypens, etc. - included migration since I think that's what you do(?)
-
- 04 Jan, 2016 4 commits
-
-
David Haynes authored
- Informing user why they are here - Link to verify if they misspelled a link of theirs - not much else informative you could put and not have the page look a mess, but I'm open to suggestions
-
David Haynes authored
- views.py 404/500 methods corrected to proper locations - sorry
-
David Haynes authored
- oops
-
David Haynes authored
- line 46 in version control is commented and needs to be uncommented in local development
-
- 02 Jan, 2016 6 commits
-
-
David Haynes authored
Restricts who can view signup page Closes #18 - Now with more branches! See merge request !14
-
David Haynes authored
- except staff for an undetermined reason
-
David Haynes authored
- reworded reminder of already submitted requests
-
David Haynes authored
- don't worry, everything will be alright in the end
-
David Haynes authored
- ie. need to look at new directories for the non-app templates
-
David Haynes authored
- improved organization by seperating out non-app templates from app templates
-
- 01 Jan, 2016 3 commits
-
-
David Haynes authored
- more spacing, easier on the eyes, pretty nice imo - david needs to work in branches edition (I swear it works though)
-
David Haynes authored
- legend tags make everything seems more organized
-
David Haynes authored
- before it had same description as is_registered even though they do two different things
-
- 30 Dec, 2015 2 commits
-
-
David Haynes authored
-
David Haynes authored
- used for captcha
-
- 29 Dec, 2015 1 commit
-
-
David Haynes authored
-