You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
(103) |
Apr
(37) |
May
(45) |
Jun
(49) |
Jul
(55) |
Aug
(11) |
Sep
(47) |
Oct
(55) |
Nov
(47) |
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(43) |
Feb
(85) |
Mar
(121) |
Apr
(37) |
May
(33) |
Jun
(33) |
Jul
(14) |
Aug
(34) |
Sep
(58) |
Oct
(68) |
Nov
(31) |
Dec
(9) |
2004 |
Jan
(13) |
Feb
(57) |
Mar
(37) |
Apr
(26) |
May
(57) |
Jun
(14) |
Jul
(8) |
Aug
(12) |
Sep
(32) |
Oct
(10) |
Nov
(7) |
Dec
(12) |
2005 |
Jan
(8) |
Feb
(25) |
Mar
(50) |
Apr
(20) |
May
(32) |
Jun
(20) |
Jul
(83) |
Aug
(25) |
Sep
(17) |
Oct
(14) |
Nov
(32) |
Dec
(27) |
2006 |
Jan
(24) |
Feb
(15) |
Mar
(46) |
Apr
(5) |
May
(6) |
Jun
(9) |
Jul
(12) |
Aug
(5) |
Sep
(7) |
Oct
(7) |
Nov
(4) |
Dec
(5) |
2007 |
Jan
(4) |
Feb
(1) |
Mar
(7) |
Apr
(3) |
May
(4) |
Jun
|
Jul
|
Aug
(2) |
Sep
(2) |
Oct
|
Nov
(22) |
Dec
(19) |
2008 |
Jan
(94) |
Feb
(19) |
Mar
(32) |
Apr
(46) |
May
(20) |
Jun
(10) |
Jul
(11) |
Aug
(20) |
Sep
(16) |
Oct
(12) |
Nov
(13) |
Dec
|
2009 |
Jan
|
Feb
(9) |
Mar
(37) |
Apr
(65) |
May
(15) |
Jun
|
Jul
(24) |
Aug
(1) |
Sep
(8) |
Oct
(4) |
Nov
(21) |
Dec
(5) |
2010 |
Jan
(35) |
Feb
(6) |
Mar
(8) |
Apr
|
May
(4) |
Jun
(3) |
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2005-07-25 19:16:56
|
Bugs item #1244715, was opened at 2005-07-25 14:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1244715&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: v1.7 Status: Open Resolution: None Priority: 5 Submitted By: Matthew Gregg (greggmc) Assigned to: Matthew Gregg (greggmc) Summary: Test links Initial Comment: Need to show link to test url for surveys in "test" mode as they can now be tested by adding &test=1 to the url. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1244715&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-25 18:03:34
|
Feature Requests item #1225772, was opened at 2005-06-22 14:53 Message generated for change (Settings changed) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1225772&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Mailout Initial Comment: It's obvious that if you want to invite people to a private survey, it shouldn't keep ID/Pass like separate variables, these must be available in the actual URL so each URL getting mailed out is unique, that way you ease up for respondents, make it bulletproof for checking who replied/not replied. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1225772&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-25 18:01:51
|
Bugs item #1226805, was opened at 2005-06-24 01:32 Message generated for change (Settings changed) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1226805&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Admin Group: None >Status: Closed >Resolution: Works For Me Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Matthew Gregg (greggmc) Summary: Incorrect User ID or Password, or your account has been... Initial Comment: When trying to update a designer or respondent. if you click on the update cancel or delete buttons you are chucked out to the login form. Version phpESP, v1.7.5-rc1. Creating a designer or respondent works fine. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-07-14 08:25 Message: Logged In: YES user_id=14116 Sigh.. yeah that is it. I'll get this fixed for the next RC release. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-13 21:52 Message: Logged In: YES user_id=198398 so a conflict exists with the use of the $username variable. When a designer or respondent are being edited the session var for username changes to that of the edited designer or respondent. A simple work around/fix would be to utilise a different variable for capturing and processing the login credentials: for example: in admin/include/lib/esphtml.forms.inc beginning at line 171: $str .= '<label for="username">'; $str .= "Username:"; $str .= '</label>'; $str .= mktext("username"); change line 174 to: $str .= mktext("user"); then in admin/manage.php beginning at line 46 and ending at line 53: 46 elseif ($ESPCONFIG['auth_mode'] == 'form') { 47 if (isset($HTTP_POST_VARS['Login'])) { 48 if (!isset($HTTP_POST_VARS['username'])) { 49 $HTTP_POST_VARS['username'] = ""; 50 } 51 if ($HTTP_POST_VARS['username'] != "") { 52 $_SESSION['username'] = $HTTP_POST_VARS['username']; 53 } change the occurance of 'username' to 'user' this should fix the problem for those using $ESPCONFIG['auth_mode']='form'; Given that I haven't had a chance to catch up on all the changes made to phpESP to date there may be an easier way of fixing this problem. From my testing the above solution doesn't seem to have broken anything else. Could someone else please take a look at it and report back. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-13 19:23 Message: Logged In: YES user_id=198398 OK when the auth_mode is set to basic none of these problems exist. They only occur when $ESPCONFIG['auth_mode']='form'; ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-13 18:28 Message: Logged In: YES user_id=198398 the same problem occurs when trying to edit/update respondent accounts. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-13 16:37 Message: Logged In: YES user_id=198398 there's a function called response_count in admin/include/lib/espdatalib.inc which was giving me grief (returning 0). having made some changes to the function allowed the script to function correctly and take me back to the designers page and not the login screen. However now when I updated a designer account I keep getting an error message "This account does not have permission to access this form." checking session vars did indicate that superuser now equaled N instead of Y. If you like I'll keep looking into it. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-07-13 08:34 Message: Logged In: YES user_id=14116 It's probably a problem with session variables not being saved properly. I haven't had a chance to look into it yet. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-13 03:00 Message: Logged In: YES user_id=198398 can you tell me what version of mysql you are running. There may be a problem with ResponseCount() function calls which always return 0 and it could be related to a specific mysql release however I do need to have a closer look to verify if this is indeed the case. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1226805&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-25 13:54:14
|
Bugs item #1244277, was opened at 2005-07-25 02:53 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1244277&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Group: v1.6.1 >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Next button doesn't work Initial Comment: AFter creating a survey, I have several pages and they aren't able to be accessed by the Next button. Whenever I hit the next button it keeps me on the same page and never advances me forward. -b ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2005-07-25 08:54 Message: Logged In: YES user_id=14116 1.6.1 is not a current release. If this effects current releases please resubmit. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1244277&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-25 07:53:20
|
Bugs item #1244277, was opened at 2005-07-25 00:53 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1244277&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Group: v1.6.1 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Next button doesn't work Initial Comment: AFter creating a survey, I have several pages and they aren't able to be accessed by the Next button. Whenever I hit the next button it keeps me on the same page and never advances me forward. -b ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1244277&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-25 00:29:02
|
Bugs item #1241279, was opened at 2005-07-20 10:45 Message generated for change (Comment added) made by angek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241279&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Kon Angelopoulos (angek) Assigned to: Nobody/Anonymous (nobody) Summary: cvs full headers export problems Initial Comment: When exporting data using csv full headers I seem to always get a whole heap of extra info in the csv file. as an example I have attached a csv file. It is from a survey that only has 2 responses. /function/survey_export_csv.inc the comparison (around line 235): if ($key == key($columns[$i])){ should read: if ($key === key($columns[$i])){ ---------------------------------------------------------------------- >Comment By: Kon Angelopoulos (angek) Date: 2005-07-25 10:29 Message: Logged In: YES user_id=198398 yes it did. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-07-23 04:09 Message: Logged In: YES user_id=14116 I still can't duplicate, but have no doubt this could be a bug. Did the change you posted fix it for your case? ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-22 16:12 Message: Logged In: YES user_id=198398 the survey contained 3 questions. The question types used were: yes/no, rate scale and radio button. Now that I've had a closer look at the csv file that I attached to my previous post the problem seems to stem from the rate scale question. The extra output relate to the ratings given to this question by the 2 respondents. Hope this helps. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-22 16:05 Message: Logged In: YES user_id=198398 the survey contained 3 questions. The question types used were: yes/no, rate scale and radio button. Now that I've had a closer look at the csv file that I attached to my previous post the problem seems to stem from the rate scale question. The extra output relate to the ratings given to this question by the 2 respondents. Hope this helps. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-22 16:01 Message: Logged In: YES user_id=198398 the survey contained 3 questions. The question types used were: yes/no, rate scale and radio button. Now that I've had a closer look at the csv file that I attached to my previous post the problem seems to stem from the rate scale question. The extra output relate to the ratings given to this question by the 2 respondents. Hope this helps. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-07-21 10:38 Message: Logged In: YES user_id=14116 I've gone ahead and submitted this to CVS but I can't duplicated it. Can you duplicate with a very simple survey and send me the question types? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241279&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-24 00:56:29
|
Bugs item #1243586, was opened at 2005-07-23 09:27 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1243586&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Dan Dlugos (curiousgeorge) Assigned to: Nobody/Anonymous (nobody) Summary: Can not install into already exsisting database Initial Comment: Greetings, I am trying to implement your survey package and have come to an impass to which I cannot continue. My web hosting allows me one MySQL databse, which I primarily use to run a CMS and vBulletin installation. In order to keep database tables seperate, I've used table prefixes (eg vbulletin_*tablename*). After throughly reading through documentation included with this project, and the roadmap, it seems that this software package will only work if it has an exclusive database to itself, which I cannot afford (additional DB's are $5/mo extra). Can you please implement into your setup the ability to use an exsisting database and table prefixe to seperate the survey tables from others. Thanks Dan Dlugos ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2005-07-23 19:56 Message: Logged In: YES user_id=14116 phpESP supports a database prefix, that will allow you to use ESP with ISP's that only grant you a single DB. See the DB_PREFIX field in phpESP.ini.php. This should do what you require. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1243586&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-23 14:27:32
|
Bugs item #1243586, was opened at 2005-07-23 10:27 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1243586&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Dan Dlugos (curiousgeorge) Assigned to: Nobody/Anonymous (nobody) Summary: Can not install into already exsisting database Initial Comment: Greetings, I am trying to implement your survey package and have come to an impass to which I cannot continue. My web hosting allows me one MySQL databse, which I primarily use to run a CMS and vBulletin installation. In order to keep database tables seperate, I've used table prefixes (eg vbulletin_*tablename*). After throughly reading through documentation included with this project, and the roadmap, it seems that this software package will only work if it has an exclusive database to itself, which I cannot afford (additional DB's are $5/mo extra). Can you please implement into your setup the ability to use an exsisting database and table prefixe to seperate the survey tables from others. Thanks Dan Dlugos ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1243586&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-22 19:41:00
|
Bugs item #1243268, was opened at 2005-07-22 13:44 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1243268&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: SQL Group: v1.7 >Status: Closed >Resolution: Fixed Priority: 9 Submitted By: Matthew Gregg (greggmc) Assigned to: Matthew Gregg (greggmc) Summary: Problem with Rate item and Save/Resume Initial Comment: From Neil Patterson <ne...@uw...> A researcher has identified an anomaly in a Rate item where the respondent makes choices, Saves the survey, returns to complete the survey and discovers their previous selections have been altered. To recreate the problem: 1. Create a survey with one question, a Rate item. Select a Length of 3 (3 columns or choices) and select Precision of 1 to get N/A as a fourth column. Enter 5 answer lines. 2. Change the access to Private. In the Survey Access page select the survey and add a group with the Save/Restore option selected. Add a respondent. 3. Activate the survey and prepare to enter responses. Fill in the survey by selecting columns (rates) 1, 2 and 3. Select Save. Select Resume Survey. In release 1.6 the returned survey has rate 1 redefined as N/A. In release 1.7 all three choices are now set to 2. In both cases the original choices are altered. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-07-22 14:41 Message: Logged In: YES user_id=14116 Fixed in CVS. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1243268&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-22 18:44:32
|
Bugs item #1243268, was opened at 2005-07-22 13:44 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1243268&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: SQL Group: v1.7 Status: Open Resolution: None Priority: 9 Submitted By: Matthew Gregg (greggmc) Assigned to: Matthew Gregg (greggmc) Summary: Problem with Rate item and Save/Resume Initial Comment: From Neil Patterson <ne...@uw...> A researcher has identified an anomaly in a Rate item where the respondent makes choices, Saves the survey, returns to complete the survey and discovers their previous selections have been altered. To recreate the problem: 1. Create a survey with one question, a Rate item. Select a Length of 3 (3 columns or choices) and select Precision of 1 to get N/A as a fourth column. Enter 5 answer lines. 2. Change the access to Private. In the Survey Access page select the survey and add a group with the Save/Restore option selected. Add a respondent. 3. Activate the survey and prepare to enter responses. Fill in the survey by selecting columns (rates) 1, 2 and 3. Select Save. Select Resume Survey. In release 1.6 the returned survey has rate 1 redefined as N/A. In release 1.7 all three choices are now set to 2. In both cases the original choices are altered. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1243268&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-22 18:09:11
|
Bugs item #1241279, was opened at 2005-07-19 19:45 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241279&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Kon Angelopoulos (angek) Assigned to: Nobody/Anonymous (nobody) Summary: cvs full headers export problems Initial Comment: When exporting data using csv full headers I seem to always get a whole heap of extra info in the csv file. as an example I have attached a csv file. It is from a survey that only has 2 responses. /function/survey_export_csv.inc the comparison (around line 235): if ($key == key($columns[$i])){ should read: if ($key === key($columns[$i])){ ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2005-07-22 13:09 Message: Logged In: YES user_id=14116 I still can't duplicate, but have no doubt this could be a bug. Did the change you posted fix it for your case? ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-22 01:12 Message: Logged In: YES user_id=198398 the survey contained 3 questions. The question types used were: yes/no, rate scale and radio button. Now that I've had a closer look at the csv file that I attached to my previous post the problem seems to stem from the rate scale question. The extra output relate to the ratings given to this question by the 2 respondents. Hope this helps. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-22 01:05 Message: Logged In: YES user_id=198398 the survey contained 3 questions. The question types used were: yes/no, rate scale and radio button. Now that I've had a closer look at the csv file that I attached to my previous post the problem seems to stem from the rate scale question. The extra output relate to the ratings given to this question by the 2 respondents. Hope this helps. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-22 01:01 Message: Logged In: YES user_id=198398 the survey contained 3 questions. The question types used were: yes/no, rate scale and radio button. Now that I've had a closer look at the csv file that I attached to my previous post the problem seems to stem from the rate scale question. The extra output relate to the ratings given to this question by the 2 respondents. Hope this helps. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-07-20 19:38 Message: Logged In: YES user_id=14116 I've gone ahead and submitted this to CVS but I can't duplicated it. Can you duplicate with a very simple survey and send me the question types? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241279&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-22 06:14:22
|
Bugs item #1241279, was opened at 2005-07-20 10:45 Message generated for change (Comment added) made by angek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241279&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Kon Angelopoulos (angek) Assigned to: Nobody/Anonymous (nobody) Summary: cvs full headers export problems Initial Comment: When exporting data using csv full headers I seem to always get a whole heap of extra info in the csv file. as an example I have attached a csv file. It is from a survey that only has 2 responses. /function/survey_export_csv.inc the comparison (around line 235): if ($key == key($columns[$i])){ should read: if ($key === key($columns[$i])){ ---------------------------------------------------------------------- >Comment By: Kon Angelopoulos (angek) Date: 2005-07-22 16:05 Message: Logged In: YES user_id=198398 the survey contained 3 questions. The question types used were: yes/no, rate scale and radio button. Now that I've had a closer look at the csv file that I attached to my previous post the problem seems to stem from the rate scale question. The extra output relate to the ratings given to this question by the 2 respondents. Hope this helps. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-22 16:01 Message: Logged In: YES user_id=198398 the survey contained 3 questions. The question types used were: yes/no, rate scale and radio button. Now that I've had a closer look at the csv file that I attached to my previous post the problem seems to stem from the rate scale question. The extra output relate to the ratings given to this question by the 2 respondents. Hope this helps. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-07-21 10:38 Message: Logged In: YES user_id=14116 I've gone ahead and submitted this to CVS but I can't duplicated it. Can you duplicate with a very simple survey and send me the question types? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241279&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-22 06:12:31
|
Bugs item #1241279, was opened at 2005-07-20 10:45 Message generated for change (Comment added) made by angek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241279&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Kon Angelopoulos (angek) Assigned to: Nobody/Anonymous (nobody) Summary: cvs full headers export problems Initial Comment: When exporting data using csv full headers I seem to always get a whole heap of extra info in the csv file. as an example I have attached a csv file. It is from a survey that only has 2 responses. /function/survey_export_csv.inc the comparison (around line 235): if ($key == key($columns[$i])){ should read: if ($key === key($columns[$i])){ ---------------------------------------------------------------------- >Comment By: Kon Angelopoulos (angek) Date: 2005-07-22 16:12 Message: Logged In: YES user_id=198398 the survey contained 3 questions. The question types used were: yes/no, rate scale and radio button. Now that I've had a closer look at the csv file that I attached to my previous post the problem seems to stem from the rate scale question. The extra output relate to the ratings given to this question by the 2 respondents. Hope this helps. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-22 16:05 Message: Logged In: YES user_id=198398 the survey contained 3 questions. The question types used were: yes/no, rate scale and radio button. Now that I've had a closer look at the csv file that I attached to my previous post the problem seems to stem from the rate scale question. The extra output relate to the ratings given to this question by the 2 respondents. Hope this helps. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-22 16:01 Message: Logged In: YES user_id=198398 the survey contained 3 questions. The question types used were: yes/no, rate scale and radio button. Now that I've had a closer look at the csv file that I attached to my previous post the problem seems to stem from the rate scale question. The extra output relate to the ratings given to this question by the 2 respondents. Hope this helps. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-07-21 10:38 Message: Logged In: YES user_id=14116 I've gone ahead and submitted this to CVS but I can't duplicated it. Can you duplicate with a very simple survey and send me the question types? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241279&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-22 06:01:55
|
Bugs item #1241279, was opened at 2005-07-20 10:45 Message generated for change (Comment added) made by angek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241279&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Kon Angelopoulos (angek) Assigned to: Nobody/Anonymous (nobody) Summary: cvs full headers export problems Initial Comment: When exporting data using csv full headers I seem to always get a whole heap of extra info in the csv file. as an example I have attached a csv file. It is from a survey that only has 2 responses. /function/survey_export_csv.inc the comparison (around line 235): if ($key == key($columns[$i])){ should read: if ($key === key($columns[$i])){ ---------------------------------------------------------------------- >Comment By: Kon Angelopoulos (angek) Date: 2005-07-22 16:01 Message: Logged In: YES user_id=198398 the survey contained 3 questions. The question types used were: yes/no, rate scale and radio button. Now that I've had a closer look at the csv file that I attached to my previous post the problem seems to stem from the rate scale question. The extra output relate to the ratings given to this question by the 2 respondents. Hope this helps. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-07-21 10:38 Message: Logged In: YES user_id=14116 I've gone ahead and submitted this to CVS but I can't duplicated it. Can you duplicate with a very simple survey and send me the question types? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241279&group_id=8956 |
From: Dunlap, R. <du...@pr...> - 2005-07-22 03:36:31
|
confirm 123753 |
From: SourceForge.net <no...@so...> - 2005-07-21 00:38:42
|
Bugs item #1241279, was opened at 2005-07-19 19:45 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241279&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Kon Angelopoulos (angek) Assigned to: Nobody/Anonymous (nobody) Summary: cvs full headers export problems Initial Comment: When exporting data using csv full headers I seem to always get a whole heap of extra info in the csv file. as an example I have attached a csv file. It is from a survey that only has 2 responses. /function/survey_export_csv.inc the comparison (around line 235): if ($key == key($columns[$i])){ should read: if ($key === key($columns[$i])){ ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2005-07-20 19:38 Message: Logged In: YES user_id=14116 I've gone ahead and submitted this to CVS but I can't duplicated it. Can you duplicate with a very simple survey and send me the question types? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241279&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-21 00:29:36
|
Bugs item #1241273, was opened at 2005-07-19 19:24 Message generated for change (Settings changed) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241273&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Kon Angelopoulos (angek) Assigned to: Kon Angelopoulos (angek) Summary: Cant export data when testing survey Initial Comment: The export links (Save on Server, Download) do not seem to work from the 'Test a Survey" page. It seems the problem may stem from the following javascript in test.inc exportSubmit(\'export\',document.export'.$sid.') should this be: exportSubmit(\'export]',document.getElementById (\'export'.$sid.'\') ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-07-20 19:29 Message: Logged In: YES user_id=14116 Fixed in CVS. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241273&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-20 02:20:08
|
Bugs item #1241279, was opened at 2005-07-20 10:45 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241279&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Kon Angelopoulos (angek) Assigned to: Nobody/Anonymous (nobody) Summary: cvs full headers export problems Initial Comment: When exporting data using csv full headers I seem to always get a whole heap of extra info in the csv file. as an example I have attached a csv file. It is from a survey that only has 2 responses. /function/survey_export_csv.inc the comparison (around line 235): if ($key == key($columns[$i])){ should read: if ($key === key($columns[$i])){ ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241279&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-20 02:17:40
|
Bugs item #1241273, was opened at 2005-07-20 10:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241273&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Kon Angelopoulos (angek) Assigned to: Kon Angelopoulos (angek) Summary: Cant export data when testing survey Initial Comment: The export links (Save on Server, Download) do not seem to work from the 'Test a Survey" page. It seems the problem may stem from the following javascript in test.inc exportSubmit(\'export\',document.export'.$sid.') should this be: exportSubmit(\'export]',document.getElementById (\'export'.$sid.'\') ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241273&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-20 02:09:24
|
Bugs item #1164746, was opened at 2005-03-16 15:00 Message generated for change (Settings changed) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1164746&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Paolo Brocco (pbworks) >Assigned to: Matthew Gregg (greggmc) Summary: autoregister to survey + related features Initial Comment: hi, would be nice to let people register to participate to a survey, i mean, to leave them see and answer all questions, but to add additional fields at the beginning called: email, password, repeat password. so that a user could come back, login (or if password is forgotten, ask it via email) and modify the previous responses. and let them save the answers (this is already implemented) even if the survey is not completed. this would be useuful for very long and hard surveys. a related feature would be, to leave people save even if thy don't register. answers would be saved in the db and theuser would be remembered in a cookie and would be able to come back and complete the survey another time. useful if the browser crashes in the middle of a survey. ---------------------------------------------------------------------- Comment By: Harry Mangalam (mangalam) Date: 2005-07-19 18:20 Message: Logged In: YES user_id=4526 OK - like I said, I'm a php virgin, but there was obviously a paren missing at line 84 and after that was corrected, the executing it as a URL gave a usable form. However filling it out gave the error: Request failed, please choose a different username. [ 1054: Unknown column 'auto' in 'field list' ] ---------------------------------------------------------------------- Comment By: Harry Mangalam (mangalam) Date: 2005-07-19 13:27 Message: Logged In: YES user_id=4526 FANTASTIC! how do you embed it into a survey or question? ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-07-19 13:00 Message: Logged In: YES user_id=14116 This is already implemented but not document. See the phpesp/public/signup.php script. ---------------------------------------------------------------------- Comment By: Harry Mangalam (mangalam) Date: 2005-07-19 12:51 Message: Logged In: YES user_id=4526 I think what he means is that it would be very helpful to have self-defined logins. The respondents would be able to set a unique login/pass for themselves that would allow them to return later to finish or correct a survey for as long as the survey was open. ie: The fist page allows me to login or define a login (or optionally do the survey anonymously), then either with an email verification a la mailman or just directly, I can then log in and do the survey. If I get distracted or want to change my answers later, I just use the same login/pass. For repeated surveys of the same target group, the login/pass info is kept for an admin-defined length of time. This was a pretty common critique of other surveys I've tried to do using web-available sites. For most of the surveys I've done, it's very difficult to set up a private survey b/c we don't have all the info to set them up beforehand and the activation energy for people to email us with this info dramatically reduces the feddback. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-12 18:15 Message: Logged In: YES user_id=198398 The ability to partially complete a survey and then return to it to complete it is already implemented for private surveys. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-12 18:12 Message: Logged In: YES user_id=198398 The ability to partially complete a survey and then return to it to complete it is already implemented for private surveys. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-12 18:10 Message: Logged In: YES user_id=198398 The ability to partially complete a survey and then return to it to complete it is already implemented for private surveys. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1164746&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-19 23:46:15
|
Bugs item #1023933, was opened at 2004-09-08 05:43 Message generated for change (Comment added) made by angek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1023933&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 2 Submitted By: ChrisDavis (cxd101) Assigned to: Nobody/Anonymous (nobody) Summary: Does not seem to work with PHP 5.0.1 Initial Comment: I recently installed phpESP 1.6 on my Apple PowerBook G4, running OSX 10.3.5, with MySql 3.23.54, and PHP 5.0.1. After succesfully pasting the test.php screen, login was not possible. When using the index.php screen, a login window appeared. I would enter the ID and PW, hit the enter button, and then the login window would reappear - as if I was first entering the basic login screen. I then took phpESP and installed in on an older OSX machine, running OSX 10.2, with MySql 3.23.54 and PHP 4.6.3 (4.x), and phpESP worked just fine! So my belief is that version 1.6 is not capable of used with PHP 5.0.1. Regards! ---------------------------------------------------------------------- >Comment By: Kon Angelopoulos (angek) Date: 2005-07-20 09:46 Message: Logged In: YES user_id=198398 Am currently testing phpESP with php 5 and although it does not work out of the box I have made all the necessary changes to the phpESP scripts instead of editing the php.ini file. Once I finish testing it I will release a patch file against the current phpESP cvs version. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-09 11:03 Message: Logged In: NO I have also done testing on php5. Using the default php5 config will cause phpesp to not work at all. You will need to enable several things which are now by default disabled. ---------------------------------------------------------------------- Comment By: Pat Neill (pneill) Date: 2005-01-21 15:03 Message: Logged In: YES user_id=413628 Experienced exact same problem. php 5.01 mySQl 4.0.2.3 MacOS X 10.3.7 ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-01-19 05:23 Message: Logged In: YES user_id=14116 ESP hasn't been tested with PHP 5, if it works at all that's excellent. When my dev platform is updated to support PHP 5, work may be done to support it. ---------------------------------------------------------------------- Comment By: Scott Hannan (avanu) Date: 2005-01-19 03:52 Message: Logged In: YES user_id=575450 It is working for me. However, I have all the backward compatibility stuff enabled. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1023933&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-19 23:20:38
|
Feature Requests item #1164746, was opened at 2005-03-16 20:00 Message generated for change (Comment added) made by mangalam You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1164746&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Submitted By: Paolo Brocco (pbworks) Assigned to: Nobody/Anonymous (nobody) Summary: autoregister to survey + related features Initial Comment: hi, would be nice to let people register to participate to a survey, i mean, to leave them see and answer all questions, but to add additional fields at the beginning called: email, password, repeat password. so that a user could come back, login (or if password is forgotten, ask it via email) and modify the previous responses. and let them save the answers (this is already implemented) even if the survey is not completed. this would be useuful for very long and hard surveys. a related feature would be, to leave people save even if thy don't register. answers would be saved in the db and theuser would be remembered in a cookie and would be able to come back and complete the survey another time. useful if the browser crashes in the middle of a survey. ---------------------------------------------------------------------- Comment By: Harry Mangalam (mangalam) Date: 2005-07-19 23:20 Message: Logged In: YES user_id=4526 OK - like I said, I'm a php virgin, but there was obviously a paren missing at line 84 and after that was corrected, the executing it as a URL gave a usable form. However filling it out gave the error: Request failed, please choose a different username. [ 1054: Unknown column 'auto' in 'field list' ] ---------------------------------------------------------------------- Comment By: Harry Mangalam (mangalam) Date: 2005-07-19 18:27 Message: Logged In: YES user_id=4526 FANTASTIC! how do you embed it into a survey or question? ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-07-19 18:00 Message: Logged In: YES user_id=14116 This is already implemented but not document. See the phpesp/public/signup.php script. ---------------------------------------------------------------------- Comment By: Harry Mangalam (mangalam) Date: 2005-07-19 17:51 Message: Logged In: YES user_id=4526 I think what he means is that it would be very helpful to have self-defined logins. The respondents would be able to set a unique login/pass for themselves that would allow them to return later to finish or correct a survey for as long as the survey was open. ie: The fist page allows me to login or define a login (or optionally do the survey anonymously), then either with an email verification a la mailman or just directly, I can then log in and do the survey. If I get distracted or want to change my answers later, I just use the same login/pass. For repeated surveys of the same target group, the login/pass info is kept for an admin-defined length of time. This was a pretty common critique of other surveys I've tried to do using web-available sites. For most of the surveys I've done, it's very difficult to set up a private survey b/c we don't have all the info to set them up beforehand and the activation energy for people to email us with this info dramatically reduces the feddback. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-12 23:15 Message: Logged In: YES user_id=198398 The ability to partially complete a survey and then return to it to complete it is already implemented for private surveys. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-12 23:12 Message: Logged In: YES user_id=198398 The ability to partially complete a survey and then return to it to complete it is already implemented for private surveys. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-12 23:10 Message: Logged In: YES user_id=198398 The ability to partially complete a survey and then return to it to complete it is already implemented for private surveys. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1164746&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-07-19 18:27:15
|
Feature Requests item #1164746, was opened at 2005-03-16 20:00 Message generated for change (Comment added) made by mangalam You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1164746&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Submitted By: Paolo Brocco (pbworks) Assigned to: Nobody/Anonymous (nobody) Summary: autoregister to survey + related features Initial Comment: hi, would be nice to let people register to participate to a survey, i mean, to leave them see and answer all questions, but to add additional fields at the beginning called: email, password, repeat password. so that a user could come back, login (or if password is forgotten, ask it via email) and modify the previous responses. and let them save the answers (this is already implemented) even if the survey is not completed. this would be useuful for very long and hard surveys. a related feature would be, to leave people save even if thy don't register. answers would be saved in the db and theuser would be remembered in a cookie and would be able to come back and complete the survey another time. useful if the browser crashes in the middle of a survey. ---------------------------------------------------------------------- Comment By: Harry Mangalam (mangalam) Date: 2005-07-19 18:27 Message: Logged In: YES user_id=4526 FANTASTIC! how do you embed it into a survey or question? ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-07-19 18:00 Message: Logged In: YES user_id=14116 This is already implemented but not document. See the phpesp/public/signup.php script. ---------------------------------------------------------------------- Comment By: Harry Mangalam (mangalam) Date: 2005-07-19 17:51 Message: Logged In: YES user_id=4526 I think what he means is that it would be very helpful to have self-defined logins. The respondents would be able to set a unique login/pass for themselves that would allow them to return later to finish or correct a survey for as long as the survey was open. ie: The fist page allows me to login or define a login (or optionally do the survey anonymously), then either with an email verification a la mailman or just directly, I can then log in and do the survey. If I get distracted or want to change my answers later, I just use the same login/pass. For repeated surveys of the same target group, the login/pass info is kept for an admin-defined length of time. This was a pretty common critique of other surveys I've tried to do using web-available sites. For most of the surveys I've done, it's very difficult to set up a private survey b/c we don't have all the info to set them up beforehand and the activation energy for people to email us with this info dramatically reduces the feddback. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-12 23:15 Message: Logged In: YES user_id=198398 The ability to partially complete a survey and then return to it to complete it is already implemented for private surveys. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-12 23:12 Message: Logged In: YES user_id=198398 The ability to partially complete a survey and then return to it to complete it is already implemented for private surveys. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-12 23:10 Message: Logged In: YES user_id=198398 The ability to partially complete a survey and then return to it to complete it is already implemented for private surveys. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1164746&group_id=8956 |
From: Mail D. S. <pos...@el...> - 2005-07-19 18:02:56
|
With reference to your message with the subject: "phpESP-devel digest, Vol 1 #528 - 2 msgs" The local mail transport system has reported the following problems it encountered while trying to deliver your message: ------------------------------------------------------------------- 551 This is not a relay host - mail must be to or from host domain. ------------------------------------------------------------------- Your mail message is being returned to you in the next part of this message. Should you need assistance, please mail pos...@el.... |
From: SourceForge.net <no...@so...> - 2005-07-19 18:01:30
|
Feature Requests item #902808, was opened at 2004-02-23 11:42 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=902808&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Submitted By: Jeff (skrysakj) Assigned to: Nobody/Anonymous (nobody) Summary: Stop multiple admissions from same IP Initial Comment: For public surveys, have an option whereby the same person from the same IP address cannot submit more than once. This is NOT a perfect solution for a common problem, but having the option may be nice. ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2005-07-19 13:01 Message: Logged In: YES user_id=14116 That should have said... The IP is already logged for public surveys. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-07-19 12:58 Message: Logged In: YES user_id=14116 If the IP is already logged for public surveys. The IP shows up when you export the survey. ---------------------------------------------------------------------- Comment By: Harry Mangalam (mangalam) Date: 2005-07-19 12:54 Message: Logged In: YES user_id=4526 I would add a request that the IP's just be logged and included in the analysis/report. I have to do this manually via the apache logs, and it's not a huge problem, but it would certainly be easier if it was a built-in option. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2004-05-10 07:29 Message: Logged In: YES user_id=14116 Multiple submissions blocking should be configurable. If the survey is deployed in a controlled env. where it is known that IP's are unique then an IP block would be an option. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2004-05-10 01:45 Message: Logged In: YES user_id=198398 What would happen in the case that the user connects to the survey via a proxy? the ip that would be captured would be of the proxy and ends up creating problems eg. having blocked access to the survey for all others using the same proxy (eg from the same organisation etc). How about a snippet of code that disbales the submit button once the survey has been submitted. I know this isn't the best solution either as people can click the back button on their browser several times and keep reposting the results however it should suffice for the average user and in fact I have this implemented on my system and have had very few problems with multiple submissions. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2004-05-10 01:44 Message: Logged In: YES user_id=198398 What would happen in the case that the user connects to the survey via a proxy? the ip that would be captured would be of the proxy and ends up creating problems eg. having blocked access to the survey for all others using the same proxy (eg from the same organisation etc). How about a snippet of code that disbales the submit button once the survey has been submitted. I know this isn't the best solution either as people can click the back button on their browser several times and keep reposting the results however it should suffice for the average user and in fact I have this implemented on my system and have had very few problems with multiple submissions. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2004-05-10 01:43 Message: Logged In: YES user_id=198398 What would happen in the case that the user connects to the survey via a proxy? the ip that would be captured would be of the proxy and ends up creating problems eg. having blocked access to the survey for all others using the same proxy (eg from the same organisation etc). How about a snippet of code that disbales the submit button once the survey has been submitted. I know this isn't the best solution either as people can click the back button on their browser several times and keep reposting the results however it should suffice for the average user and in fact I have this implemented on my system and have had very few problems with multiple submissions. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2004-05-10 01:42 Message: Logged In: YES user_id=198398 What would happen in the case that the user connects to the survey via a proxy? the ip that would be captured would be of the proxy and ends up creating problems eg. having blocked access to the survey for all others using the same proxy (eg from the same organisation etc). How about a snippet of code that disbales the submit button once the survey has been submitted. I know this isn't the best solution either as people can click the back button on their browser several times and keep reposting the results however it should suffice for the average user and in fact I have this implemented on my system and have had very few problems with multiple submissions. ---------------------------------------------------------------------- Comment By: portrower8 (portrower8) Date: 2004-04-29 23:51 Message: Logged In: YES user_id=1032335 What about asking respondants for last four digits of their social...or their name or something... ? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=902808&group_id=8956 |