Commit graph

1423 commits

Author SHA1 Message Date
David Baldwynn f6bb23a3bf fixed duplicate views bug 2017-09-29 17:33:55 -07:00
David Baldwynn bb1c7e6c0d fixed bug in list forms view 2017-09-21 02:26:49 -04:00
David Baldwynn 4414b0e390 added cdn version of static assets 2017-09-21 02:08:45 -04:00
David Baldwynn a702ae7e43 Merge branch 'speedup-queries' 2017-09-21 00:07:50 -04:00
David Baldwynn b3915b7f90 added cache 2017-09-20 20:53:50 -07:00
David Baldwynn 17596d9e17 fixed form loading animation 2017-09-20 23:08:31 -04:00
David Baldwynn e40b28ed14 fixed startpage css bug 2017-09-20 22:54:12 -04:00
David Baldwynn 7512402c08 fixed production bug 2017-09-20 22:51:42 -04:00
David Baldwynn 86228ed7dc Merge branch 'master' of github.com:tellform/tellform 2017-09-20 22:04:52 -04:00
David Baldwynn 61c9470660 fixed no subdmain form rendering bug 2017-09-20 21:54:23 -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 c396aa8a6d fixed alignment bug with form fields and delete/copy buttons 2017-09-20 16:06:01 -07:00
David Baldwynn fdc56dbc87 Removed FORMA section 2017-09-20 15:54:30 -07:00
David Baldwynn c0cc33e223 integrated form_modules into admin panel 2017-09-20 15:18:19 -07:00
David Baldwynn e910a02aee fixed disappearing copy/delete buttons for form fields 2017-09-20 11:30:11 -07:00
David Baldwynn b84ff46a31 Merge pull request #221 from James9074/custom-email
Adding Custom SMTP Server Config
2017-08-15 16:22:24 -07:00
David Baldwynn 76a80c5632 Merge branch 'master' into custom-email 2017-08-14 19:35:57 -07:00
David Baldwynn 6ec88f08d9 Update user.server.model.js 2017-08-14 19:33:00 -07:00
James Thomas c1f08fec14 Updating docs for custom smtp updates 2017-08-14 21:23:06 -04:00
James Thomas f80c0e9bcc Added custom mail host via MAILER_SERVICE_PROVIDER, MAILER_SMTP_PORT, and MAILER_SMTP_SECURE env vars 2017-08-14 20:58:26 -04:00
James Thomas 8ae13ea6c3 Updating Nodemailer to 4.0 to support verification methods 2017-08-14 20:57:30 -04:00
James Thomas 4dfb0c2fa8 Updating Node and NPM requirements in package + travis to work with Dockerfile node versions (6.x has incremented) 2017-08-14 20:20:12 -04:00
David Baldwynn 2d59c5aa91 Update README.md 2017-08-14 15:50:17 -07:00
David Baldwynn 082289c50c Merge pull request #215 from datagovsg/update-readme-missing-bower-cmd
Update readme missing bower cmd
2017-08-07 15:47:39 -07:00
David Baldwynn 1eebdc81d1 Merge branch 'master' into update-readme-missing-bower-cmd 2017-08-07 15:47:11 -07:00
abby 834c79b364 added missing bower cmd in readme 2017-08-07 16:32:38 +08:00
abby-ng 9066ce3bb0 Merge pull request #8 from datagovsg/align_delete_formfields
Removed fixed height of buttons
2017-08-07 15:40:50 +08:00
User 80669ab276 Removed fixed height of buttons 2017-08-07 15:37:00 +08:00
David Baldwynn 2156adaf0d Update package.json 2017-08-04 23:52:08 -07:00
David Baldwynn 66f105dae1 Update .travis.yml 2017-08-04 23:50:39 -07:00
David Baldwynn c4cacb0e59 Update package.json 2017-08-02 17:15:05 -07:00
David Baldwynn dfdefaa305 Merge pull request #211 from tellform/fixed_user_signup_error_ui
Fix user signup errors [wip]
2017-08-02 16:47:15 -07:00
David Baldwynn d63f03f83e fixed division by zero error for form field statistics 2017-08-02 19:10:42 -04:00
David Baldwynn bb6d6fcac0 fixed socketio bug on production 2017-08-02 19:06:05 -04:00
David Baldwynn 7b4c0c8f65 refixed dropdown value display 2017-08-02 18:30:12 -04:00
David Baldwynn 91e403b043 Merge pull request #212 from tellform/fix_rendered_form_bugs
Fix rendered form bugs
2017-08-02 15:17:13 -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 53828594ff fixed star field has preset value before being set bug 2017-08-02 17:13:10 -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 4e09d7c28c fixed date field bug 2017-08-02 16:23:54 -04:00
David Baldwynn f13d0cf077 Fixed bug that didn't allow user to rearrange form fields 2017-08-02 16:05:17 -04:00
abby-ng 1e19f75310 Merge pull request #6 from datagovsg/update-readme
minor changes
2017-08-02 16:18:44 +08:00
abby de014dd9ad minor changes 2017-08-02 16:18:16 +08:00
abby-ng 8aceeb91bb Merge pull request #5 from datagovsg/update-readme
updated readme
2017-08-02 16:13:01 +08:00
abby fa80ef038e updated readme
- added setup procedure for FORMA
2017-08-02 16:12:32 +08:00
abby-ng d05200e41a Merge pull request #4 from abby-ng/change-menu-order
change menu order
2017-08-02 11:45:13 +08:00
abby bdd24c1805 change menu order
change the menu order to create, configure, design, analyse, share
2017-08-02 11:19:40 +08:00