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: Matthew G. <gr...@mu...> - 2003-06-18 20:10:51
|
Here[1] is the latest iteration of the fork patch. Disabling of back/forwards with forked surveys has not been implemented in this patch. Please test and comment, etc.. Possibly this can be committed? [1] http://bfs.itlab.musc.edu/~greggmc/stuff/newfork.patch -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Moshe W. <wei...@te...> - 2003-06-18 13:29:08
|
I agree that this is reasonable for now. Kon wrote: >Disable backwards/forwards if a survey has forks would be what I would >suggest. > > >Kon > |
From: Kon <ang...@ip...> - 2003-06-18 08:10:37
|
Disable backwards/forwards if a survey has forks would be what I would suggest. Kon On Wed, 2003-06-18 at 10:13, Matthew Gregg wrote: > The Fork patch + back/forward/save on surveys == problems. > > Here is the deal... > Build a survey with a fork. Place several questions between the > fork. Take the survey and don't take the fork. Then save the survey > without submitting. Now resume the survey, go back to the fork, this > time take the fork and submit the survey. The questions that you > forked over this time but answered the first time get submitted. > > How to fix: > - We could disable backwards/forwards if a survey has forks. > - Make forks play nice with B/F. May be difficult. > > I'm just about ready to commit the fork patch, should I with this > issue? I'll get my updated patch out on list tomorrow. > |
From: Matthew G. <gr...@mu...> - 2003-06-18 00:13:41
|
The Fork patch + back/forward/save on surveys == problems. Here is the deal... Build a survey with a fork. Place several questions between the fork. Take the survey and don't take the fork. Then save the survey without submitting. Now resume the survey, go back to the fork, this time take the fork and submit the survey. The questions that you forked over this time but answered the first time get submitted. How to fix: - We could disable backwards/forwards if a survey has forks. - Make forks play nice with B/F. May be difficult. I'm just about ready to commit the fork patch, should I with this issue? I'll get my updated patch out on list tomorrow. -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: SourceForge.net <no...@so...> - 2003-06-14 08:03:56
|
Bugs item #754420, was opened at 2003-06-14 01:03 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=754420&group_id=8956 Category: Admin Group: cvs Status: Open Resolution: None Priority: 5 Submitted By: Leonard Chan (wotg) Assigned to: Nobody/Anonymous (nobody) Summary: Small Security Issue in admdesigner.inc Initial Comment: Hello. I just noticed what I believe to be a small security issue in 'admdesigner.inc'. There is an existing permisions check, but it only applies to "Delete" operations. As far as I can tell, there is no checking when opening, updating, or adding a designer. One solution would be to move the permissions check a dozen lines earlier, and have it apply to all operations. Hope I'm not imagining things again... Have a good one! Leonard. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=754420&group_id=8956 |
From: flobee <fl...@gm...> - 2003-06-13 03:09:01
|
very cool , and very good idea jeames! but i haven´t check out this tool! (working on the result design :-) ) xml for im/export always good! and i love public backends to grab it :-) note: since this week i´m on a bug search... chad´s addon and main survey_result.inc having a bad handling for $showTotals if($showTotals === '') $showTotals = 1; // 3x = ??? and then below $totals = $showTotals; this sets the "show totals" to alwasy ON change to if(!isset($showTotals) $showTotals = 1; then, in the function call can be 1, false, true,0 using empty() will show totals on NT php4.3.2 kind regards flobee ----- Original Message ----- From: "James E. Flemer" <jf...@uv...> To: <php...@li...> Sent: Friday, June 13, 2003 4:37 AM Subject: Re: [phpesp-dev] sql_static web site > That brings up an interesting point. Perhaps it would be cool to have > some other import options. So someone could just HTTP-upload a CSV file > (with some predefined layout) that would populate various things. Just > a musing of mine. Anyone else have any thoughts along that line? > > (I still want to migrate to an XML representation for surveys, at least > for import and export.) > > -James > > Chad Bearden wrote: > > I've been asked for more info on sql_static so here it is. > > > > http://www.beardendesigns.com/phpESP/sql_static.php > > > > It is pretty cool. I just created a survey with one question that had > > over 500 possible answers. The answers were in a Excel spreadsheet. I > > exported to csv and into its' own table in the phpESP database. Then > > using sql_static create the question with a simple <sql_static> tag. > > > > Please let me know if you have any comments or complaints. > > > > chad. |
From: James E. F. <jf...@uv...> - 2003-06-13 02:37:56
|
That brings up an interesting point. Perhaps it would be cool to have some other import options. So someone could just HTTP-upload a CSV file (with some predefined layout) that would populate various things. Just a musing of mine. Anyone else have any thoughts along that line? (I still want to migrate to an XML representation for surveys, at least for import and export.) -James Chad Bearden wrote: > I've been asked for more info on sql_static so here it is. > > http://www.beardendesigns.com/phpESP/sql_static.php > > It is pretty cool. I just created a survey with one question that had > over 500 possible answers. The answers were in a Excel spreadsheet. I > exported to csv and into its' own table in the phpESP database. Then > using sql_static create the question with a simple <sql_static> tag. > > Please let me know if you have any comments or complaints. > > chad. > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: eBay > Great deals on office technology -- on eBay now! Click here: > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel |
From: flobee <fl...@gm...> - 2003-06-12 22:32:36
|
hello list i got bad feedback form my users about the huge space between the questions and inside the questions at all here a little mofdification suggestion for survey_render.inc **change : <td class="preQuestionBorder"> </td> **to: <td class="preQuestionBorder"> <!-- ONE SIMPLE SPACE --></td> in stylesheet for "preQuestionBorder" you can set an blank image to set the height of this space otherwise you cannot limit it in css as new: blockquote { font-family: Verdana,Arial,Helvetica; /* Your Font set */ border: 0px; height: auto; margin: 0px auto 0px 10%; /* use "px" OR "%" test it */; } as well: with the cool Hack of Chad Bearden´s resp_interface the results need now a view like the surveys have! would you like me to do that or will you do it!? kind regards flobee |
From: Chad B. <ch...@be...> - 2003-06-12 20:47:11
|
I've been asked for more info on sql_static so here it is. http://www.beardendesigns.com/phpESP/sql_static.php It is pretty cool. I just created a survey with one question that had over 500 possible answers. The answers were in a Excel spreadsheet. I exported to csv and into its' own table in the phpESP database. Then using sql_static create the question with a simple <sql_static> tag. Please let me know if you have any comments or complaints. chad. |
From: Chad B. <ch...@be...> - 2003-06-12 16:08:37
|
Found a silly but crippling bug. You'll find on http://www.beardendesigns.com/phpESP/ or http://www.beardendesigns.com/phpESP/resp_interface-0.31.tar.gz chad. |
From: Chad B. <ch...@be...> - 2003-06-11 21:59:38
|
Hello all of you surveyors out there. I've upgraded my respondent interface after flobee identified a security bug. Thank you, flobee. The new download can be found at: http://www.beardendesigns.com/phpESP/index.php to download directly try this: http://www.beardendesigns.com/phpESP/resp_interface-0.3.tar.gz Thanks to the core developers for making such a robust package. From Rainy Florida, chad. |
From: SourceForge.net <no...@so...> - 2003-06-11 20:56:37
|
Feature Requests item #752902, was opened at 2003-06-11 22:56 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=752902&group_id=8956 Category: None Group: None Status: Open Priority: 5 Submitted By: flobee (flobee) Assigned to: Nobody/Anonymous (nobody) Summary: pictures/covers to survey by using the "sid" Initial Comment: survey_render.inc line ~51 - 58 <table class="headerGraphic"> <tr> <td class="image"></td> </tr> </table> *** // NEW SUGGESTION *** <table border="0" WIDTH="100%"> <tr valign="TOP"> <td WIDTH="95%"><h2 class="surveyTitle"><?php echo($survey["title"]); ?></h2></td> <TD WIDTH="*" nowrap="nowrap"> <?php if(file_exists("covers/" . $survey["id"] . ".jpg") ) { echo ("<IMG SRC=\covers/".$survey["id"].".jpg\ ALT=\".$survey["title"]."\ hspace=\2\ vspace=\2\ BORDER=\0\>"); }else{ echo ("<IMG SRC=\covers/blank.gif\ ALT=\\ height=\4\ WIDTH=\4\ BORDER=\0\>"); } ?> </TD> </tr> </table> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=752902&group_id=8956 |
From: flobee <fl...@gm...> - 2003-06-11 08:19:56
|
yo! i think the querys (1) must be worked out for "respondent_survey_results" otherwise users could browse throught the hole database and can see all single surveys-results even those which need authentification to get into it : public / respondent_survey_results.inc.php ~ 85: // load survey title (and other globals) $sql = "SELECT * FROM survey WHERE id='${sid}'"; should be something like this: // load survey title (and other globals) ++ but user specific $sql = "SELECT * FROM survey A, response R WHERE A.id='${sid}' AND A.realm = '$realm' // Im not sure!!! one user ONLY for one realm?? AND R.username = '$user' AND R.survey_id ='${sid}' AND R.complete ='Y' "; than extra check if result is empty (num rows < 1) = not found : echo "wrong user, group? or survey not complete"; or am i wrong? actually it´s set to respondent_survey_results_navbar but you will get the result note: this is only for this respondent interface! the main version if fine flobee ----- Original Message ----- From: "Chad Bearden" <ch...@be...> To: "flobee" <fl...@gm...> Cc: <php...@li...> Sent: Tuesday, May 27, 2003 1:03 PM Subject: Re: [phpesp-dev] respondent interface Gosh. Glad you like it. I'm not familiar with the flash ui but will give it a look. Someone (maybe you) asked for an interface for a respondent to change their password and this is a good idea. Right now I'm fooling with the "right" way to add management functions that doesn't break the phpESP core releases. Items on the agenda: Better reporting Being able to pull choices from a db table rather than enter them into the questions interface. Sorting choices when displayed in abc or numerical order. chad. On Saturday, May 24, 2003, at 17:16 US/Eastern, flobee wrote: > i´m jealous (envious , grudging ) , cool script :-) (don´t know the > right > word) :-o > i build something similar but much more complicated (and out of phpesp > file > structure) ... > just want to tell you: really good option!! > > your MOD could be good to start with a flash user interface i´m > thinking > for a while to do one (as well a "survey-remote" tool (what i basicly > do: > flash) > can have the tables and more limited results for the beginning - > > because > i´m still not sure how to handle huge result pages in flash. > has anyone thinking about using flash? i remember somebody in this list > showed something with graphs as an option for the results > well , flash only or templates graphs for each question , question > type as > option to show the results , i could imagine would be a nice option.! > let me know -> i´m not on that level yet to develop the php code for > this > project! but flash no problem, and php: i´m lerning and learning :-) > reference.: (no graphs but dynamic flash CMS system: > www.deliciousgarden.com ) > > kind regards flobee > > > ----- Original Message ----- > From: "Chad Bearden" <ch...@be...> > To: "flobee" <fl...@gm...>; <php...@li...> > Sent: Wednesday, May 21, 2003 2:44 PM > Subject: Re: [phpesp-dev] respondent interface > > > Take a look at the code in > phpESP/public/respondent_survey_results.inc.php I think this may do > what you want. The code is just a hacked version of the > survey_results.php code but limits to looking at just 1 result. It > also ignores answers that weren't checked. > > chad. > > On Wednesday, May 21, 2003, at 07:06 US/Eastern, flobee wrote: > >> yo! thats what i need in some ways! my post was in the same time than >> you >> update :-) >> have you any idea if it is possible to get the postet >> information/result >> form a single repondent of a survey? >> i´m not quite sure! if than, i think it must be a huge query, insn´t >> it!? >> kind regards >> flobee >> ----- Original Message ----- >> From: "Chad Bearden" <ch...@be...> >> To: <php...@li...> >> Sent: Tuesday, May 20, 2003 9:37 PM >> Subject: [phpesp-dev] respondent interface >> > > > > ------------------------------------------------------- > This SF.net email is sponsored by: ObjectStore. > If flattening out C++ or Java code to make your application fit in a > relational database is painful, don't do it! Check out ObjectStore. > Now part of Progress Software. http://www.objectstore.net/sourceforge > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > ------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge _______________________________________________ phpESP-devel mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpesp-devel |
From: Chad B. <ch...@be...> - 2003-06-10 19:46:53
|
This is a bug fix for the new sql_static feature. I've included the whole file as it is probably easier to install this way. Installation info is in the file, search for 'Installation:' This file adds the feature of creating question choices via sql rather than you having to type them. Let's say you have a question like, Who's your favorite respondent? You could type in all of the names...Boring. or you could just type <sql_static>select `fname`,`lname` from `respondent` where disabled = 'N' order by `lname`</sql_static> This would look into the phpESP db and pull all the respondents that are active. Much easier. chad. |
From: SourceForge.net <no...@so...> - 2003-06-10 18:18:21
|
Feature Requests item #752058, was opened at 2003-06-10 17:40 Message generated for change (Comment added) made by briwood You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=752058&group_id=8956 Category: survey format Group: None Status: Closed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: "other" option with text entry Initial Comment: Often "Other" is included as the last item in a list of options. It would be nice to have space to type in a value when the user's choice is not available. e.g.: What is your favourite colour? [ ] blue [ ] green [ ] red [ ] other: _________________ ---------------------------------------------------------------------- Comment By: Brian Wood (briwood) Date: 2003-06-10 18:18 Message: Logged In: YES user_id=190642 This feature is already part of phpesp 1.6.1. Kindly visit /admin/manage.php?where=new: For check boxes and radio buttons, you may enter "!other" on a line to create a fill in the blank option. An "Other" box defaults to using the prompt Other: , but is configurable by using the format: !other=prompt text ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2003-06-10 17:46 Message: Logged In: YES user_id=14116 phpESP can already do this. See !other in the docs. and on the survey creation pages. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=752058&group_id=8956 |
From: SourceForge.net <no...@so...> - 2003-06-10 18:11:53
|
Feature Requests item #752058, was opened at 2003-06-10 12:40 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=752058&group_id=8956 Category: survey format Group: None >Status: Closed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: "other" option with text entry Initial Comment: Often "Other" is included as the last item in a list of options. It would be nice to have space to type in a value when the user's choice is not available. e.g.: What is your favourite colour? [ ] blue [ ] green [ ] red [ ] other: _________________ ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2003-06-10 12:46 Message: Logged In: YES user_id=14116 phpESP can already do this. See !other in the docs. and on the survey creation pages. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=752058&group_id=8956 |
From: SourceForge.net <no...@so...> - 2003-06-10 17:40:17
|
Feature Requests item #752058, was opened at 2003-06-10 10:40 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=752058&group_id=8956 Category: survey format Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: "other" option with text entry Initial Comment: Often "Other" is included as the last item in a list of options. It would be nice to have space to type in a value when the user's choice is not available. e.g.: What is your favourite colour? [ ] blue [ ] green [ ] red [ ] other: _________________ ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=752058&group_id=8956 |
From: Andreas S. <kno...@th...> - 2003-06-08 17:38:58
|
I've written a small modification for the espi18n.inc where the GetText class is used to emulate gettext. So, now even if the PHP gettext extension is not available the messages are correctly translated. Package was only tested with pnESP but should work with phpESP without any modification as the core is almost the same. esp_setlocale() was rewritten, the rest is still the same. To install: * Make a backup of your espi18n.inc * Drop files in your phpESP base directory. You can download package here: http://pnesp.sf.net/downloads/phpesp/gettext_emu.tgz Package content: gettext/ gettext/doc/ gettext/doc/gettext.directorystructure.html gettext/doc/gettext.errorhandling.html gettext/doc/gettext.installation.html gettext/doc/gettext.introduction.html gettext/doc/gettext.phpusage.html gettext/doc/gettext.portableobjectfiles.html gettext/doc/gettext.translationdomain.html gettext/doc/gettext.variableinterpolation.html gettext/doc/index.html gettext/doc/stylesheet.css gettext/GetText.php gettext/PEAR.php admin/include/lib/espi18n.inc Andreas ----------------- no brain, no pain |
From: Eric B. <eri...@ho...> - 2003-06-07 04:25:27
|
I want to change the date (input, results and export) in a European date("d m Y"); Any ideas how/where to do this ? Eric _________________________________________________________________ Hotmail en Messenger on the move http://www.msn.nl/communicatie/smsdiensten/hotmailsmsv2/ |
From: Chad B. <ch...@be...> - 2003-06-06 20:29:21
|
The patch itself has all of the documentation. Here's a brief synopsis. // // This new feature is used when making surveys. Prior to this feature which // I call sql_static you had to type all answers to a multiple choice // question. Like all the clinic names or all the director names or ...you // get the idea Now, you can just put the following in the 1st possible // answer slot and it will pull the data from an already existing database // table. // // Examples: // // <sql_static>select `code`, `desc` from `ndas` order by `code`</sql_static> // // <sql_static>select `name` from `clinic` order by `name`</sql_static> // // This is SQL!! Oh the horror! Something else to learn but the payoff is // BIG. The first example grabs the code and description from the ndas // table which must exist in the phpESP database. The code and description // will be concatenated (smushed) together with a space seperating them. With // the second statement a table named `clinic` in the phpESP database is // searched for a `name` field and returns all of those names sorted in // alphabetical order, `order by name`. Very Cool!! A word to the paranoid, // I do check that the first word after the tag is 'select'. Also if the // table you are grabbing choices from is not in the phpESP database do not // fret. Use the <connect> tag to open that database. Use DB::connect() // syntax like: (Yes you need a recent php 4.1.x install, I'm testing with // 4.3.2) // // <connect>mysql://user:pass@host/db_name</connect> // <sql_static>select field from table</sql_static> // // example: // // <connect>mysql://phpaicm:phpaicm@localhost/phpaicm</connect> // <sql_static>select `first_name`, `last_name` from `composer` order by `last_name`</sql_static> // // see: http://pear.php.net/manual/en/package.database.db.intro-dsn.php // // Please note that this creates all choices on the fly and then inserts them // into the phpESP `response` table. Really no different than typing them all // in yourself, but quicker and more accurate. This method does require that // the source table exists, namely in this example, `composer`. It also requires // that a field in `composer` exists, namely, `last_name`. I don't check all of this // before submitting the sql to the database but it will return somewhat // helpful error messages if any of the criteria are not met. // // I call this sql_static because if the table you based your choices on // changes it will NOT change your survey. The choices are created at // question build time and afterwards the table is no longer consulted. // The info is duplicated in the phpESP choices table. // // I plan on creating a sql_dynamic tag that will consult the db table everytime // the survey is displayed. This has huge ramifications for rendering and // reporting and is still in the thinking stages. Here is a glimpse. // // When creating your question type the following into the 1st possible answer // box. // // <sql_dynamic>select name from clinic order by name</sql_dynamic> // // Now, when you view your survey in preview mode you will see all of the data // pulled from the table in real time. If the table changes so too does the // survey. This is good and bad. The good, no need to copy surveys for // adding choices to existing questions, just change the table they get their // answers from. The bad, reporting becomes a nightmare... chad. |
From: James E. F. <jf...@uv...> - 2003-06-05 23:59:15
|
Hello Users and Developers, This week's issue of eWeek featured a favorable review of phpESP. The article is available on-line at the following URL: http://www.eweek.com/article2/0,3959,1111892,00.asp I'd like to commend all the developers for all their work on this project, as well as thank the users for their feedback and suggestions. Good Work! -James |
From: SourceForge.net <no...@so...> - 2003-06-03 15:19:20
|
Bugs item #748223, was opened at 2003-06-03 09: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=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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=748223&group_id=8956 |
From: SourceForge.net <no...@so...> - 2003-06-03 14:42:23
|
Bugs item #745080, was opened at 2003-05-28 13:41 Message generated for change (Settings changed) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=745080&group_id=8956 Category: None Group: v1.6 >Status: Closed >Resolution: Works For Me Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Installation-problem Initial Comment: I have installed phpesp on WinNT , Database is configured and TEST.PHP is runnig without any problems. Starting with index.php i get an error 401 Unauthorized [ Incorrect User ID or Password, or your account has been disabled/expired. ] . It seems that an entry in the db is wrong ? What can I do ? po...@ma... ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2003-05-28 13:44 Message: Logged In: YES user_id=14116 Are you running phpESP with IIS or Apache? Is PHP configured to run as a module or as a CGI? phpESP authentication will not work when used with PHP configured as a CGI. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=745080&group_id=8956 |
From: <sb...@sb...> - 2003-06-03 13:30:10
|
$B!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!L$>5Bz9-9p(B $B!c;v6H<T!dA4?.6(!&!!!!!!(B $B$40U8+$O(B 03-5458-8163$B>5$j@lMQ(B $BFMA3$NG[?.$4MF<O4j$$$^$9!&:#8eITMW$NJ}$O!"BgJQ?=$7Lu$"$j$^$;$,(B http://sb88.com/deny.htm$B$K$F$*4j$$?=$7>e$2$^$9(B $B(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(B $B!!!!!!!!!!!!(B $B#52/#9@iK|1_<}F~>Z5r8+$;$^$9!#(B $B!!!!!!!!!!!!$"$N;~!"!"#12/1_0J>e$"$C$?$i(B $B!!!!!!!!!!!!!!(B $B!!!!!!!!!!!!!!!!!!$"$N;~!"J]>Z>Z7t$GJ]>Z$N8*Be$o$j$7$F$$$?$i(B $B!!!!!!!!!!!!!!(B $B!!!!!!!!:#$O!":G9b$G!"$h$j0J>e$KK-$+$J?M@8$J$N$K(B $B!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!#32/1_$X$N0lJb(B $B!!!!!!!!!y"f"f"f"f"f!z"f"f"f"f"f!y"f"f"f"f"f!z"f"f"f"f"f!y(B $B!zJ]>Z;v6H$KIT67$J$7!&J]>Z$KG:$s$G$$$k?M$O!"B?$$$+$i!#(B3$B@iK|$0$i(B $B!!$$M_$7$$?M$OBgB??t$@$+$i!"<+J,$GJ]>Z8\Ld$K$J$j!"(B2$B2/!"(B3$B2/!"(B5$B2/(B9$B@i(B $BK|1_3MF@<T$KDI$$$D$-$^$7$g$&!#(B $B!!7hCG$H<B9T$O>Z5r$+$i!&>Z5r$OJ*E*>Z5r!&13$D$-$^$;$s!&qY$5$l$?$/$J$$(B $B?M$O>Z5r$r!*(B $B!!!!!!!z"f"f"f"f"f!y"f"f"f"f"f!z"f"f"f"f"f!y"f"f"f"f!z(B $B!!!!!!!!!!!!!!(B $B!!!!!!!!!!!!!!!!!!:#$+$i$G$bCY$/$"$j$^$;$s!*!*(B $B:#$,@d9%$N%A%c%s%9!*IT67$@$+$iDI$$Iw$N!VJ]>Z:_Bp8\Ld!aE9J^IT(B $BMW$N%3%s%S%KE9$N%*!<%J!<$HF1$8!W$K!*>Z5r3NG'>)Ne!">Z5rL5$7$O;v(B $B<BL5$7$H8+$F0B?4$N0U8+B?$$!#(B $B!!!|$3$A$i$+$i(B $B!!(B http://sb88.com/ $BL5NA$N;qNA$4@A5a$G$-$^$9!#(B $B!!(B $B!!(BHP$B$N%H%C%W%Z!<%8$@$18+$F;qNA@A5a$9$kJ}$,B?$$$G$9!#M}M3$O;qNA(B $B!!$NJ}$,2r$j0W$$!&$H$N$3$H$G$9!#(B $B!!!!!!!y"f"f"f"f"f!z"f"f"f"f"f!y"f"f"f"f"f!z"f"f"f"f"f!y(B $B$3$l$+$i$N0B?4$H$f$H$j$N6b3[$rL\;X$7$F!"$"$J$?$b8\Ld$K$J$j$^$;$s(B $B$+!)(B $BBh0lJb$H$7$F;qNA@A5a$r$7$F$/$@$5$$!#!!!!!!L5NA$G;qNA$rM9Aw$7$^$9!#(B $B;qNA$G$$$m$$$m$J;v<B$H>Z5r$r3NG'$7$F2<$5$$!#(B (I"$B>^6b#1#2#0K|1_%W%i%9(B=$B#7#4#4K|1_(I#$B$N8"Mx$r!*?M?t@hCe=g@)8B$K$D$-!"(B $B;j5^;qNA$r@A5a$7$F$/$@$5$$!*(B $B!!!!!!!!(B $B!!!!!!!!!|(B $B2?;v$b>Z5r$,0lHV$K;v<B$N>ZL@(B $B!!!|(B $B$=$NCf$G$bJ*E*>Z5r$,4V0c$$$J$$$N$O<~CN$NDL$j$G$9!#(B $BJ]>Zkz7t$GJ]>Z$NHa7`$rKI$0;v6H$G$9!#(B $B<R2q9W8%$r$7$J$,$i9bN(<}F~$rF@$i$l$^$9!#(B $B$^$?J]>Z$N@UG$$O$9$Y$?<uBw6(2q$,;}$A!"8\Ld$K$O0l@Z@UG$$O$"$j$^(B $B$;$s!#(B $BJ]>Z$N%j%9%/$O0l@Z$"$j$^$;$s!"$40B?4$r!#(B $B8\Ld8xG'HV9f$r;H$&$N$G$"$J$?$NL>A0$OC/$K$bCN$i$l$:$K=PMh$^$9!#(B $B!|$3$A$i$+$i(B $B!!(Bhttp://sb88.com/ $B!!L5NA$N(B $B;qNA$4@A5a$G$-$^$9!#(B $B!}8D?M!":_Bp!"7s6H$G!"#22/1_!"#32/1_!"#52/#9@iK|1_$N<}F~<TB3=P>Z(B $B!!5rM-$j$^$9!&8+$;$^$9!&2?;v$bqY$5$l$?$/$J$$0Y$K@'Hs!">Z5r$N3NG'(B $B!!!z(B--$B!z(B--$B!~(B--$B!z!!%M%C%H%P%V%k$NJx2u$N8=67!!!z(B--$B!~(B--$B!z(B--$B!~(B $B!|%M%C%H%S%8%M%9$G!V8D?M$NG/<}#5@iK|1_0J2<$NJ}!9!W$O!V6%AhAj<jF1(B $B!!6H<T2a>j6H<o!W$,860x$H8@$o$l$F$$$^$9!#(B $B(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(B $B!!!!!z(B--$B!~(B--$B!zJ]>Z>Z7tH/9TJ]>Z0z$-<u$1;v6H$O!z(B--$B!~(B--$B!z(B $B!!!!!!!!!z(B--$B!~!!F|K\$G;O$a$FEv6(2q$G3+H/$7#3#7G/!!!z(B--$B!~(B $B!!!!!z(!(!(!!&!&!&(!(!(!(!!&!&!&!&(!(!(!!&!&!&(!(!(!!&!&!&(!!=!=!z(B $BJ]>Z>Z7t$GJ]>Z$NHa7`$r8*Be$o$j$9$k#1#5<o>Z7t!a>Z7tJ]>Z%5!<%S%9(B $B!W$r><OB#4#1G/$+$iH/9T$7$FA49qE*$KJ]>Z$7$F$$$k$N$OF|K\$GM#0l!"Ev(B $BJ]>Z<uBw6(2q$@$1$G$9!#(B $B(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(B $B!!!!!z(B--$B!~!!#22/1_!"#32/1_!"#52/1_$N8D?M<}F~<TH/@8(B $B!z(B--$B!~(B $B!!!!!!!!!!!!!!!z(B--$B!~!!$NM}M3$O%P%V%kJx2u(B $B!z(B--$B!~(B $B!z(!(!(!!&!&!&(!(!(!(!!&!&!&!&(!(!(!!&!&!&(!(!(!!&!&!&(!!=!=!z(B $B!}!H5.J}MM$bDI$$$D$-DI$$H4$/J]>Z>Z7t;v6H!I$O!">&9f!aJ]>Z:_Bp;v(B $B!!6H8\!!Ld!&J]>Z6(2qD9!JE9J^!";vL3=jITMW$N%3%s%S%KE9$N%*!<%J!<$H(B $B!!F1MM!K$O!"!!M=Dj!"4uK>!"L4Ey$r%*!<%P!<$7$?<}F~>Z5r$NM}M3$OC1=c(B $B!!$G$9!#(B $B!!%M%C%H%P%V%k!J<{MW$h$j6!5k<T$,5^A}$7$?!K$H@5H?BP$K!"IT67$N@z$j$G!!(B $B!!;q6b!J@83h!";v6H!"8=>u0];}!"IT7J5$BP:v!K$,M_$7$$?M$,!"%P%V%kJx(B $B!!2u#1#2G/0J>e7QB3$7$FA}2C$7$F$$$k$+$i$G$9!#(B $B!|$3$A$i$+$i(B $B!!(Bhttp://sb88.com/ $B!!L5NA$N;qNA$4@A5a$G$-$^$9!#(B |
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) |