summaryrefslogtreecommitdiffstats
path: root/lib/contact.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add license header to source files.HEADmasterHarald Eilertsen2018-09-211-0/+16
|
* Fix regexp for validating phone numbers.Harald Eilertsen2017-10-021-1/+1
|
* Don't validate again when checking if valid.Harald Eilertsen2017-10-021-1/+1
| | | | Unless validation has not yet been performed, of course.
* Validate contact phone and email.Harald Eilertsen2017-10-021-4/+12
|
* Validate postcode properly.Harald Eilertsen2017-09-091-8/+19
| | | | Don't accept invalid postcodes, or postcodes containing invalid chars.
* Split contact address into street, postcode and city.Harald Eilertsen2017-09-091-4/+14
|
* Validate presence of contact info when submitting form.Harald Eilertsen2015-10-101-0/+21
|
* Fix init of empty band.Harald Eilertsen2015-10-101-5/+7
|
* Add route to handle submitted form.Harald Eilertsen2015-10-031-0/+10