From: Eric B. <eri...@ho...> - 2003-05-31 09:57:45
|
Hi, Maybe it's a good idea to place Kon's 'forking' patch to the CVS tree ? Then we can all try to test/bugfix it. Eric _________________________________________________________________ MSN Zoeken, voor duidelijke zoekresultaten! http://search.msn.nl |
From: Eric B. <eri...@ho...> - 2003-10-10 07:35:21
|
Hi, Maybe it's a good idea to place Kon's 'forking' patch to the CVS tree ? Then we can all try to test/bugfix it. Eric _________________________________________________________________ Chatten met je online vrienden via MSN Messenger. http://messenger.msn.nl/ |
From: Matthew G. <gr...@mu...> - 2003-10-10 13:52:08
|
The patch is available here[1]. It should apply against the current CVS. I would not want to apply it to the main CVS tree in its current state. However, anyone that wants to work on it can check out CVS, apply the patch and fix it up. If you're able to work on it, please do. [1] http://bfs.itlab.musc.edu/~greggmc/stuff/newfork.patch On Fri, Oct 10, 2003 at 09:34:47AM +0200, Eric Bont wrote: > Hi, > > Maybe it's a good idea to place Kon's 'forking' patch to the CVS tree ? > Then we can all try to test/bugfix it. > > Eric > > _________________________________________________________________ > Chatten met je online vrienden via MSN Messenger. http://messenger.msn.nl/ > > > > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Kon <ang...@ip...> - 2003-10-10 14:04:39
|
As Matthew said the patch still needs some work especially when it comes to dealing with saved/resumed surveys and navigating back/forward through surveys. I would have looked at it by now but am trying to get advanced reporting included into the tool. So if anyone wants to devote some time to it please fell free to do so and I'd be more than willing to help out where I can. Kon On Fri, 2003-10-10 at 23:51, Matthew Gregg wrote: > The patch is available here[1]. It should apply against the current > CVS. I would not want to apply it to the main CVS tree in its current > state. However, anyone that wants to work on it can check out CVS, > apply the patch and fix it up. If you're able to work on it, please > do. > > > [1] http://bfs.itlab.musc.edu/~greggmc/stuff/newfork.patch > > On Fri, Oct 10, 2003 at 09:34:47AM +0200, Eric Bont wrote: > > Hi, > > > > Maybe it's a good idea to place Kon's 'forking' patch to the CVS tree ? > > Then we can all try to test/bugfix it. > > > > Eric > > > > _________________________________________________________________ > > Chatten met je online vrienden via MSN Messenger. http://messenger.msn.nl/ > > > > > > > > This SF.net email is sponsored by: SF.net Giveback Program. > > SourceForge.net hosts over 70,000 Open Source Projects. > > See the people who have HELPED US provide better services: > > Click here: http://sourceforge.net/supporters.php > > _______________________________________________ > > phpESP-devel mailing list > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > > |
From: Matthew G. <gr...@mu...> - 2003-05-31 18:13:07
|
You are correct... I've been working on making the patch CVS'able, in my enormous amounts of free time, for that very reason. I had the patch as was submitted by Kon working and appeared stable with a minimal amount of testing. However, a large portion of the patch, relating to text for rate questions, still needed to be "backed out". I am currently working on this. I'll paste my TODO below: - (fixed) in Questions tab, moving between questions, an extra question "nav/button" bar is shown. - (fixed) rename table ratetext to rate_text - (fixed) copied survey's don't skip anymore. Looks like skips are copied to the new survey before question_choices are, which skips depend on. So, the skips in the new survey point to question_choices from the original. In survey_copy.inc, it's the "precise" column not getting updated to the new(copied). That column should match the new intended_response variable. - (fixed) missing an entry in question_type for skip questions. - (fixed) question_choice table isn't properly purged when ?where=purge is issued. - remove all instances of rate_text code. Don't forget to remove rate_text stuff from mysql update scripts. Should commit to SF CVS at this point. - move functions out of order.inc to where they should be - more "style" cleanups - test private surveys with a fork. - even more testing. On Sat, May 31, 2003 at 11:43:57AM +0200, Eric Bont wrote: > Hi, > > Maybe it's a good idea to place Kon's 'forking' patch to the CVS tree ? > Then we can all try to test/bugfix it. > > Eric > > _________________________________________________________________ > MSN Zoeken, voor duidelijke zoekresultaten! http://search.msn.nl > > > > This SF.net email is sponsored by: eBay > Get office equipment for less on eBay! > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |