Commit graph

1391 commits

Author SHA1 Message Date
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
abby-ng 90147585d9 Merge pull request #3 from abby-ng/fix-menu-submenu
fix menu & submenu
2017-08-02 10:15:50 +08:00
abby 0063ce520b fix menu & submenu
- main menu has items: create, configure and share but analyse, share &
design menu are submenus in share page
- fixed index of uib-tab
2017-08-02 10:14:36 +08:00
David Baldwynn a0ccafc99c fixed user signup error handling 2017-08-01 19:12:13 -04:00
David Baldwynn 7ab619615e :wqUpdate admin-form.client.view.html 2017-08-01 18:45:31 -04:00
abby-ng 48ffcb86b5 Merge pull request #2 from abby-ng/fix-create-analyze-page
fix create analyse page
2017-08-01 17:19:53 +08:00
abby 77b9a325d6 fix create analyse page
- fix create menu display analyze page & vice versa
2017-08-01 17:19:26 +08:00
abby-ng 411a4d497f Merge pull request #1 from abby-ng/initial-version
initial fork version
2017-08-01 11:06:52 +08:00
abby 8098c3f4a6 initial fork version
- fixed missing port in verification link for dev env
- disable linting (existing code base > 1k jslint warning, generating
huge amount of logs & hiding other logs during build)
2017-08-01 10:58:27 +08:00
David Baldwynn d07c013885 Update admin-form.client.view.html 2017-07-31 14:17:57 -07:00
David Baldwynn f07cf32104 Removed submission saving from form saving logic 2017-07-31 13:36:37 -07:00
David Baldwynn 7e0c94cd5c Fixed "can't read code of null" error 2017-07-31 10:01:03 -07:00
David Baldwynn 6e43731747 Fixed "can't read code of null" error 2017-07-31 10:00:48 -07:00
abby 3cc4478d24 Merge remote-tracking branch 'tellform/master' 2017-07-31 17:18:59 +08:00
David Baldwynn 092086eb9e Merge pull request #207 from tellform/controllers_translation_support
Full client translation support
2017-07-28 17:21:23 -07:00
David Baldwynn 9a4538328d Merge branch 'master' into controllers_translation_support 2017-07-28 17:08:37 -07:00
David Baldwynn 5a18735b4c fixed form field preservation logic 2017-07-28 17:04:16 -07: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 235a924fae Merge pull request #206 from tellform/fix_socketio_port
Not open socketio port twice
2017-07-28 13:05:47 -07:00
José Luis Di Biase 0c0139f98a Full client translation support
Signed-off-by: José Luis Di Biase <josx@interorganic.com.ar>
2017-07-28 16:21:03 -03:00
José Luis Di Biase 484b43c808 Not open socketio port twice
Signed-off-by: José Luis Di Biase <josx@interorganic.com.ar>
2017-07-28 12:37:47 -03:00
David Baldwynn a667964380 Update README.md 2017-07-27 21:43:31 -07:00
David Baldwynn d07c1c28ce fixed signup verification bug 2017-07-27 23:27:24 -04:00
David Baldwynn 2896677432 fixed ui bugs in list forms view 2017-07-27 01:44:27 -04:00
David Baldwynn 53b3196ad2 fixed form completion bug with rating fields 2017-07-27 01:22:58 -04:00
David Baldwynn 66d41f5a80 fixed ui bugs in analytics view in admin panel 2017-07-27 00:53:31 -04:00
David Baldwynn 20a2c1b574 fixed rendering error for admin panel view 2017-07-26 22:53:02 -04:00
David Baldwynn 46d71481da Fixed submission bug when adblocker is present 2017-07-26 22:33:01 -04:00
David Baldwynn 0f3f23f3f1 fixed form rendering authorization bug 2017-07-26 18:55:33 -04:00
David Baldwynn a1b8456a24 set form isLive to default to true 2017-07-26 18:33:00 -04:00
David Baldwynn 699252b119 Added quick bug fix for user verification problems 2017-07-26 16:41:53 -04:00
David Baldwynn c59060b658 Added message when private form is accessed 2017-07-25 18:08:25 -04:00
David Baldwynn 6afa2b5e24 Merge branch 'master' of github.com:whitef0x0/tellform 2017-07-25 13:52:14 -04:00