Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update pricing infostaging | Harald Eilertsen | 2017-10-03 | 2 | -4/+11 |
| | |||||
* | Don't validate again when checking if valid. | Harald Eilertsen | 2017-10-02 | 1 | -1/+1 |
| | | | | Unless validation has not yet been performed, of course. | ||||
* | Update registration email with more info. | Harald Eilertsen | 2017-10-02 | 1 | -2/+11 |
| | |||||
* | Fix return link in summary after submit. | Harald Eilertsen | 2017-10-02 | 1 | -1/+1 |
| | |||||
* | Update all references from 2017 to 2018. | Harald Eilertsen | 2017-10-02 | 4 | -4/+4 |
| | |||||
* | Fix styling and markup for postcode/city inputs. | Harald Eilertsen | 2017-09-09 | 1 | -3/+4 |
| | |||||
* | Split contact address into street, postcode and city. | Harald Eilertsen | 2017-09-09 | 1 | -3/+19 |
| | |||||
* | 2016->2017 and fix one typo. | Harald Eilertsen | 2016-08-19 | 5 | -5/+5 |
| | |||||
* | Move form intro text into asciidoc template. | Harald Eilertsen | 2016-08-09 | 2 | -82/+79 |
| | |||||
* | Close registrations for 2016 | Harald Eilertsen | 2016-02-06 | 1 | -0/+12 |
| | |||||
* | Use numbered list for songs in submitted page. | Harald Eilertsen | 2015-11-01 | 1 | -2/+2 |
| | |||||
* | Add link to go back to main site from submitted page. | Harald Eilertsen | 2015-11-01 | 1 | -0/+5 |
| | |||||
* | Fix numbering of song forms. | Harald Eilertsen | 2015-11-01 | 1 | -1/+1 |
| | |||||
* | Include url to generated pdf in email. | Harald Eilertsen | 2015-11-01 | 1 | -0/+7 |
| | |||||
* | Don't list songs with no title in submitted view. | Harald Eilertsen | 2015-11-01 | 1 | -1/+1 |
| | |||||
* | Typo | Harald Eilertsen | 2015-10-31 | 1 | -1/+1 |
| | |||||
* | Replace home grown config with sinatra-config-file | Harald Eilertsen | 2015-10-30 | 1 | -1/+1 |
| | |||||
* | Add guiding help text to form. | Harald Eilertsen | 2015-10-30 | 2 | -6/+42 |
| | |||||
* | Display the correct year. | Harald Eilertsen | 2015-10-30 | 2 | -2/+2 |
| | |||||
* | Make the form look a bit nicer again. | Harald Eilertsen | 2015-10-30 | 1 | -26/+25 |
| | | | | 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 | 1 | -4/+2 |
| | |||||
* | Simplify form: Just use a textarea for members. | Harald Eilertsen | 2015-10-30 | 2 | -21/+7 |
| | |||||
* | Time input field is unsuitable for song length. | Harald Eilertsen | 2015-10-30 | 1 | -1/+1 |
| | |||||
* | Change layout of song subform. | Harald Eilertsen | 2015-10-30 | 2 | -32/+34 |
| | |||||
* | Move add member button above member fields. | Harald Eilertsen | 2015-10-28 | 1 | -1/+3 |
| | |||||
* | Horizontal layout for members | Harald Eilertsen | 2015-10-28 | 1 | -13/+13 |
| | |||||
* | Retain member and song info on errors in form. | Harald Eilertsen | 2015-10-28 | 3 | -13/+22 |
| | |||||
* | Drop dependency on jQuery. | Harald Eilertsen | 2015-10-28 | 1 | -1/+0 |
| | | | | Hopefully XMLHttpRequest is supported and standardised enough to work accross browsers now. | ||||
* | Preserve info when redisplaying form on errors. | Harald Eilertsen | 2015-10-13 | 1 | -9/+12 |
| | |||||
* | Don't display error message when there's no errors. | Harald Eilertsen | 2015-10-10 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery | Harald Eilertsen | 2015-10-10 | 1 | -1/+1 |
| | |||||
* | Use ajax to get member and song subforms. | Harald Eilertsen | 2015-10-09 | 2 | -0/+71 |
| | | | | | This instead of hard coding them in javascript. We will need the forms as ruby/erb templates anyways so no need to keep them two places. | ||||
* | In layout, display errors directly from @band.errors | Harald Eilertsen | 2015-10-06 | 1 | -3/+3 |
| | |||||
* | Test entering the form including javascript stuff. | Harald Eilertsen | 2015-10-06 | 1 | -18/+18 |
| | |||||
* | Redirect back to form and display error if no songs specified. | Harald Eilertsen | 2015-10-05 | 1 | -0/+11 |
| | |||||
* | Fix submitted view. | Harald Eilertsen | 2015-10-04 | 1 | -2/+2 |
| | |||||
* | Add route to handle submitted form. | Harald Eilertsen | 2015-10-03 | 2 | -1/+41 |
| | |||||
* | Separate out page header and boiler plate into layout. | Harald Eilertsen | 2015-10-03 | 2 | -12/+13 |
| | |||||
* | Transform to a Sinatra app | Harald Eilertsen | 2015-10-03 | 1 | -0/+94 |