Commit graph

83 commits

Author SHA1 Message Date
David Baldwynn 8d3e605261 fixed create new form bug 2017-11-20 18:30:16 -08:00
David Baldwynn 5ad2875378 fixed icon bug on field dragging 2017-11-19 22:42:59 -08:00
David Baldwynn e01b4d53e3 disabled key to option when # of options > 26 2017-11-19 21:18:31 -05:00
David Baldwynn b6b93d15f0 fixed delete button state change bug 2017-11-19 21:15:26 -05:00
David Baldwynn 70eec8731c fixed key to option 2017-11-19 16:53:33 -08:00
David Baldwynn a217567b9b fixed key-to-option attributes 2017-11-19 16:10:30 -08:00
David Baldwynn 58380d23e3 fixed double scrolling bug with radio field 2017-11-19 15:38:08 -08:00
David Baldwynn 1721db9efe slowed down field scrolling 2017-11-19 15:32:15 -08:00
David Baldwynn ab830fdc9e fixed form footer toggle in config general admin panel 2017-11-15 09:41:19 -08:00
David Baldwynn 965962b5e0 removed console.logs from server and client side 2017-11-15 04:19:14 -08:00
David Baldwynn b37f4f7593 removed unused 'ispreview' attr from submit-form directive 2017-11-15 04:16:47 -08:00
David Baldwynn f3638a1d42 fixed small ux bugs 2017-11-15 00:29:45 -08:00
David Baldwynn 2e5bd5beb5 fixed form validation bug with radio 2017-11-13 21:25:05 -08:00
David Baldwynn f5e32e9548 got validity working for rating field 2017-11-13 21:07:27 -08:00
David Baldwynn 04001244d1 fixed prev and next field buttons 2017-11-13 18:22:15 -08:00
David Baldwynn 6848b740b3 moved from on('scroll' to using duScroll for tracking activeField 2017-11-13 18:14:52 -08:00
David Baldwynn b2f2599fa5 fix css bug for dropdown field in admin view 2017-11-02 09:18:41 -07:00
David Baldwynn 5120a2f287 fixed dropdowns for configure admin panel 2017-11-01 19:13:53 -07:00
David Baldwynn 9faa514ce9 added backend logic for email notifications and got it to pass server tests 2017-11-01 15:13:31 -07:00
David Baldwynn a829e08d73 fixed errors for password reset, user signup and user signin 2017-10-27 23:54:55 -07:00
David Baldwynn 62a34f9ab6 fixed all translations on frontend 2017-10-27 12:52:39 -07:00
David Baldwynn 5746920c34 fixed logicJump bug 2017-10-18 17:37:48 -07:00
David Baldwynn 6a4dcb0874 moved ip lookups to backend 2017-10-07 01:23:42 -07:00
David Baldwynn 3ebb4eebff fixed bug in form controller 2017-10-07 00:27:03 -07:00
David Baldwynn 3cc99d7b17 form background color bug 2017-10-06 17:15:35 -07:00
David Baldwynn 5c3a0a5bd4 Merge branch 'master' of https://github.com/tellform/tellform 2017-10-05 21:26:31 -07:00
David Baldwynn f529cf225f sped up rendering of form submission page 2017-10-05 04:19:13 -04:00
David Baldwynn 22b2ca7910 removed stackTrace from 500 error page when running in production mode 2017-10-04 21:42:55 -04:00
David Baldwynn 45b378d16f sped up list forms and fixed analytics bugs 2017-10-02 08:17:39 -07:00
David Baldwynn f6bb23a3bf fixed duplicate views bug 2017-09-29 17:33:55 -07:00
David Baldwynn 4414b0e390 added cdn version of static assets 2017-09-21 02:08:45 -04:00
David Baldwynn 7512402c08 fixed production bug 2017-09-20 22:51:42 -04:00
David Baldwynn 9ed2b732b4 got tests to pass 2017-09-20 18:36:42 -07:00
David Baldwynn 78a6c8fabc fixed translation bug in form preview 2017-09-20 16:57:05 -07:00
David Baldwynn c0cc33e223 integrated form_modules into admin panel 2017-09-20 15:18:19 -07:00
David Baldwynn a3fb15d26d fixed legal and radio fields continue to next on key input bug 2017-08-02 17:45:49 -04:00
David Baldwynn dce758b22a fixed rating field bug that wouldn't advance to next field on click 2017-08-02 16:45:23 -04:00
David Baldwynn 02d42c90b3 fixed lack of error text bug for numbers field 2017-08-02 16:33:52 -04:00
David Baldwynn 2a605d46a7 fixed next field button not working bug 2017-08-02 16:31:14 -04:00
David Baldwynn ed032d6db9 fixed edit-submission-form-directive test and removed unnessecary console.log() statements 2017-07-28 14:47:09 -07:00
David Baldwynn 53b3196ad2 fixed form completion bug with rating fields 2017-07-27 01:22:58 -04:00
David Baldwynn 46d71481da Fixed submission bug when adblocker is present 2017-07-26 22:33:01 -04:00
David Baldwynn c59060b658 Added message when private form is accessed 2017-07-25 18:08:25 -04: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