- 17 Feb, 2016 1 commit
-
-
Nicholas Anderson authored
-
- 16 Feb, 2016 7 commits
-
-
Nicholas Anderson authored
-
Nicholas Anderson authored
-
Nicholas Anderson authored
-
David Haynes authored
-
David Haynes authored
Moved hashids_counter to the cache The global caused errors on unmigrated databases, and it could potentially cause threading errors in larger scale production environments. @dbond2 please tell me if this is a bad idea See merge request !18
-
Nicholas Anderson authored
-
Nicholas Anderson authored
The global caused errors on unmigrated databases, and it could potentially cause threading errors in larger scale production envrionments.
-
- 06 Feb, 2016 6 commits
-
-
David Haynes authored
- More cleaning, other projects can take note - Removes 99% of the 1.10 warnings
-
David Haynes authored
Additional Explanatory Info & Interface Updates ( Closes #17 ) Basically: - Crispy-forms now in play for better formatted forms - Now a three step process with some space and some info - Magnificently formatted by yours truely One day: - Possibly squish short + expiration fields together - Example text within with like an example See merge request !17
-
David Haynes authored
- :dhaynes: making history here
-
David Haynes authored
- Will be back one day..
-
David Haynes authored
- usability > prettiness
-
David Haynes authored
- crispy-forms officially adopted
-
- 31 Jan, 2016 4 commits
-
-
David Haynes authored
- forgot to push this stuff up - classic :dhaynes:
-
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
-
- 29 Jan, 2016 1 commit
-
-
David Haynes authored
- guess what? The buttons are no longer absurdly huge! - ohboy.jpg - :dhaynes: :dhaynes: :dhaynes:
-
- 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(?)
-