Commit graph

516 commits

Author SHA1 Message Date
David Baldwynn b29b0a9e82 fixed logging out of control size bug 2017-07-20 19:09:21 -04:00
Leo Orellana 1a98ca25c3 Replace hardcoded strings with {{ 'strings' | translate }} on placeholders. Add spanish translations 2017-07-14 16:49:22 -03:00
Leo Orellana 2e172213c4 Replace hardcoded strings with {{ 'strings' | translate }} on templates. Add spanish translations 2017-07-12 17:31:04 -03:00
David Baldwynn e6b9f83494 Merge pull request #184 from Cambalab/jshint
Match code style to jshint config
2017-07-05 14:57:31 -07:00
David Baldwynn f33793d9cb Merge pull request #186 from Cambalab/html2js_forms
Ffix error on running Html2js grunt task
2017-07-05 14:57:22 -07:00
David Baldwynn c438991741 Merge pull request #189 from Cambalab/css-lint-errors
fix css lint errors
2017-07-05 14:56:58 -07:00
José Luis Di Biase e256e63222 Spanish translation
Signed-off-by: José Luis Di Biase <josx@interorganic.com.ar>
2017-06-30 17:31:40 -03:00
Alina Ryba 3c830637a7 fix css lint errors 2017-06-27 14:58:07 -03:00
José Luis Di Biase cf00b8357e Fix warning on html2js grunt tasks
Signed-off-by: José Luis Di Biase <josx@interorganic.com.ar>
2017-06-23 15:21:46 -03:00
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 0871c70788
got angular unit tests to pass 2017-04-23 13:12:07 -07:00
David Baldwynn a0ef4ba55a Delete auto-save.client.directive.js 2017-04-22 20:50:49 -07:00
David Baldwynn bf97f95175 Update edit-form.client.view.html 2017-04-22 20:49:49 -07:00
David Baldwynn 43365fb3fc Removed unused $timeout dependency from on-finish-render.client.directive.js 2017-04-22 20:48:28 -07:00
David Baldwynn 43ce29c839 Update edit-submissions-form.client.directive.js 2017-04-22 20:01:03 -07:00
David Baldwynn efb6fa6d7f Refactored time-counter.client.service.js 2017-04-22 19:54:56 -07:00
David Baldwynn 50086c9c53 Removed unused vars from list-forms.client.controller.test.js 2017-04-22 19:52:40 -07:00
David Baldwynn c09c8ee473 Removed unused var from public/config.js 2017-04-22 19:47:26 -07:00
David Baldwynn b494b50ed5 Refactored menus.client.service.js 2017-04-22 19:38:37 -07:00
David Baldwynn 8122044a51 Removed unused variable from home.client.controller.test.js 2017-04-22 19:33:11 -07:00
David Baldwynn ddb7e68836 Removed unused variables in on-finish-render.client.directive.test.js 2017-04-22 19:32:06 -07:00
David Baldwynn a2ca435a8d Refactored submit-form.client.service.js 2017-04-22 19:30:40 -07:00
David Baldwynn ac91913501 Refactored subdomain.client.service.js 2017-04-22 19:28:30 -07:00
David Baldwynn 35f0290a2f Fixed codacy problems in forms/base/services/socket.io.client.js 2017-04-22 19:15:53 -07:00
David Baldwynn e8edee2e2d Update analytics-service.client.directive.js 2017-04-22 19:14:43 -07:00
David Baldwynn 3c38c66eb1
added all-contributors to package.json scripts 2017-04-22 16:31:44 -07:00
David Baldwynn f7431e43f8 Update analytics-service.client.directive.js 2017-04-20 23:09:40 -07:00
David Baldwynn 8e8a3bfdcc Update edit-submissions-form.client.directive.js 2017-04-20 21:57:41 -07:00
David Baldwynn 8e7533aa81 Update socket.io.client.service.js 2017-04-20 21:45:26 -07:00
David Baldwynn d5072d5ac2 Update socket.io.client.service.js 2017-04-20 21:44:09 -07:00
David Baldwynn 153e69a90c Update analytics-service.client.directive.js 2017-04-20 21:38:37 -07:00
David Baldwynn ee1b82b424 Fixed JSON errors in swagger.json 2017-04-20 21:36:40 -07:00
David Baldwynn 280d7ef579 Removed console.log in socket.io.client.service.js 2017-04-20 21:28:00 -07:00
David Baldwynn f4342f68a2 Fixed not defined error in eslint in socket.io.client.service.js 2017-04-20 21:26:51 -07:00
David Baldwynn cecbcf3b90 Update socket.io.client.service.js 2017-04-20 21:24:53 -07:00
David Baldwynn cc1b0bdf98 Update socket.io.client.service.js 2017-04-20 21:23:21 -07:00
David Baldwynn 27b8aad4af Removed unreachable return statement in menus.client.service.js 2017-04-20 21:15:43 -07:00
David Baldwynn 9be287b8a8
added js-yaml to form dependencies 2017-04-11 04:04:48 -07:00
David Baldwynn 74019318b3
updated favicon 2017-04-11 04:01:16 -07:00
David Baldwynn 1ec65b6158
added loading animation to forms 2017-04-11 03:32:18 -07:00
David Baldwynn 005ed4c820
Merge branch 'master' of https://github.com/whitef0x0/tellform 2017-04-11 00:12:00 -07:00
David Baldwynn e64389d42e
sped up form rendering 2017-04-11 00:10:36 -07:00
David Baldwynn 6b78c7b00b got rid of extra '(' in embed view 2017-04-10 21:01:40 -04:00
David Baldwynn 62b92d3f7f got socketio to work 2017-04-10 20:48:16 -04:00
David Baldwynn 3f20bcf712
fixed form preview issues 2017-04-10 17:36:24 -07:00
David Baldwynn 0f1dcc89e0
fixed reset password 2017-03-30 15:14:19 -07:00
David Baldwynn 567e876cfd
fixed socketURL bug 2017-03-27 17:44:47 -07:00
David Baldwynn 7606fb567a
fixed actualFormUrl for subdomains disabled case 2017-03-27 17:20:40 -07:00
David Baldwynn c7b1b2fc94
updated ecosystem.json 2017-03-27 17:12:01 -07:00
David Baldwynn 86c9c45670
got forms to work without subdomains 2017-03-27 17:04:03 -07:00