Commit graph

108 commits

Author SHA1 Message Date
José Luis Di Biase d1f3e5f74a match jshintrc config
Signed-off-by: José Luis Di Biase <josx@interorganic.com.ar>
2017-06-23 14:54:28 -03:00
David Baldwynn e8edee2e2d Update analytics-service.client.directive.js 2017-04-22 19:14:43 -07:00
David Baldwynn f7431e43f8 Update analytics-service.client.directive.js 2017-04-20 23:09:40 -07:00
David Baldwynn 153e69a90c Update analytics-service.client.directive.js 2017-04-20 21:38:37 -07:00
David Baldwynn d02573cc0a
readded modification for multichoice and rating inputs 2017-03-12 21:19:41 -07:00
David Baldwynn 52632f3328 fixed autosaving bug 2016-11-02 12:35:01 -07:00
David Baldwynn 6d65599963 made jsonip https 2016-06-21 00:49:21 -07:00
David Baldwynn afeb7aaf2a added analytics dashboard 2016-06-17 14:51:17 -07:00
David Baldwynn 26b2fafc3d created basic analytics dashboard 2016-06-17 14:33:33 -07:00
David Baldwynn 3cd4c2395c merged 2016-06-07 14:30:15 -07:00
David Baldwynn a8530472d5 merged 2016-06-07 14:22:20 -07:00
Sam 4cd05e7f5f split form code 2016-06-07 22:10:27 +02: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 20634f8f19 added analytics 2016-06-06 18:08:46 -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 0a50653def Merge branch 'customizeRating' into stage 2016-05-31 18:29:38 -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
David Baldwynn 220643de1e fixed multiple choice field 2016-05-20 15:08:59 -07:00
David Baldwynn d97312c2b8 fixed jslint errors 2016-05-20 12:41:18 -07:00
David Baldwynn 349b7bf3fb fixed issues with dropdown halfway 2016-05-19 21:38:05 -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 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 83bf15c69e updated csslint and jshint 2016-05-10 10:13:20 -07: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 1279314299 got pdf conversion working 2016-04-28 19:48:02 -07:00
David Baldwynn 10f26db043 fixed visible form fields display bug 2016-04-22 15:46:58 -04:00
David Baldwynn a5776c6dc8 fixed editform field title bug 2016-04-22 15:36:34 -04:00
David Baldwynn 47c02cdc2b refactored number field 2016-04-21 21:22:52 -04:00
David Baldwynn c84e90483e fixed input focusing bug 2016-04-21 19:48:59 -04:00
David Baldwynn 7e40886bb3 added loading indicator to submit form button 2016-04-21 13:00:01 -04:00
David Baldwynn ae3337f150 fixed statement button nextField bug 2016-04-21 12:21:05 -04:00
David Baldwynn 40a1cedf42 added scrolling focus to form submit view 2016-04-21 12:10:12 -04:00
David Baldwynn 822ff0df5c fixed answered count 2016-04-20 13:32:18 -04:00