Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move PDF file output to public/uploads | Harald Eilertsen | 2015-10-31 | 6 | -8/+12 |
| | |||||
* | Make PDF rendering a bit nicer, and update member listing. | Harald Eilertsen | 2015-10-31 | 3 | -31/+22 |
| | |||||
* | Typo | Harald Eilertsen | 2015-10-31 | 1 | -1/+1 |
| | |||||
* | Link config file into app. | Harald Eilertsen | 2015-10-31 | 1 | -3/+1 |
| | |||||
* | Disable sessions, we don't need them. | Harald Eilertsen | 2015-10-30 | 1 | -1/+0 |
| | |||||
* | Replace home grown config with sinatra-config-file | Harald Eilertsen | 2015-10-30 | 5 | -17/+16 |
| | |||||
* | Add guiding help text to form. | Harald Eilertsen | 2015-10-30 | 3 | -12/+49 |
| | |||||
* | Add support for configuring contact email without hardcoding it. | Harald Eilertsen | 2015-10-30 | 2 | -0/+16 |
| | |||||
* | Move "required" mark before label in fields. | Harald Eilertsen | 2015-10-30 | 1 | -2/+3 |
| | |||||
* | 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 | 4 | -29/+27 |
| | | | | Made the song fields align under each other again. | ||||
* | Remove ajax code for adding songs/members. | Harald Eilertsen | 2015-10-30 | 2 | -29/+0 |
| | |||||
* | Simplify form: Don't mess with adding songs, display them all at once. | Harald Eilertsen | 2015-10-30 | 4 | -10/+3 |
| | |||||
* | Simplify form: Just use a textarea for members. | Harald Eilertsen | 2015-10-30 | 8 | -67/+13 |
| | |||||
* | Time input field is unsuitable for song length. | Harald Eilertsen | 2015-10-30 | 1 | -1/+1 |
| | |||||
* | Don't break lines between label and input field. | Harald Eilertsen | 2015-10-30 | 1 | -0/+5 |
| | |||||
* | Fix missing slash in XMLHttpRequest URLs. | Harald Eilertsen | 2015-10-30 | 1 | -2/+2 |
| | |||||
* | Use base location when creating URL for XMLHttpRequests. | Harald Eilertsen | 2015-10-30 | 1 | -2/+2 |
| | |||||
* | Change layout of song subform. | Harald Eilertsen | 2015-10-30 | 3 | -40/+59 |
| | |||||
* | Move add member button above member fields. | Harald Eilertsen | 2015-10-28 | 1 | -1/+3 |
| | |||||
* | Nicer styling of member add/delete buttons | Harald Eilertsen | 2015-10-28 | 1 | -0/+23 |
| | |||||
* | 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 | 10 | -66/+94 |
| | |||||
* | Drop dependency on jQuery. | Harald Eilertsen | 2015-10-28 | 2 | -14/+23 |
| | | | | Hopefully XMLHttpRequest is supported and standardised enough to work accross browsers now. | ||||
* | Check against right var in spec. | Harald Eilertsen | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | Update deploy script to fetch from github repo. | Harald Eilertsen | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | Add license | Harald Eilertsen | 2015-10-15 | 1 | -0/+661 |
| | |||||
* | Add capistrano for deployment | Harald Eilertsen | 2015-10-15 | 6 | -0/+140 |
| | |||||
* | Preserve info when redisplaying form on errors. | Harald Eilertsen | 2015-10-13 | 2 | -49/+50 |
| | |||||
* | Validate presence of contact info when submitting form. | Harald Eilertsen | 2015-10-10 | 4 | -10/+53 |
| | |||||
* | Reject bands with no name | Harald Eilertsen | 2015-10-10 | 3 | -14/+36 |
| | |||||
* | Don't display error message when there's no errors. | Harald Eilertsen | 2015-10-10 | 3 | -1/+9 |
| | |||||
* | Add parens to avoid some jEdit warnings. | Harald Eilertsen | 2015-10-10 | 1 | -26/+26 |
| | |||||
* | Upgrade jQuery | Harald Eilertsen | 2015-10-10 | 1 | -1/+1 |
| | |||||
* | Fix init of empty band. | Harald Eilertsen | 2015-10-10 | 2 | -7/+10 |
| | |||||
* | Rerender form instead of redirecting on error. | Harald Eilertsen | 2015-10-10 | 2 | -5/+2 |
| | |||||
* | Use ajax to get member and song subforms. | Harald Eilertsen | 2015-10-09 | 4 | -48/+87 |
| | | | | | 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. | ||||
* | Add submit form helper to specs. | Harald Eilertsen | 2015-10-06 | 2 | -0/+40 |
| | |||||
* | In layout, display errors directly from @band.errors | Harald Eilertsen | 2015-10-06 | 1 | -3/+3 |
| | |||||
* | Create empty band on GET index | Harald Eilertsen | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | Allow creation of bands with no params. | Harald Eilertsen | 2015-10-06 | 1 | -18/+21 |
| | |||||
* | Test that we get an error message when submitting an empty form | Harald Eilertsen | 2015-10-06 | 2 | -23/+39 |
| | |||||
* | Explicitly require tilt/erb to get rid of thread safety warning in specs. | Harald Eilertsen | 2015-10-06 | 1 | -0/+1 |
| | |||||
* | 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 | 3 | -32/+74 |
| | |||||
* | Install Capybara and Selenium for more advanced tests. | Harald Eilertsen | 2015-10-06 | 3 | -0/+29 |
| | |||||
* | Switch to use session to send errors back to form. | Harald Eilertsen | 2015-10-05 | 2 | -3/+6 |
| | |||||
* | Redirect back to form and display error if no songs specified. | Harald Eilertsen | 2015-10-05 | 5 | -6/+71 |
| | |||||
* | Refactor generation of band params for test into factory. | Harald Eilertsen | 2015-10-05 | 3 | -42/+67 |
| |