summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix flow of text that wraps to the next line in fields in the PDFHarald Eilertsen2015-10-311-19/+12
|
* Don't include songs without any title in the PDF.Harald Eilertsen2015-10-311-7/+9
|
* Move PDF file output to public/uploadsHarald Eilertsen2015-10-316-8/+12
|
* Make PDF rendering a bit nicer, and update member listing.Harald Eilertsen2015-10-313-31/+22
|
* TypoHarald Eilertsen2015-10-311-1/+1
|
* Link config file into app.Harald Eilertsen2015-10-311-3/+1
|
* Disable sessions, we don't need them.Harald Eilertsen2015-10-301-1/+0
|
* Replace home grown config with sinatra-config-fileHarald Eilertsen2015-10-305-17/+16
|
* Add guiding help text to form.Harald Eilertsen2015-10-303-12/+49
|
* Add support for configuring contact email without hardcoding it.Harald Eilertsen2015-10-302-0/+16
|
* Move "required" mark before label in fields.Harald Eilertsen2015-10-301-2/+3
|
* Display the correct year.Harald Eilertsen2015-10-302-2/+2
|
* Make the form look a bit nicer again.Harald Eilertsen2015-10-304-29/+27
| | | | Made the song fields align under each other again.
* Remove ajax code for adding songs/members.Harald Eilertsen2015-10-302-29/+0
|
* Simplify form: Don't mess with adding songs, display them all at once.Harald Eilertsen2015-10-304-10/+3
|
* Simplify form: Just use a textarea for members.Harald Eilertsen2015-10-308-67/+13
|
* Time input field is unsuitable for song length.Harald Eilertsen2015-10-301-1/+1
|
* Don't break lines between label and input field.Harald Eilertsen2015-10-301-0/+5
|
* Fix missing slash in XMLHttpRequest URLs.Harald Eilertsen2015-10-301-2/+2
|
* Use base location when creating URL for XMLHttpRequests.Harald Eilertsen2015-10-301-2/+2
|
* Change layout of song subform.Harald Eilertsen2015-10-303-40/+59
|
* Move add member button above member fields.Harald Eilertsen2015-10-281-1/+3
|
* Nicer styling of member add/delete buttonsHarald Eilertsen2015-10-281-0/+23
|
* Horizontal layout for membersHarald Eilertsen2015-10-281-13/+13
|
* Retain member and song info on errors in form.Harald Eilertsen2015-10-2810-66/+94
|
* Drop dependency on jQuery.Harald Eilertsen2015-10-282-14/+23
| | | | Hopefully XMLHttpRequest is supported and standardised enough to work accross browsers now.
* Check against right var in spec.Harald Eilertsen2015-10-151-1/+1
|
* Update deploy script to fetch from github repo.Harald Eilertsen2015-10-151-1/+1
|
* Add licenseHarald Eilertsen2015-10-151-0/+661
|
* Add capistrano for deploymentHarald Eilertsen2015-10-156-0/+140
|
* Preserve info when redisplaying form on errors.Harald Eilertsen2015-10-132-49/+50
|
* Validate presence of contact info when submitting form.Harald Eilertsen2015-10-104-10/+53
|
* Reject bands with no nameHarald Eilertsen2015-10-103-14/+36
|
* Don't display error message when there's no errors.Harald Eilertsen2015-10-103-1/+9
|
* Add parens to avoid some jEdit warnings.Harald Eilertsen2015-10-101-26/+26
|
* Upgrade jQueryHarald Eilertsen2015-10-101-1/+1
|
* Fix init of empty band.Harald Eilertsen2015-10-102-7/+10
|
* Rerender form instead of redirecting on error.Harald Eilertsen2015-10-102-5/+2
|
* Use ajax to get member and song subforms.Harald Eilertsen2015-10-094-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 Eilertsen2015-10-062-0/+40
|
* In layout, display errors directly from @band.errorsHarald Eilertsen2015-10-061-3/+3
|
* Create empty band on GET indexHarald Eilertsen2015-10-061-1/+1
|
* Allow creation of bands with no params.Harald Eilertsen2015-10-061-18/+21
|
* Test that we get an error message when submitting an empty formHarald Eilertsen2015-10-062-23/+39
|
* Explicitly require tilt/erb to get rid of thread safety warning in specs.Harald Eilertsen2015-10-061-0/+1
|
* Remove some unnecessary requires from spec_helper.rbHarald Eilertsen2015-10-061-3/+0
|
* Move Prawn spy out to spec_helper.Harald Eilertsen2015-10-062-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 Eilertsen2015-10-063-32/+74
|
* Install Capybara and Selenium for more advanced tests.Harald Eilertsen2015-10-063-0/+29
|
* Switch to use session to send errors back to form.Harald Eilertsen2015-10-052-3/+6
|