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-12-06 01:04:28
|
Bugs item #1171064, was opened at 2005-03-26 11:22 Message generated for change (Settings changed) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1171064&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: v1.7 >Status: Closed >Resolution: Wont Fix Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: register_globals not detected correctly on shared servers Initial Comment: First of all: Thank you for removing the register_globals dependencies! I have installed phpESP on a shared server which has register_globals on as the master value, but I turned it off, which is reported correctly by phpinfo() as the local value. The admin/test.php using ini_get('register_globals') obviously reports the master value ("Yes") and when setting up a new survey I cannot get past the first setup page. After commenting out the register_globals related lines in admin/manage.php, admin/include/where/cancel.inc and tab.inc everything works as expected. Well, it could have something to do how my ISP (Host Europe) stores the local values, of course. [Apache/1.3.31 (Unix) FrontPage/5.0.2.2635 PHP/4.3.10] - Michael (mi...@mu...) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1171064&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-12-06 01:02:41
|
Bugs item #1368891, was opened at 2005-11-29 02:24 Message generated for change (Settings changed) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1368891&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: Deleted >Resolution: Invalid Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Erron on trying to create a new survey Initial Comment: Upon clicking for a new survey the following error is shown. Please help. Vish Using phpESP1.8 on Linux server Survey Design Help * * * * * The information on this tab applies to the whole survey. Fill out this page then go to the Fields tab to edit individual fields. Name Required Survey filename. This is used for all further access to this survey. (no spaces, alpha-numeric only) Owner Notice: Only variable references should be returned by reference in /home/vish/public_html/phpESP/admin/include/lib/adodb/adodb.inc.php on line 859 Fatal error: Call to a member function on a non-object in /home/vish/public_html/phpESP/admin/include/lib/espdatalib.inc on line 124 ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-11-29 08:43 Message: Logged In: YES user_id=14116 please post the output of http://yourhost/phpesp/admin/test.php and the version of mysql you are using. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1368891&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-12-06 01:01:37
|
Bugs item #1373224, was opened at 2005-12-04 21:59 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1373224&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: v1.7 Status: Open Resolution: None Priority: 5 Submitted By: Richard Chen (richardc020) Assigned to: Nobody/Anonymous (nobody) Summary: manage.php: wrong "Export Data" JavaScript Path Initial Comment: At http://hostname/.../phpESP/admin/manage.php?where=export, the 4th line "<script type="text/javascript" src="http://hostname/phpESP/js/default.js"></script>" should include the survey's full path, not just the path on the root. /phpESP/admin/manage.php's Line 105 Col 32's $ESPCONFIG['js_url'] should contain the full path not the root path perhaps because the esp_where function in Line 98 is undefined. This issue may be related to 1241273. ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2005-12-05 20:01 Message: Logged In: YES user_id=14116 By default the Javascript link in phpESP.ini is: $ESPCONFIG['js_url'] = $ESPCONFIG['base_url'] . 'js/'; Where $ESPCONFIG['base_url'] is: $ESPCONFIG['base_url'] = $ESPCONFIG['proto'] . $server['HTTP_HOST'] . '/phpESP/'; This works for the majority of people. Perhaps your phpESP.ini has been edited in a way that has broken this? ---------------------------------------------------------------------- Comment By: Richard Chen (richardc020) Date: 2005-12-05 19:47 Message: Logged In: YES user_id=806592 The error is that admin/phpESP.ini.php's Line 35's $ESPCONFIG['base_url'] contains my http://hostname/ part only instead of the whole http://hostname/pathname/phpESP/filename so that the .js referred to in /phpESP/admin/manage.php's Line 105 points to http://hostname/phpESP/default.js instead of http://hostname/pathname/phpESP/js/default.js as it should. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-12-05 09:30 Message: Logged In: YES user_id=14116 I'm not sure I understand your bug. I agree that the JS for surveys should come from the public url path. I've added an additional variable to phpESP.ini in CVS and moved the "public" JS to phpESP/public/js/default.js and the "managment" JS path will remain the same. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1373224&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-12-06 00:47:43
|
Bugs item #1373224, was opened at 2005-12-04 21:59 Message generated for change (Comment added) made by richardc020 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1373224&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: v1.7 Status: Open Resolution: None Priority: 5 Submitted By: Richard Chen (richardc020) Assigned to: Nobody/Anonymous (nobody) Summary: manage.php: wrong "Export Data" JavaScript Path Initial Comment: At http://hostname/.../phpESP/admin/manage.php?where=export, the 4th line "<script type="text/javascript" src="http://hostname/phpESP/js/default.js"></script>" should include the survey's full path, not just the path on the root. /phpESP/admin/manage.php's Line 105 Col 32's $ESPCONFIG['js_url'] should contain the full path not the root path perhaps because the esp_where function in Line 98 is undefined. This issue may be related to 1241273. ---------------------------------------------------------------------- >Comment By: Richard Chen (richardc020) Date: 2005-12-05 19:47 Message: Logged In: YES user_id=806592 The error is that admin/phpESP.ini.php's Line 35's $ESPCONFIG['base_url'] contains my http://hostname/ part only instead of the whole http://hostname/pathname/phpESP/filename so that the .js referred to in /phpESP/admin/manage.php's Line 105 points to http://hostname/phpESP/default.js instead of http://hostname/pathname/phpESP/js/default.js as it should. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-12-05 09:30 Message: Logged In: YES user_id=14116 I'm not sure I understand your bug. I agree that the JS for surveys should come from the public url path. I've added an additional variable to phpESP.ini in CVS and moved the "public" JS to phpESP/public/js/default.js and the "managment" JS path will remain the same. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1373224&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-12-05 14:30:07
|
Bugs item #1373224, was opened at 2005-12-04 21:59 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1373224&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: v1.7 Status: Open Resolution: None Priority: 5 Submitted By: Richard Chen (richardc020) Assigned to: Nobody/Anonymous (nobody) Summary: manage.php: wrong "Export Data" JavaScript Path Initial Comment: At http://hostname/.../phpESP/admin/manage.php?where=export, the 4th line "<script type="text/javascript" src="http://hostname/phpESP/js/default.js"></script>" should include the survey's full path, not just the path on the root. /phpESP/admin/manage.php's Line 105 Col 32's $ESPCONFIG['js_url'] should contain the full path not the root path perhaps because the esp_where function in Line 98 is undefined. This issue may be related to 1241273. ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2005-12-05 09:30 Message: Logged In: YES user_id=14116 I'm not sure I understand your bug. I agree that the JS for surveys should come from the public url path. I've added an additional variable to phpESP.ini in CVS and moved the "public" JS to phpESP/public/js/default.js and the "managment" JS path will remain the same. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1373224&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-12-05 02:59:24
|
Bugs item #1373224, was opened at 2005-12-04 21:59 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=1373224&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: v1.7 Status: Open Resolution: None Priority: 5 Submitted By: Richard Chen (richardc020) Assigned to: Nobody/Anonymous (nobody) Summary: manage.php: wrong "Export Data" JavaScript Path Initial Comment: At http://hostname/.../phpESP/admin/manage.php?where=export, the 4th line "<script type="text/javascript" src="http://hostname/phpESP/js/default.js"></script>" should include the survey's full path, not just the path on the root. /phpESP/admin/manage.php's Line 105 Col 32's $ESPCONFIG['js_url'] should contain the full path not the root path perhaps because the esp_where function in Line 98 is undefined. This issue may be related to 1241273. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1373224&group_id=8956 |
From: kanami <knm...@ya...> - 2005-11-30 15:36:39
|
Cyɨµá×èyµà¤ô http://pure7.cc/free2/ ¬ªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªª @[óME¼AhE¼dð·EEE»µÄuoï¢vAS³¿I ¯ªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªª® ¾©çAy¢¢Ôb©çÅànßÄÝܹñ©H ÝñÈCyÈ´¶¾©çAïõͽ¢¯ÇCyÉüêéR~ jeB¾æ(^o^) http://pure7.cc/free2/ QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP Æ¢¤ÉAàÆàÆ«êpÌTCgŵ½ªA éöxR~ jeBƵÄÌVXeª ÅÜÁÄ«½ÌÅA¡ñ100¼ÀèÅA±IÉAj«ïõðåW·é±ÆÉÈèܵ½B üïó]ª¦ÄàèõÉÈèæA÷ߨç¹Ä¢½¾«Ü·ÌÅA»Ì_Ͳ¹³¾³¢B ù¶Ì«ïõÉͱÌ|ðmµÄ èÜ·ÌÅAüï³ê½ûÍA«©çÌAv[`ª ½ 鱯ªzè³êÜ·B µ©µA³µÄSÄÉÔMð·éKvÍ èܹñB CÉüÁ½«¼ÌûÆÌ[ÌâèÆè©çnßľ³¢B http://pure7.cc/free2/ QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP ¡ñÍ ÜűIÈÓ¡¢ª¢½ßA³¼«ïõÌûÌÉàuÇñÈj«ªüÁÄ éÌ©vsÀÌºà ªÁĢܷB ¼Ìoï¢nÌæ¤ÉAuoï¢vutvÈÇðͶߩçSÊɵo³¸AܸÍÀS ³¹Ä °Ä¾³¢B »Ìã̬êÍAûÅÖm·éƱëÅÍÈ¢ÌÅ(^_^;; ²©RÉȳÁľ³¢B »êÅͲQÁ¨Ò¿µÄ¨èÜ·B http://pure7.cc/free2/ #-- ADC^[vXéæ zMÓCÒF©ìEñ 150-0043 saJ湺â2-16-5-801 ¦zMâ~ó]ÌûÍR`ɲA¾³¢B non...@ho... |
From: SourceForge.net <no...@so...> - 2005-11-29 13:43:37
|
Bugs item #1368891, was opened at 2005-11-29 02:24 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1368891&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: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Erron on trying to create a new survey Initial Comment: Upon clicking for a new survey the following error is shown. Please help. Vish Using phpESP1.8 on Linux server Survey Design Help * * * * * The information on this tab applies to the whole survey. Fill out this page then go to the Fields tab to edit individual fields. Name Required Survey filename. This is used for all further access to this survey. (no spaces, alpha-numeric only) Owner Notice: Only variable references should be returned by reference in /home/vish/public_html/phpESP/admin/include/lib/adodb/adodb.inc.php on line 859 Fatal error: Call to a member function on a non-object in /home/vish/public_html/phpESP/admin/include/lib/espdatalib.inc on line 124 ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2005-11-29 08:43 Message: Logged In: YES user_id=14116 please post the output of http://yourhost/phpesp/admin/test.php and the version of mysql you are using. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1368891&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-11-29 07:24:26
|
Bugs item #1368891, was opened at 2005-11-28 23: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=1368891&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: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Erron on trying to create a new survey Initial Comment: Upon clicking for a new survey the following error is shown. Please help. Vish Using phpESP1.8 on Linux server Survey Design Help * * * * * The information on this tab applies to the whole survey. Fill out this page then go to the Fields tab to edit individual fields. Name Required Survey filename. This is used for all further access to this survey. (no spaces, alpha-numeric only) Owner Notice: Only variable references should be returned by reference in /home/vish/public_html/phpESP/admin/include/lib/adodb/adodb.inc.php on line 859 Fatal error: Call to a member function on a non-object in /home/vish/public_html/phpESP/admin/include/lib/espdatalib.inc on line 124 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1368891&group_id=8956 |
From: Matthew G. <mat...@gm...> - 2005-11-28 15:03:32
|
I think a request for a question type similar to what you've requested is already a RFE: http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D934740&group_i= d=3D8956&atid=3D358956 Unless someone submits a patch, I wasn't planning on expanding question types for a while. I would like to get the GUI and survey rendering up to current standards and looking nice. Which leads to your second question. = I don't think it is possible to change the layout as you've requested without a good bit of code changes. Once tables are removed from the survey layout and we use pure CSS, you should be able to accomplish what you want just with a CSS template. On 11/28/05, Rudy de Haas <ru...@ed...> wrote: > > hi: > > I installed 1.8 yesterday morning on Solaris 9 - no problems of any kind > and > the thing works quite well. Thanks! > > However... there are two things I'd like to change and I don't know how. > The > first one involves adding a question type. Specifically I need something > that looks like this: (if this gets garbled, please let me know and I'll > send > you a jpg - basically a scale from -5 to +5, labeled from Disagree > Strongly > to Agree Strongly) > > Question text blah blah blah > > Disgree Strongly Neutral Agree > strongly > _|______|______|______|______|_____|______|______|______|______|______|_ > > -5 -4 -3 -2 -1 0 +1 +2 +3 +4 +5 > > The second issue involves formats. I think I see how this is done (create > a > custom template) but I'm hoping someone already has one that works. Right > now > everything is "left handed" i.e. the check boxes appear to the left of th= e > text. > I'd like that to be right handed with questions left justified on the pag= e > and > only the required amount of space between the longest choice and the chec= k > boxes > or whatever form element the question needs. So: 1) is there something I > can > steal to do this, and/or 2) is a custom template the right/only option if > I have > to do it myself? > > > Rudy de Haas > www.winface.com > 1-519-896-2560 (EST) > > Author (As Paul Murphy) of: > Zdnet blog on Unix -http://blogs.zdnet.com/Murphy/ > The Unix Guide to defenestration (see www.winface.com ) > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > -- D'oh! |
From: SourceForge.net <no...@so...> - 2005-11-28 14:52:52
|
Bugs item #1244715, was opened at 2005-07-25 14:16 Message generated for change (Settings changed) made by greggmc 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: Closed >Resolution: Fixed 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: Rudy de H. <ru...@ed...> - 2005-11-28 11:30:29
|
hi: I installed 1.8 yesterday morning on Solaris 9 - no problems of any kind and the thing works quite well. Thanks! However... there are two things I'd like to change and I don't know how. The first one involves adding a question type. Specifically I need something that looks like this: (if this gets garbled, please let me know and I'll send you a jpg - basically a scale from -5 to +5, labeled from Disagree Strongly to Agree Strongly) Question text blah blah blah Disgree Strongly Neutral Agree strongly _|______|______|______|______|_____|______|______|______|______|______|_ -5 -4 -3 -2 -1 0 +1 +2 +3 +4 +5 The second issue involves formats. I think I see how this is done (create a custom template) but I'm hoping someone already has one that works. Right now everything is "left handed" i.e. the check boxes appear to the left of the text. I'd like that to be right handed with questions left justified on the page and only the required amount of space between the longest choice and the check boxes or whatever form element the question needs. So: 1) is there something I can steal to do this, and/or 2) is a custom template the right/only option if I have to do it myself? Rudy de Haas www.winface.com 1-519-896-2560 (EST) Author (As Paul Murphy) of: Zdnet blog on Unix -http://blogs.zdnet.com/Murphy/ The Unix Guide to defenestration (see www.winface.com ) |
From: xwygiytx <xwy...@pc...> - 2005-11-28 01:52:32
|
DQqCsYLqgqmC54LNg0ODeIOTg2eQt4Logr6CrYKzgvGBQg0Kj5eOcZHlkLaC8IjqkGyCyYK1gsSC qIKigr2C5w0KicKIo5F6gUGC4ILBgr2CooLIgqKBSQ0KaHR0cDovL2xpdS14aWF4aWEuY29tL2d1 aWRlLw0KDQqW4oKijYeC7YK5DQp4aWFvbWVua2FpeGluZ2Z1bGFpQHlobyyCg29tgUVjbg0KDQo1 MDMNCg== |
From: SourceForge.net <no...@so...> - 2005-11-26 14:51:24
|
Bugs item #1366886, was opened at 2005-11-26 05:10 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1366886&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: Later Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Tables and wrong CSS Initial Comment: It's not a good Idea to use Tables for Style-Elements. You should create div's and create a StyleSheet that mimics the Table-Behaviour. This would make it easier to create new Styles/Layouts and the Designs would be usable by disabled people. AND you should use Class-Names like qnType only once. At the moment it's not possible to change the Layout only in one td, all inner td's are changed, too. Rename it, please :) ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2005-11-26 09:51 Message: Logged In: YES user_id=14116 Removing tables for survey layouts is on the roadmap and using proper XHTML/CSS. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1366886&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-11-26 10:10:44
|
Bugs item #1366886, was opened at 2005-11-26 02:10 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=1366886&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: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Tables and wrong CSS Initial Comment: It's not a good Idea to use Tables for Style-Elements. You should create div's and create a StyleSheet that mimics the Table-Behaviour. This would make it easier to create new Styles/Layouts and the Designs would be usable by disabled people. AND you should use Class-Names like qnType only once. At the moment it's not possible to change the Layout only in one td, all inner td's are changed, too. Rename it, please :) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1366886&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-11-24 14:17:33
|
Bugs item #1365588, was opened at 2005-11-24 16:17 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=1365588&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.7 Status: Open Resolution: None Priority: 5 Submitted By: Tero Niemi (teniemi) Assigned to: Nobody/Anonymous (nobody) Summary: Problem with session enabled sites Initial Comment: When trying to embed on oscommerce site, I got the following error: Notice: A session had already been started - ignoring session_start() in /home/www/phpESP/public/handler-prefix.php on line 54 Does this has something to do with oscommerce session handling? I think the version used was 1.75 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1365588&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-11-22 16:08:04
|
Bugs item #1360906, was opened at 2005-11-18 21:34 Message generated for change (Settings changed) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1360906&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: Duplicate Priority: 5 Submitted By: aagii (aagii) Assigned to: Kon Angelopoulos (angek) Summary: Results Initial Comment: Current result and reports are not sufficient to analyze. If it's possible it should be tabulate format. Especially, for scale type question its result not clear. It should be following : 1. [Question] 1 2 3 4 5 Total --------------------------------------------------- [content1] 0 0 3 2 0 5 [content2] 2 1 0 2 0 5 [content3] 1 0 1 2 1 5 [content4] 0 2 0 2 1 5 ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-11-22 10:06 Message: Logged In: YES user_id=14116 This was submitted also as an RFE, I'm reclosing this again and assigned angek to that item. https://sourceforge.net/support/tracker.php?aid=1360905 ---------------------------------------------------------------------- Comment By: aagii (aagii) Date: 2005-11-21 21:46 Message: Logged In: YES user_id=1355852 Current result and reports are not sufficient to analyze. If it's possible it should be tabulate format. Especially, for scale type question its result not clear. It should be following : 1. [Question] 1 2 3 4 5 Total --------------------------------------------------- [content1] 0 0 3 2 0 5 [content2] 2 1 0 2 0 5 [content3] 1 0 1 2 1 5 [content4] 0 2 0 2 1 5 ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-11-18 21:43 Message: Logged In: YES user_id=14116 Will keep the RFE for this. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1360906&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-11-22 15:06:21
|
Bugs item #1360906, was opened at 2005-11-18 21:34 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1360906&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: Open Resolution: Duplicate Priority: 5 Submitted By: aagii (aagii) Assigned to: Kon Angelopoulos (angek) Summary: Results Initial Comment: Current result and reports are not sufficient to analyze. If it's possible it should be tabulate format. Especially, for scale type question its result not clear. It should be following : 1. [Question] 1 2 3 4 5 Total --------------------------------------------------- [content1] 0 0 3 2 0 5 [content2] 2 1 0 2 0 5 [content3] 1 0 1 2 1 5 [content4] 0 2 0 2 1 5 ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2005-11-22 10:06 Message: Logged In: YES user_id=14116 This was submitted also as an RFE, I'm reclosing this again and assigned angek to that item. https://sourceforge.net/support/tracker.php?aid=1360905 ---------------------------------------------------------------------- Comment By: aagii (aagii) Date: 2005-11-21 21:46 Message: Logged In: YES user_id=1355852 Current result and reports are not sufficient to analyze. If it's possible it should be tabulate format. Especially, for scale type question its result not clear. It should be following : 1. [Question] 1 2 3 4 5 Total --------------------------------------------------- [content1] 0 0 3 2 0 5 [content2] 2 1 0 2 0 5 [content3] 1 0 1 2 1 5 [content4] 0 2 0 2 1 5 ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-11-18 21:43 Message: Logged In: YES user_id=14116 Will keep the RFE for this. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1360906&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-11-22 15:04:19
|
Feature Requests item #1360905, was opened at 2005-11-18 21:33 Message generated for change (Settings changed) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1360905&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: data analysis Group: None Status: Open Priority: 5 Submitted By: aagii (aagii) >Assigned to: Kon Angelopoulos (angek) Summary: Results are not enough. Initial Comment: Current result and reports are not sufficient to analyze. If it's possible it should be tabulate format. Especially, for scale type question its result not clear. It should be following : 1. [Question] 1 2 3 4 5 Total --------------------------------------------------- [content1] 0 0 3 2 0 5 [content2] 2 1 0 2 0 5 [content3] 1 0 1 2 1 5 [content4] 0 2 0 2 1 5 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1360905&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-11-22 04:10:20
|
Feature Requests item #1363389, was opened at 2005-11-22 15:10 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=1363389&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: survey format Group: None Status: Open Priority: 5 Submitted By: Merlot (merlot02) Assigned to: Nobody/Anonymous (nobody) Summary: Could teh thank-you text appear under the banner head Initial Comment: When a survey is completed could the thank-you page appear under the same banner and survey title that the rest of the survey appears under? (If you're not redirecting to a static thank-you page.) I reckon it would look better, that's all. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1363389&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-11-22 02:46:49
|
Bugs item #1360906, was opened at 2005-11-19 10:34 Message generated for change (Comment added) made by aagii You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1360906&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: Open Resolution: Duplicate Priority: 5 Submitted By: aagii (aagii) >Assigned to: Kon Angelopoulos (angek) Summary: Results Initial Comment: Current result and reports are not sufficient to analyze. If it's possible it should be tabulate format. Especially, for scale type question its result not clear. It should be following : 1. [Question] 1 2 3 4 5 Total --------------------------------------------------- [content1] 0 0 3 2 0 5 [content2] 2 1 0 2 0 5 [content3] 1 0 1 2 1 5 [content4] 0 2 0 2 1 5 ---------------------------------------------------------------------- >Comment By: aagii (aagii) Date: 2005-11-22 10:46 Message: Logged In: YES user_id=1355852 Current result and reports are not sufficient to analyze. If it's possible it should be tabulate format. Especially, for scale type question its result not clear. It should be following : 1. [Question] 1 2 3 4 5 Total --------------------------------------------------- [content1] 0 0 3 2 0 5 [content2] 2 1 0 2 0 5 [content3] 1 0 1 2 1 5 [content4] 0 2 0 2 1 5 ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-11-19 10:43 Message: Logged In: YES user_id=14116 Will keep the RFE for this. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1360906&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-11-22 01:55:13
|
Bugs item #1363305, was opened at 2005-11-21 20:36 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1363305&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: v1.8 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Cannot rearrange questions or add dividers Initial Comment: The following error comes up whenever we try to rearrange the order of questions in a survey or add a section divider: Fatal error: Call to undefined function: _addslashed() in /var/www/localhost/htdocs/survey/admin/include/function/survey_update.inc on line 311 We're using 1.8rc1 right now. Our email is cyd...@gm... ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2005-11-21 20:55 Message: Logged In: YES user_id=14116 That has been reported and fixed in rc2. 1.8 final will be out shortly, so you probably want to wait for that before going to rc2. Just rename _addslashed to _addslashes on that line for a fix until the next release. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-11-21 20:55 Message: Logged In: YES user_id=14116 Fixed in CVS. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1363305&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-11-22 01:49:03
|
Bugs item #1362398, was opened at 2005-11-21 10:42 Message generated for change (Comment added) made by merlot02 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1362398&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.8 Status: Open Resolution: None Priority: 5 Submitted By: Merlot (merlot02) Assigned to: Nobody/Anonymous (nobody) Summary: qnType class isn't being applied to question tables Initial Comment: If I change the qnType class in a new css file, it does not change the style for the text next to yes/no questions, multiple choice etc, where the text is within it's own table. I think the style is not applied to the created table for these question types, and because it is a new table it does not inherit from the containing cell. Example: http://www.chocchipmm.com/phpESP/examples/classes.html Note that the first question has the correct style applied, the next few do not. phpesp 1.8 rc2, php4.something ---------------------------------------------------------------------- >Comment By: Merlot (merlot02) Date: 2005-11-22 12:49 Message: Logged In: YES user_id=1380592 I've posted a patch to fix the problem. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1362398&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-11-22 01:36:26
|
Bugs item #1363305, was opened at 2005-11-21 17:36 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=1363305&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: v1.8 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Cannot rearrange questions or add dividers Initial Comment: The following error comes up whenever we try to rearrange the order of questions in a survey or add a section divider: Fatal error: Call to undefined function: _addslashed() in /var/www/localhost/htdocs/survey/admin/include/function/survey_update.inc on line 311 We're using 1.8rc1 right now. Our email is cyd...@gm... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1363305&group_id=8956 |
From: SourceForge.net <no...@so...> - 2005-11-22 01:20:53
|
Patches item #1363292, was opened at 2005-11-22 12:20 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=308956&aid=1363292&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: Merlot (merlot02) Assigned to: Nobody/Anonymous (nobody) Summary: Patch to fix qnType not showing on questions with tables Initial Comment: Patch that adds class="qnType" to the <td> tags in the survey_render.inc file so that all questions display in the correct qntype style. Also fixes a prob in the doc that showed incorrect cvs login info. (file uses dos line-endings I think) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=308956&aid=1363292&group_id=8956 |