From ed2049395d36ef61cecc03f7f078d137cfebcd15 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Tue, 31 May 2016 20:15:37 -0700 Subject: [PATCH 1/8] Fixed problem with nev callback --- .../users/users.authentication.server.controller.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/controllers/users/users.authentication.server.controller.js b/app/controllers/users/users.authentication.server.controller.js index 3098623b..20add01a 100755 --- a/app/controllers/users/users.authentication.server.controller.js +++ b/app/controllers/users/users.authentication.server.controller.js @@ -51,7 +51,9 @@ var config_nev = function () { }, function(err, options){ if(err) throw err; - nev.generateTempUserModel(User); + nev.generateTempUserModel(User, function(){ + return; + }); }); }; From 52df41a2c2f182f6f5f6c7b5fe9bfd77408a8630 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 2 Jun 2016 17:32:19 -0700 Subject: [PATCH 2/8] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dd45187b..0f6086df 100755 --- a/README.md +++ b/README.md @@ -163,6 +163,8 @@ After you've generated the key and certificate, place them in the *config/sslcer ## Mentions on the Web +[Mister Ad](http://start.mister-ad.biz/newsticker/open-source-alternative-zu-typeform-tellform-in-der-kurzvorstellung/) + [t3n.de](http://t3n.de/news/open-source-alternative-typeform-tellform-707295/) [BootCSS Expo](http://expo.bootcss.com/) From c847cb2828cecd6802062a2ad1a0f8a9dda2544b Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Sat, 4 Jun 2016 04:13:48 -0700 Subject: [PATCH 3/8] updated margins to fix submit button margin error --- .../views/directiveViews/form/submit-form.client.view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/modules/forms/views/directiveViews/form/submit-form.client.view.html b/public/modules/forms/views/directiveViews/form/submit-form.client.view.html index d8fdfaa3..4d7499cc 100755 --- a/public/modules/forms/views/directiveViews/form/submit-form.client.view.html +++ b/public/modules/forms/views/directiveViews/form/submit-form.client.view.html @@ -64,7 +64,7 @@ ng-style="{'color':button.color}">
+ style="border-top: 1px solid #ddd; margin-right: -13%; margin-left: -13%; padding-bottom: 70vh; margin-bottom: 70vh; margin-top: 30vh;">
Date: Sat, 4 Jun 2016 04:16:52 -0700 Subject: [PATCH 4/8] Update edit-submissions-form.client.view.html --- .../form/edit-submissions-form.client.view.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/modules/forms/views/directiveViews/form/edit-submissions-form.client.view.html b/public/modules/forms/views/directiveViews/form/edit-submissions-form.client.view.html index 6030b9fe..a612e108 100644 --- a/public/modules/forms/views/directiveViews/form/edit-submissions-form.client.view.html +++ b/public/modules/forms/views/directiveViews/form/edit-submissions-form.client.view.html @@ -69,7 +69,11 @@ {{$index+1}} - + + {{field.fieldValue.field_title}} + + + {{field.fieldValue}} From 4f032b16fc41a7ab7d568f93a41e0e9bee6c1a81 Mon Sep 17 00:00:00 2001 From: Samuel Laulhau Date: Sun, 5 Jun 2016 13:12:35 +0200 Subject: [PATCH 5/8] submit field, 100% height this should fix #99 --- .../views/directiveViews/form/submit-form.client.view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/modules/forms/views/directiveViews/form/submit-form.client.view.html b/public/modules/forms/views/directiveViews/form/submit-form.client.view.html index 4d7499cc..bb366447 100755 --- a/public/modules/forms/views/directiveViews/form/submit-form.client.view.html +++ b/public/modules/forms/views/directiveViews/form/submit-form.client.view.html @@ -64,7 +64,7 @@ ng-style="{'color':button.color}">
+ style="border-top: 1px solid #ddd; margin-right: -13%; margin-left: -13%; margin-top: 30vh; height: 100vh">
Date: Sun, 5 Jun 2016 20:32:26 -0700 Subject: [PATCH 6/8] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0f6086df..37fc5ff0 100755 --- a/README.md +++ b/README.md @@ -161,6 +161,8 @@ After you've generated the key and certificate, place them in the *config/sslcer [Samuel Laulhau](https://github.com/lalop) +[Arun Pattnaik](https://github.com/arunpattnaik) + ## Mentions on the Web [Mister Ad](http://start.mister-ad.biz/newsticker/open-source-alternative-zu-typeform-tellform-in-der-kurzvorstellung/) From d9a7bba566d8bdd460b80388879680c32c731be7 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Mon, 6 Jun 2016 20:36:40 -0700 Subject: [PATCH 7/8] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37fc5ff0..9235f040 100755 --- a/README.md +++ b/README.md @@ -36,7 +36,9 @@ TellForm is an *opensource alternative to TypeForm* built ontop of nodejs that c -Save form submissions as FDF-formatted PDFs (unstable) -Toggle forms as private (viewable only if logged in as Form's user) or public (viewable by anyone) -Drag and drop functionality to editing form field order - -Editable form submissions (half-done) + -Viewable form submissions + -Google Analytics Support + -In-app Analytics (dropoff rate of fields, conversion rate, etc) ###TODO: -Implement encryption for all form data @@ -44,7 +46,6 @@ TellForm is an *opensource alternative to TypeForm* built ontop of nodejs that c -Add Typeform API integration -Add plugin/3rd party integration support (ala Slack) -Create wiki for easy installation and setup - -Create mockups for different user view designs From 9c06e9977262a6deb9e580ec6892782eff36a232 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Tue, 7 Jun 2016 12:44:52 -0700 Subject: [PATCH 8/8] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9235f040..8405b998 100755 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ TellForm is an *opensource alternative to TypeForm* built ontop of nodejs that c ## Quickstart +Before you start, make sure you have Redis installed and running at 127.0.0.1:6379 + Install dependencies first. ```bash $ npm install