summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'staging' into prodprodHarald Eilertsen2017-10-032-4/+11
|\
| * Update pricing infostagingHarald Eilertsen2017-10-032-4/+11
| |
* | Deploy to production from prod branch.Harald Eilertsen2017-10-031-0/+1
|/
* Deploy to staging from the staging branch.Harald Eilertsen2017-10-021-0/+1
|
* Pass entire smtp config to Mail.deliver method.Harald Eilertsen2017-10-021-1/+1
| | | | We may need to set credentials or other config in some situations.
* Don't deploy config if it exists already.Harald Eilertsen2017-10-021-2/+4
|
* Try to get better info if config can't be parsed.Harald Eilertsen2017-10-021-2/+9
|
* Fix regexp for validating phone numbers.Harald Eilertsen2017-10-021-1/+1
|
* Don't validate again when checking if valid.Harald Eilertsen2017-10-023-8/+7
| | | | Unless validation has not yet been performed, of course.
* Update registration email with more info.Harald Eilertsen2017-10-021-2/+11
|
* Expand label column slightly.Harald Eilertsen2017-10-021-1/+1
|
* Clear errors before validating again.Harald Eilertsen2017-10-021-0/+2
|
* Validate contact phone and email.Harald Eilertsen2017-10-022-4/+32
|
* Fix return link in summary after submit.Harald Eilertsen2017-10-021-1/+1
|
* Use email from config for submitting form.Harald Eilertsen2017-10-021-1/+1
|
* Update all references from 2017 to 2018.Harald Eilertsen2017-10-025-8/+8
|
* Add Procfile for running server and mailcatcher by foreman.Harald Eilertsen2017-10-021-0/+2
|
* Add test dependency to rspec-html-matchersHarald Eilertsen2017-09-103-1/+8
|
* Fix styling and markup for postcode/city inputs.Harald Eilertsen2017-09-092-4/+28
|
* Validate postcode properly.Harald Eilertsen2017-09-094-8/+62
| | | | Don't accept invalid postcodes, or postcodes containing invalid chars.
* Split contact address into street, postcode and city.Harald Eilertsen2017-09-096-13/+47
|
* Fix deploy script.Harald Eilertsen2016-09-221-2/+17
| | | | | | | | - link tmp and log dirs from shared_dir to current - create binstubs Tentative upload if init script. commented out for now, it didn't work quite as well as expected.
* Add template rc init script for freebsd.Harald Eilertsen2016-09-171-0/+31
|
* Fix specs.Harald Eilertsen2016-09-161-2/+2
|
* Add thin as explicit dependency.Harald Eilertsen2016-08-202-0/+2
|
* One more fancy double quote...Harald Eilertsen2016-08-201-1/+1
|
* Drop fancy double quotes in puma config.Harald Eilertsen2016-08-201-17/+17
|
* Ignore log files.Harald Eilertsen2016-08-201-0/+1
|
* Update staging config.Harald Eilertsen2016-08-201-1/+1
|
* Add config for puma.Harald Eilertsen2016-08-201-0/+122
|
* Upload default configuration on initial deploy.Harald Eilertsen2016-08-201-0/+18
|
* Lock deploy script to Capistrano 3.6Harald Eilertsen2016-08-201-1/+1
|
* 2016->2017 and fix one typo.Harald Eilertsen2016-08-196-9/+9
|
* Don't match before filter for /registrations_closed.Harald Eilertsen2016-08-161-1/+1
|
* Redirect to registrations closed message instead of modifying body.Harald Eilertsen2016-08-162-10/+12
|
* Move registration open check to before filter.Harald Eilertsen2016-08-163-71/+105
|
* Fix remaining tests.Harald Eilertsen2016-08-161-0/+5
|
* Move accept_registrations method to registration lib.Harald Eilertsen2016-08-162-10/+8
|
* Determine if registrations are open or not from config.Harald Eilertsen2016-08-162-13/+49
|
* Make git ignore config and generated files.Harald Eilertsen2016-08-091-0/+3
|
* Reenable registration form and make tests pass.Harald Eilertsen2016-08-092-10/+10
|
* Move form intro text into asciidoc template.Harald Eilertsen2016-08-092-82/+79
|
* Add AsciiDoctor and update other deps.Harald Eilertsen2016-08-092-48/+62
|
* Cleanup deploy scripts some more.Harald Eilertsen2016-08-092-5/+3
|
* Drop dependencies to capistrano-passenger and capistrano-rvm.Harald Eilertsen2016-08-073-12/+1
|
* Use runy version 2.3.0Harald Eilertsen2016-08-071-0/+1
|
* Close registrations for 2016Harald Eilertsen2016-02-062-3/+16
|
* Enable logging.Harald Eilertsen2016-01-011-0/+2
| | | | | Hopefully this will add some clues as to why registration fails in a log somewhere.
* Update dependencies.Harald Eilertsen2016-01-011-29/+27
|
* Make rspec output nicer.Harald Eilertsen2015-11-211-18/+16
|