1
0

746 Commits

Author SHA1 Message Date
Sam
a87af3d4bc split form code 2016-06-07 22:10:27 +02:00
Sam
1c6e7fdf23 form success typo 2016-06-07 22:10:27 +02:00
Sam
ef3d059d5d translate submit button 2016-06-07 22:10:27 +02:00
Sam
f51a5db7b6 move form fields 2016-06-07 22:10:27 +02:00
Sam
3315f8133c make it work 2016-06-07 22:10:27 +02:00
Sam
45939f32ce fix star in demo 2016-06-07 22:10:27 +02:00
Sam
1efc0e2b6a translate app + add french translation 2016-06-07 22:10:27 +02:00
Sam
864f75837a export supportedFields in injector 2016-06-07 22:10:27 +02:00
Sam
7da3ab6e7c colorpicker tmp hack 2016-06-07 22:10:27 +02:00
Sam
358cb50ecd reorder dependencies 2016-06-07 22:10:27 +02:00
Sam
a1c1d04eb5 add presentation to readme 2016-06-07 22:10:27 +02:00
Sam
7f08fc0585 ignore node_modules 2016-06-07 22:10:27 +02:00
Sam
76dcceb0ac add license 2016-06-07 22:10:27 +02:00
Sam
1b2bc8e4ac demo title 2016-06-07 22:10:27 +02:00
Sam
305fa0e85f add readme 2016-06-07 22:10:27 +02:00
Sam
22cce3f6b3 add base build + demo 2016-06-07 22:10:27 +02:00
Sam
77f1f5dc43 wip 2016-06-07 22:10:27 +02:00
Sam
bdf642e9f4 add form build 2016-06-07 22:10:27 +02:00
Sam
4cd05e7f5f split form code 2016-06-07 22:10:27 +02:00
David Baldwynn
3e364b2f2e fixed merged
modified:   public/modules/forms/views/directiveViews/form/edit-submissions-form.client.view.html
2016-06-07 13:02:34 -07:00
David Baldwynn
ffc615a262 fixed signup error 2016-06-07 00:59:24 -04:00
David Baldwynn
a6f8b283e0 got clustering to work with socket.io
deleted:    dump.rdb

	modified:   config/socket.io.js
	new file:   dump.rdb
	modified:   package.json
	modified:   public/dist/application.js
	modified:   public/dist/application.min.js
	modified:   public/modules/core/services/socket.io.client.service.js
	modified:   public/modules/forms/directives/analytics-service.client.directive.js
	deleted:    dump.rdb
2016-06-06 19:54:44 -07:00
David Baldwynn
dfb51d8117 added built dist 2016-06-06 18:11:19 -07:00
David Baldwynn
20634f8f19 added analytics 2016-06-06 18:08:46 -07:00
David Baldwynn
709c2c68d2 removed button on mobile view 2016-06-05 19:35:53 -07:00
Samuel Laulhau
4f032b16fc submit field, 100% height
this should fix #99
2016-06-05 13:12:35 +02: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
32335e349e Update edit-submissions-form.client.view.html 2016-06-04 04:16:52 -07:00
David Baldwynn
c847cb2828 updated margins to fix submit button margin error 2016-06-04 04:13:48 -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