Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Validate contact phone and email. | Harald Eilertsen | 2017-10-02 | 1 | -0/+20 |
| | |||||
* | Add test dependency to rspec-html-matchers | Harald Eilertsen | 2017-09-10 | 1 | -0/+2 |
| | |||||
* | Validate postcode properly. | Harald Eilertsen | 2017-09-09 | 3 | -0/+43 |
| | | | | Don't accept invalid postcodes, or postcodes containing invalid chars. | ||||
* | Split contact address into street, postcode and city. | Harald Eilertsen | 2017-09-09 | 4 | -6/+14 |
| | |||||
* | Fix specs. | Harald Eilertsen | 2016-09-16 | 1 | -2/+2 |
| | |||||
* | Redirect to registrations closed message instead of modifying body. | Harald Eilertsen | 2016-08-16 | 1 | -7/+7 |
| | |||||
* | Move registration open check to before filter. | Harald Eilertsen | 2016-08-16 | 2 | -69/+101 |
| | |||||
* | Fix remaining tests. | Harald Eilertsen | 2016-08-16 | 1 | -0/+5 |
| | |||||
* | Determine if registrations are open or not from config. | Harald Eilertsen | 2016-08-16 | 1 | -12/+36 |
| | |||||
* | Reenable registration form and make tests pass. | Harald Eilertsen | 2016-08-09 | 1 | -6/+6 |
| | |||||
* | Make rspec output nicer. | Harald Eilertsen | 2015-11-21 | 1 | -18/+16 |
| | |||||
* | revert back to form if email delivery fails. | Harald Eilertsen | 2015-11-21 | 1 | -0/+30 |
| | |||||
* | Typo in spec. | Harald Eilertsen | 2015-11-21 | 1 | -1/+1 |
| | |||||
* | Sanitize filename of pdf file before creating it. | Harald Eilertsen | 2015-11-21 | 2 | -2/+21 |
| | |||||
* | Fix numbering of song forms. | Harald Eilertsen | 2015-11-01 | 1 | -0/+6 |
| | |||||
* | Include full url in sent email. | Harald Eilertsen | 2015-11-01 | 1 | -5/+12 |
| | |||||
* | Move PDF file output to public/uploads | Harald Eilertsen | 2015-10-31 | 1 | -1/+1 |
| | |||||
* | Make the form look a bit nicer again. | Harald Eilertsen | 2015-10-30 | 2 | -2/+2 |
| | | | | Made the song fields align under each other again. | ||||
* | Simplify form: Don't mess with adding songs, display them all at once. | Harald Eilertsen | 2015-10-30 | 2 | -6/+0 |
| | |||||
* | Simplify form: Just use a textarea for members. | Harald Eilertsen | 2015-10-30 | 4 | -31/+4 |
| | |||||
* | Retain member and song info on errors in form. | Harald Eilertsen | 2015-10-28 | 4 | -40/+53 |
| | |||||
* | Check against right var in spec. | Harald Eilertsen | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | Preserve info when redisplaying form on errors. | Harald Eilertsen | 2015-10-13 | 1 | -40/+38 |
| | |||||
* | Validate presence of contact info when submitting form. | Harald Eilertsen | 2015-10-10 | 2 | -10/+30 |
| | |||||
* | Reject bands with no name | Harald Eilertsen | 2015-10-10 | 2 | -14/+32 |
| | |||||
* | Don't display error message when there's no errors. | Harald Eilertsen | 2015-10-10 | 1 | -0/+4 |
| | |||||
* | Add parens to avoid some jEdit warnings. | Harald Eilertsen | 2015-10-10 | 1 | -26/+26 |
| | |||||
* | Rerender form instead of redirecting on error. | Harald Eilertsen | 2015-10-10 | 1 | -2/+1 |
| | |||||
* | Add submit form helper to specs. | Harald Eilertsen | 2015-10-06 | 2 | -0/+40 |
| | |||||
* | Test that we get an error message when submitting an empty form | Harald Eilertsen | 2015-10-06 | 1 | -21/+35 |
| | |||||
* | Remove some unnecessary requires from spec_helper.rb | Harald Eilertsen | 2015-10-06 | 1 | -3/+0 |
| | |||||
* | Move Prawn spy out to spec_helper. | Harald Eilertsen | 2015-10-06 | 2 | -8/+5 |
| | | | | | This stubs out the actual calls to prawn in all examples in the spec. We don't want to generate spurious PDF's during testing. | ||||
* | Test entering the form including javascript stuff. | Harald Eilertsen | 2015-10-06 | 1 | -0/+42 |
| | |||||
* | Install Capybara and Selenium for more advanced tests. | Harald Eilertsen | 2015-10-06 | 1 | -0/+3 |
| | |||||
* | Switch to use session to send errors back to form. | Harald Eilertsen | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | Redirect back to form and display error if no songs specified. | Harald Eilertsen | 2015-10-05 | 1 | -0/+19 |
| | |||||
* | Refactor generation of band params for test into factory. | Harald Eilertsen | 2015-10-05 | 3 | -42/+67 |
| | |||||
* | Flesh out PDF generation. | Harald Eilertsen | 2015-10-04 | 1 | -3/+5 |
| | |||||
* | Add dummy method to generate PDF from registration data. | Harald Eilertsen | 2015-10-04 | 1 | -1/+11 |
| | |||||
* | Send email to Norsk Urskog when a band is registered. | Harald Eilertsen | 2015-10-04 | 2 | -0/+18 |
| | |||||
* | Add route to handle submitted form. | Harald Eilertsen | 2015-10-03 | 1 | -1/+91 |
| | |||||
* | Transform to a Sinatra app | Harald Eilertsen | 2015-10-03 | 2 | -0/+17 |