Commit graph

535 commits

Author SHA1 Message Date
David Baldwynn 013144a7e8 added dist 2016-05-20 13:35:50 -07:00
David Baldwynn 259fbf5a14 Merge branch 'stage' of github.com:whitef0x0/tellform into stage 2016-05-20 13:33:31 -07:00
David Baldwynn b6454d66f9 updated .gitignore 2016-05-20 13:33:20 -07:00
David Baldwynn 64bc879f83 fixed ecosystem.json parsing errors 2016-05-20 13:33:08 -07:00
David Baldwynn 5eb5a8b44c fixed ecosystem.json parsing errors 2016-05-20 13:31:04 -07:00
David Baldwynn e41e4fb443 make app crash when uncaughtException 2016-05-20 13:28:27 -07:00
David Baldwynn 7e356cd5d4 removed bower install from ecosystem.json 2016-05-20 13:16:25 -07:00
David Baldwynn a683ed23da updated ecosystem.json 2016-05-20 13:13:10 -07:00
David Baldwynn c059e0e6da added placeholder for dist directory 2016-05-20 13:11:22 -07:00
David Baldwynn b2d7ac57c2 finally got pm2 deploy to work 2016-05-20 13:09:17 -07:00
David Baldwynn 1e0f6a172f readded ecosystem.json 2016-05-20 13:08:03 -07:00
David Baldwynn 6627ba84d1 updated gitignore
modified:   .gitignore
2016-05-20 13:04:33 -07:00
David Baldwynn e8208b085a added ecosystem.json to .gitignore 2016-05-20 12:52:18 -07:00
David Baldwynn e9f86a9c62 updated .gitignore to ignore generated files
modified:   config/env/production.js

	modified:   .gitignore
	modified:   config/env/production.js

	modified:   .gitignore
	modified:   config/env/production.js

	modified:   .gitignore
	modified:   config/env/production.js
	deleted:    public/dist/application.js
	deleted:    public/dist/application.min.css
	deleted:    public/dist/application.min.js
	modified:   public/modules/forms/css/form.css
	modified:   public/modules/forms/directives/auto-save.client.directive.js
	modified:   public/modules/forms/directives/key-to-option.client.directive.js
	modified:   public/modules/forms/directives/submit-form.client.directive.js
	modified:   public/modules/forms/views/directiveViews/field/dropdown.html
2016-05-20 12:50:05 -07:00
David Baldwynn d97312c2b8 fixed jslint errors 2016-05-20 12:41:18 -07:00
David Baldwynn 4dd0cf0a33 added build 2016-05-19 21:41:12 -07:00
David Baldwynn 349b7bf3fb fixed issues with dropdown halfway 2016-05-19 21:38:05 -07:00
David Baldwynn 4bc3d163cf reverted to no ssl 2016-05-19 16:17:41 -07:00
David Baldwynn 2d864577d4 Merge branch 'master' of github.com:whitef0x0/tellform 2016-05-19 16:02:05 -07:00
David Baldwynn aa3e31903b updated production email 2016-05-19 16:01:55 -07:00
David Baldwynn 0fc28a8f05 Update README.md 2016-05-18 16:29:59 -07:00
David Baldwynn 9baaa0b994 Update README.md 2016-05-18 16:12:08 -07:00
David Baldwynn 005db63ae8 update contact email 2016-05-18 14:40:50 -07:00
David Baldwynn bd4d1e2648 added workaround bug for nodemailer 2016-05-18 14:35:40 -07:00
David Baldwynn 2483868aad updated config env vars 2016-05-18 14:30:57 -07:00
David Baldwynn 791895fb93 fixed signup bug 2016-05-18 14:23:01 -07:00
David Baldwynn d10679aeac fixed signup disabled 2016-05-17 04:38:42 -07:00
David Baldwynn 0d03decee4 update admin-form view 2016-05-17 04:27:43 -07:00
David Baldwynn adbdbc85ae removed √ from public form template 2016-05-16 18:55:40 -07:00
David Baldwynn e787630032 fixed html parsing error in rating field 2016-05-16 18:53:17 -07:00
David Baldwynn e6232e467f fixed form field dragging bug 2016-05-16 18:27:37 -07:00
David Baldwynn f8f934f7b0 fixed exportTo for form submissions 2016-05-16 17:47:34 -07:00
David Baldwynn ac73db734b added submit validation message 2016-05-16 17:30:20 -07:00
David Baldwynn 690865fa08 fixed angular page permissions bug 2016-05-16 15:26:10 -07:00
David Baldwynn 62b83ea4c8 updated bower 2016-05-13 20:51:01 -07:00
David Baldwynn 21e8204063 updated angular-input-stars bower dep 2016-05-13 19:11:47 -07:00
David Baldwynn 0dfcb0b443 got keyboard controls working for yes/no, legal statement and multiple choice
modified:   public/dist/application.js
	modified:   public/dist/application.min.js
	deleted:    public/modules/forms/directives/on-key-press.js

	modified:   public/dist/application.js
	modified:   public/dist/application.min.js
	new file:   public/modules/forms/directives/key-to-option.client.directive.js
	new file:   public/modules/forms/directives/key-to-truthy.client.directive.js
	deleted:    public/modules/forms/directives/on-key-press.client.directive.js
	modified:   public/modules/forms/views/directiveViews/field/legal.html
	modified:   public/modules/forms/views/directiveViews/field/radio.html
	modified:   public/modules/forms/views/directiveViews/field/rating.html
	modified:   public/modules/forms/views/directiveViews/field/yes_no.html
2016-05-13 18:57:27 -07:00
David Baldwynn 86580351d7 changed enter to shift+enter for textarea newline 2016-05-13 17:35:52 -07:00
David Baldwynn 09b14ffc6d made form submit view more mobile friendly/responsive 2016-05-13 17:24:56 -07:00
David Baldwynn f49be263d4 got scrolling to work for dropdown 2016-05-13 17:01:49 -07:00
David Baldwynn daac8bba77 Merge branch 'master' of github.com:whitef0x0/tellform 2016-05-13 16:54:59 -07:00
David Baldwynn 29dc7da106 got scrolling to work for rating 2016-05-13 16:54:34 -07:00
David Baldwynn d1cd1dc29a got legal field to scroll
modified:   public/dist/application.js
	modified:   public/dist/application.min.js
	modified:   public/modules/forms/directives/on-enter-key.client.directive.js
	modified:   public/modules/forms/directives/on-key-press.client.directive.js
	modified:   public/modules/forms/directives/submit-form.client.directive.js
	modified:   public/modules/forms/views/directiveViews/field/date.html
	modified:   public/modules/forms/views/directiveViews/field/dropdown.html
	modified:   public/modules/forms/views/directiveViews/field/legal.html
	modified:   public/modules/forms/views/directiveViews/field/radio.html
	modified:   public/modules/forms/views/directiveViews/field/rating.html
	modified:   public/modules/forms/views/directiveViews/field/textarea.html
	modified:   public/modules/forms/views/directiveViews/form/submit-form.client.view.html
2016-05-13 16:44:59 -07:00
David Baldwynn 79333b2757 Update README.md 2016-05-13 15:34:53 -07:00
David Baldwynn eaf5643dd5 added question number to form fields 2016-05-13 11:31:12 -07:00
David Baldwynn 2b41bdf647 Merge branch 'master' of github.com:whitef0x0/tellform 2016-05-13 11:13:17 -07:00
David Baldwynn fa47643b01 added back form list view 2016-05-13 11:13:09 -07:00
David Baldwynn 392a457001 Update README.md 2016-05-12 17:00:42 -07:00
David Baldwynn 08fc884ae2 Update README.md 2016-05-10 19:44:33 -07:00
David Baldwynn 83bf15c69e updated csslint and jshint 2016-05-10 10:13:20 -07:00