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
|
10698e4700
|
fixed dropdown ux errors
|
2016-05-20 15:39:14 -04: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 |
|
Sam
|
64781a42c2
|
merge
|
2016-05-19 18:48:43 +02: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 |
|
Sam
|
d91d9b11d3
|
Merge branch 'master' of git://github.com/whitef0x0/tellform
|
2016-05-13 12:30:05 +03:00 |
|
David Baldwynn
|
392a457001
|
Update README.md
|
2016-05-12 17:00:42 -07:00 |
|
Sam
|
10341333f0
|
Merge branch 'master' of git://github.com/whitef0x0/tellform
|
2016-05-11 17:10:55 +03: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 |
|
David Baldwynn
|
76a01e5f05
|
Merge branch 'master' of github.com:whitef0x0/tellform
|
2016-05-10 01:07:46 -07:00 |
|
David Baldwynn
|
7065a4a37a
|
fixed signup_disabled in setup script
|
2016-05-10 01:07:36 -07:00 |
|
David Baldwynn
|
6d541995e6
|
Update README.md
|
2016-05-10 00:56:58 -07:00 |
|
David Baldwynn
|
ca0ebe8c65
|
got signup disabled to work
|
2016-05-10 00:41:10 -07:00 |
|
David Baldwynn
|
d6cf0e1b8f
|
Merge branch 'master' of github.com:whitef0x0/tellform
|
2016-05-10 00:25:19 -07:00 |
|