Commit graph

269 commits

Author SHA1 Message Date
David Baldwynn 709c2c68d2 removed button on mobile view 2016-06-05 19:35:53 -07:00
David Baldwynn a11a175cf2 Merge branch 'dropdown_fix' into stage 2016-06-04 20:14:03 -07:00
David Baldwynn 5635e352c7 fixed dropdown option value bug 2016-06-04 20:13:42 -07:00
David Baldwynn 3eaf574d84 fixed corrupted character error in edit-form.directive.js 2016-06-04 19:01:39 -07:00
David Baldwynn bbd19e2977 fixed edit form 2016-06-04 17:48:49 -07:00
David Baldwynn 23c53eb365 updated ui-select fork 2016-06-04 03:53:51 -07:00
David Baldwynn 083ea1070c fixed form field validation for multiple choice and checkbox 2016-06-04 00:00:31 -07:00
David Baldwynn 5ab45b59af fixed submissions editing for form 2016-05-31 22:35:41 -07:00
David Baldwynn 0a50653def Merge branch 'customizeRating' into stage 2016-05-31 18:29:38 -07:00
David Baldwynn b2f10f50e1 added styling to textarea field 2016-05-31 18:27:56 -07:00
David Baldwynn 6eb897d775 added description to all the fields 2016-05-31 18:25:22 -07:00
David Baldwynn 7f8099f4a1 added validation for rating steps 2016-05-31 18:16:24 -07:00
David Baldwynn 6131f7de94 added multiple choice default options 2016-05-31 18:06:45 -07:00
Samuel Laulhau 859b91cc89 accept negative number 2016-05-28 16:49:37 +02:00
Peter Dave Hello 5fbc83955a
optimize png images losslessly using zopflipng 2016-05-22 15:40:10 +08:00
David Baldwynn 399de95bf4 added key-to-option back to multiplechoice template 2016-05-20 15:10:18 -07:00
David Baldwynn 220643de1e fixed multiple choice field 2016-05-20 15:08:59 -07:00
David Baldwynn 013144a7e8 added dist 2016-05-20 13:35:50 -07:00
David Baldwynn c059e0e6da added placeholder for dist directory 2016-05-20 13:11:22 -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 005db63ae8 update contact email 2016-05-18 14:40:50 -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 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 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 eaf5643dd5 added question number to form fields 2016-05-13 11:31:12 -07:00
David Baldwynn fa47643b01 added back form list view 2016-05-13 11:13:09 -07:00
David Baldwynn 83bf15c69e updated csslint and jshint 2016-05-10 10:13:20 -07:00
David Baldwynn ca0ebe8c65 got signup disabled to work 2016-05-10 00:41:10 -07:00
David Baldwynn 898f31181b got setup script to work 2016-05-10 00:25:00 -07:00
David Baldwynn 883a944c83 got setup script to work 2016-05-09 23:30:09 -07:00
David Baldwynn c6b22dc2fc Merge branch 'master' of github.com:whitef0x0/tellform 2016-04-29 02:57:25 -04:00
David Baldwynn 857b586fd7 updated files 2016-04-29 02:57:17 -04:00
David Baldwynn 3afc770153 updated eslint 2016-04-28 23:00:41 -07:00
David Baldwynn ed9eb42468 added validation and enter key bindings 2016-04-28 21:57:04 -07:00
David Baldwynn ada7880bac added form input validation 2016-04-28 20:45:00 -07:00
David Baldwynn f2211438ce fixed submitting delay 2016-04-28 20:13:37 -07:00
David Baldwynn 54971236a3 merged public/application.js 2016-04-28 20:02:16 -07:00