Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move accept_registrations method to registration lib. | Harald Eilertsen | 2016-08-16 | 1 | -10/+1 |
| | |||||
* | Determine if registrations are open or not from config. | Harald Eilertsen | 2016-08-16 | 1 | -1/+13 |
| | |||||
* | Reenable registration form and make tests pass. | Harald Eilertsen | 2016-08-09 | 1 | -4/+4 |
| | |||||
* | Close registrations for 2016 | Harald Eilertsen | 2016-02-06 | 1 | -3/+4 |
| | |||||
* | Enable logging. | Harald Eilertsen | 2016-01-01 | 1 | -0/+2 |
| | | | | | Hopefully this will add some clues as to why registration fails in a log somewhere. | ||||
* | revert back to form if email delivery fails. | Harald Eilertsen | 2015-11-21 | 1 | -0/+3 |
| | |||||
* | Include full url in sent email. | Harald Eilertsen | 2015-11-01 | 1 | -2/+2 |
| | |||||
* | Include url to generated pdf in email. | Harald Eilertsen | 2015-11-01 | 1 | -2/+3 |
| | |||||
* | Move PDF file output to public/uploads | Harald Eilertsen | 2015-10-31 | 1 | -1/+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 | 1 | -2/+3 |
| | |||||
* | Add support for configuring contact email without hardcoding it. | Harald Eilertsen | 2015-10-30 | 1 | -0/+2 |
| | |||||
* | Remove ajax code for adding songs/members. | Harald Eilertsen | 2015-10-30 | 1 | -8/+0 |
| | |||||
* | Simplify form: Don't mess with adding songs, display them all at once. | Harald Eilertsen | 2015-10-30 | 1 | -0/+1 |
| | |||||
* | Retain member and song info on errors in form. | Harald Eilertsen | 2015-10-28 | 1 | -2/+2 |
| | |||||
* | Rerender form instead of redirecting on error. | Harald Eilertsen | 2015-10-10 | 1 | -3/+1 |
| | |||||
* | Use ajax to get member and song subforms. | Harald Eilertsen | 2015-10-09 | 1 | -0/+8 |
| | | | | | 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. | ||||
* | Create empty band on GET index | Harald Eilertsen | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | Explicitly require tilt/erb to get rid of thread safety warning in specs. | Harald Eilertsen | 2015-10-06 | 1 | -0/+1 |
| | |||||
* | Switch to use session to send errors back to form. | Harald Eilertsen | 2015-10-05 | 1 | -3/+5 |
| | |||||
* | Redirect back to form and display error if no songs specified. | Harald Eilertsen | 2015-10-05 | 1 | -3/+12 |
| | |||||
* | Add dummy method to generate PDF from registration data. | Harald Eilertsen | 2015-10-04 | 1 | -0/+1 |
| | |||||
* | Send email to Norsk Urskog when a band is registered. | Harald Eilertsen | 2015-10-04 | 1 | -2/+2 |
| | |||||
* | Add route to handle submitted form. | Harald Eilertsen | 2015-10-03 | 1 | -0/+10 |
| | |||||
* | Transform to a Sinatra app | Harald Eilertsen | 2015-10-03 | 1 | -0/+10 |