From: SourceForge.net <no...@so...> - 2004-02-17 13:36:51
|
Bugs item #748223, was opened at 2003-06-03 14:53 Message generated for change (Comment added) made by mcwsf You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=748223&group_id=8956 Category: Admin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Matthew Gregg (greggmc) Assigned to: Nobody/Anonymous (nobody) Summary: CSV Export field name clash Initial Comment: CVS exporter doesn't distinguish between fields that are named the same. ---------------------------------------------------------------------- Comment By: Martijn Willemsen (mcwsf) Date: 2004-02-17 13:31 Message: Logged In: YES user_id=977615 I would certainly value a patch that can resolve problems with already existing surveys. We ran a questionnaire using phpesp 1.6.1 that has this problem, and it is difficult to retrieve the data otherwise. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2003-10-01 13:23 Message: Logged In: YES user_id=14116 If the patch works for existing surveys it should go into the tree. Why would we want this optional? Don't want to have to ask people to apply a patch and we don't want to continually keep the patch in sync with the tree. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2003-10-01 11:50 Message: Logged In: YES user_id=198398 I've tested it an it doesn't break existing surveys it only applies to any new questions being added to the survey. However how about distributing a patch that can be used by those who find themselves in this situation where the question id is joined to the question name thus making it unique. They can then simply download the results again and hopefully the problem no longer exists. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2003-09-29 15:20 Message: Logged In: YES user_id=14116 I think disallowing duplicate question names is the way to go, but could break existing surveys. How should we handle that? ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2003-09-28 01:25 Message: Logged In: YES user_id=198398 I've added code to survey_update to prevent duplicate question names from being used in a given survey which will prevent this type of bug from reoccuring. If you think that this is satisfactory then close this request. If however you feel strongly about allowing duplicate names and that the fix should be in the cvs export function then please let me know and I'll look into it while I have a bit of time on my hands. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=748223&group_id=8956 |