- 03 Jun, 2018 3 commits
-
-
David Haynes authored
- unique and valid shorts are only used
-
David Haynes authored
Closes #150
-
David Haynes authored
- also drop target in favor of destination Closes #149
-
- 21 May, 2018 1 commit
-
-
David Haynes authored
- more semantic - also ensure that dev flow is good to go re: docker
-
- 19 May, 2018 1 commit
-
-
David Haynes authored
- much, more more control
-
- 10 Feb, 2018 1 commit
-
-
David Haynes authored
- style guide: 2018 edition - thankfully nothing big breaks - man this is a bigger project than I remember
-
- 21 Aug, 2017 1 commit
-
-
David Haynes authored
- this was actually not even used...
-
- 25 Apr, 2017 1 commit
-
-
David Haynes authored
- first pass on verbage -
🙏 thanks to crispy forms this is stupid easy Closes #68
-
- 24 Apr, 2017 1 commit
-
-
David Haynes authored
- yolo commit here, let's see if it passes the tests Closes #111
-
- 29 Mar, 2017 1 commit
-
-
David Haynes authored
- It does not add anything, rather just modifies the Crispy Forms layout - I do love me some crispy forms
-
- 28 Mar, 2017 2 commits
-
-
David Haynes authored
- Also remove old css file - Better imports for forms.py
-
David Haynes authored
- Over time I get annoyed with how I formatted things in the past
-
- 26 Mar, 2017 1 commit
-
-
David Haynes authored
- Man those linter lines really make me go crazy
-
- 24 Mar, 2017 1 commit
-
-
David Haynes authored
- and some formatting fixes I believe
-
- 21 Mar, 2017 1 commit
-
-
David Haynes authored
- check valid data - comment out portion of clean_target
-
- 20 Mar, 2017 1 commit
-
-
David Haynes authored
- one day I'll make up my mind on style
-
- 13 Mar, 2017 1 commit
-
-
David Haynes authored
def main(): """ words about the function main() """ print("Hello World!")
-
- 26 Feb, 2017 1 commit
-
-
Grady Moran authored
(Closes #108)
-
- 25 Feb, 2017 2 commits
-
-
David Haynes authored
- because I fixed it
-
Grady Moran authored
(Closes #108)
-
- 23 Feb, 2017 2 commits
-
-
Michael Bailey authored
-
Grady Moran authored
Added logic which will (I think) prohibit links that lead to infinite loops or otherwise cause urllib.request.urlopen to throw an error. Note this is a slight change from the original specs. Instead of prohibiting links which link to go at any stage of redirection (e.g. consider a go link to a bit.ly link to another go link to the final page), we prohibit links which loop infinitely (regardless of whether it's through go or not) AND links which have go at the first or last redirect stage. The urllib.request.urlopen is potentially a costly operation. In particular, if the user enters a link that times out, I think it will hang for that entire period of time. Since we now have rate limiting and have always had to manually approve users in the first place, I think the risk of this inefficiency being exploited isn't prohibitively high. Not final; I intend to fix up the comments, make the import look like it belongs there, and get feedback on how the error should be handled.
-
- 02 Jan, 2017 2 commits
-
-
David Haynes authored
- yee
-
David Haynes authored
- teleport future packages into the present!
-
- 18 Nov, 2016 1 commit
-
-
David Haynes authored
- luckily I commented up the crispy forms back when I wrote them
-
- 20 Sep, 2016 1 commit
-
-
Robert Hitt authored
-
- 15 May, 2016 1 commit
-
-
David Haynes authored
- mostly talk about how great SRCT (and :dhaynes:) is - plus a short blurb on how we can ban you
-
- 13 May, 2016 1 commit
-
-
David Haynes authored
- tos_box --> registered - remove username field plus associated checking functions - exclude user requirement which is met with the instance
-
- 26 Apr, 2016 9 commits
-
-
Matthew Rodgers authored
--'Date can't be before today' changed to 'Date must be after today'
-
David Haynes authored
- before you would run out of characters you could enter before hitting end of whitespace - who says you can't teach a :dhaynes: new tricks?
-
David Haynes authored
- thanks to mrodgerfor doing the date calculation and looking at settings and to dbond for the div change suggestion - ... - but mostly :dhaynes: for keeping everything from burning /s
-
Matthew Rodgers authored
--Custom Date didn't have a working initial value. --Now it does.
-
Matthew Rodgers authored
--Did not mean to change the static date for defaultDate
-
Matthew Rodgers authored
--User can no longer enter a ddate from the past. --Custom field now stays open when the custom button is selected.
-
David Haynes authored
- the :dhaynes: fork is _required_ in order to properly import a package + fa icon - some formatting cleaning - mm-dd-yyyy now enforced and accepted by django - static date placed in defaultDate
-
Matthew Rodgers authored
--Added bootstrap3_datetimepicker to requirements --Added bootstrap3_datetimepicker to installed_apps --Animated custom datetimepicker --Closes #26
-
Matthew Rodgers authored
--Added a DateTimePicker for custom date option.
-
- 23 Apr, 2016 1 commit
-
-
David Haynes authored
- I swear I wrote this line before
-
- 11 Apr, 2016 1 commit
-
-
David Haynes authored
- the host url(in this case go.gmu.edu) is banned from being linked to - prevents users trying to create links to trap users in redirect loops - also a bit more documentation/formatting in crispy-forms cause it looked bad
-
- 08 Apr, 2016 1 commit
-
-
David Haynes authored
- git add --all
-