1057 Commits

Author SHA1 Message Date
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
4577c7d2cf exclude form’s demo, lib and dist from general build 2016-06-07 22:10:27 +02:00
Sam
7da3ab6e7c colorpicker tmp hack 2016-06-07 22:10:27 +02:00
Sam
3956d07b2a exclude form gruntfile from build 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
Sam
72cf5aa11c Merge branch 'master' of git://github.com/whitef0x0/tellform 2016-06-07 22:10:09 +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
e6660308fa fixed setup script
modified:   public/dist/application.js
	modified:   public/dist/application.min.js
2016-06-07 12:59:12 -07:00
David Baldwynn
9c06e99772 Update README.md 2016-06-07 12:44:52 -07:00
David Baldwynn
3d50c5e7c3 fixed socket.io 2016-06-07 12:43:24 -07:00
David Baldwynn
ffc615a262 fixed signup error 2016-06-07 00:59:24 -04:00
David Baldwynn
d9a7bba566 Update README.md 2016-06-06 20:36:40 -07: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
aee450df35 Update README.md 2016-06-05 20:32:26 -07:00
David Baldwynn
709c2c68d2 removed button on mobile view 2016-06-05 19:35:53 -07:00
David Baldwynn
831e489ea1 Merge pull request #102 from lalop/patch-3
submit field, 100% height
2016-06-05 08:57:04 -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
Sam
b0461abdbe Merge branch 'master' of git://github.com/whitef0x0/tellform 2016-06-05 00:48:43 +02: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
52df41a2c2 Update README.md 2016-06-02 17:32:19 -07:00
Sam
51ae7bf2e9 Merge branch 'master' of git://github.com/whitef0x0/tellform 2016-06-02 09:28:32 +02:00
David Baldwynn
5ab45b59af fixed submissions editing for form 2016-05-31 22:35:41 -07:00
David Baldwynn
ed2049395d Fixed problem with nev callback 2016-05-31 20:15:37 -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
David Baldwynn
f4844a7b2a Merge pull request #95 from lalop/patch-2
accept negative number
2016-05-28 12:33:50 -07:00
Samuel Laulhau
859b91cc89 accept negative number 2016-05-28 16:49:37 +02:00