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: James E. F. <jf...@ac...> - 2003-03-15 05:57:49
|
Hey folks, Kon sent me some patches recently that actually implement one of the new UIs that we have previewed. I've made a diff against HEAD and placed it in the contrib/ directory on the web site. There are some new files too, so the whole thing is in a tar that includes the diff, two jpegs and a css file. I plan on making a branch in phpESP and checking this in once I get a chance to finish reviewing it. Until then, try it out yourself. Thanks Kon! http://phpesp.sf.net/files/contrib/kon-new-ui.tar.gz -James |
From: SourceForge.net <no...@so...> - 2003-03-14 23:24:41
|
Feature Requests item #573862, was opened at 2002-06-25 15:55 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=573862&group_id=8956 Category: survey format Group: None Status: Open Priority: 5 Submitted By: Fredrik Clementz (rebirth) Assigned to: Nobody/Anonymous (nobody) Summary: Ranking questions Initial Comment: A new question type should be added to the question types. That would be a rank question. Let's say you have 10 different things that you'd like a respondent to rank from 1 through 10. Then a specific rank question would be needed. My suggestion is having the 10 options in a list on the left side in a randomised list and in the middle have arrows to move options to a right field, one by one. In the right field an exact same formed type of field is but where the option get's placed. Also what would be good is if you can mark an option and have arrows on the right side of it and move it up or down in the list. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-03-14 15:36 Message: Logged In: NO Two things. 1. This is a very important type of question for political surveys (e.g. in Northern Ireland). You can analyse the results either by a de Borda count or by Condorcet comparisons. Mathematically it is a very subtle way of probing opinions (see Social Choice Theory articles in social choice journals). 2. A simpler interface is to present the options in a list box, and have an up and down arrow that you use to move options up or down the list. I have already written JavaScript code to do that. Dr. D. R. Newman, Queen's University Belfast d.r...@qu... ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-07-06 03:38 Message: Logged In: NO I might have explained it in a foolish way. Let me try to explain the feature again with a small example! (Assumption, survey is sent to 500 unemployed people) "Q1 If the following employers were to offer you a job tomorrow, with the same conditions, which company would you like to work for the most, the second most etc. Please put the companies in the list below in order of preference... " I'm open to suggestions on how to solve it. Most commercial software use to boxes where you check on the left side and move them to the right side and the right side becomes the preference. Randomisation is not necessarily needed, just an extra function, should be able to display items alphabetically too... Did this clear things up? ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2002-06-26 06:09 Message: Logged In: YES user_id=198398 I don't understand why the need to move things from one side of the page to the other? Why can't you use the existing question type: rate(1..5) with the length set to 10? I still can't understand the need for randomisation of survey question choices. Don't get me wrong, randomisation is a neat feature if we were dealing with an online assessment/test but a survey? Kon ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=573862&group_id=8956 |
From: James E. F. <jf...@ac...> - 2003-03-14 16:26:45
|
Perhaps something like this should go in the FAQ with a title like: What are public/handler.php and handler-prefix.php, and how do I use them? -James On Fri, 14 Mar 2003, Matthew Gregg wrote: > The url to access a closed(private) or open survey is the same. You should > only need to mark the survey as private in the management interface. > > public/handler.php and handler-prefix.php... > Are used to embed a survey in another block of html/php code. For > private surveys, handler-prefix.php should be included before > handler.php. Look at the source of handler-prefix.php to see an example. > > public/survey.php... > Is used to "auto" publish a public or private survey. > > > On Fri, Mar 14, 2003 at 02:53:33PM +0100, Mats Landstedt wrote: > > > > > > The normal syntax works perfect. Like this HYPERLINK > > "http://172.22.1.30/unders/public/survey.php?name=Test"http://172.22.1.30/un > > ders/public/survey.php?name=Test > > > > > > > > Witch is the syntax for a closed survey? > > > > > > > > HYPERLINK > > "http://172.22.1.30/unders/public/handler.php?name=Test"http://172.22.1.30/u > > nders/public/handler.php?name=Test ? Or??.? > > > > \mats > > > > > > Outgoing mail is certified Virus Free. > > Checked by AVG anti-virus system (http://www.grisoft.com). > > Version: 6.0.461 / Virus Database: 260 - Release Date: 2003-03-10 > > > > |
From: SourceForge.net <no...@so...> - 2003-03-13 08:31:35
|
Bugs item #702809, was opened at 2003-03-13 00:42 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=702809&group_id=8956 Category: Admin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: copy answer with a ' gives \' Initial Comment: I think a very small bug in questions.inc in the answerlines. When you fill in a answer ' the answerline is copied to the next new question (nice function). Bug: When you do this wit a ' in the answer (for example the word: project's) the copied answer fields will display project\'s instaed of project's. Copy again will display project\'s etc. Eric Bont ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=702809&group_id=8956 |
From: SourceForge.net <no...@so...> - 2003-03-13 06:12:39
|
Bugs item #702696, was opened at 2003-03-12 21:12 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=702696&group_id=8956 Category: User Group: v1.6 >Status: Pending Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Creating Questions Initial Comment: Crazy question, but why am I getting a redirect to the General Tab after trying to add a New Field. Am I missing a "symlink" somewhere here?? Thanks ---------------------------------------------------------------------- >Comment By: James Flemer (jimmerman) Date: 2003-03-13 01:24 Message: Logged In: YES user_id=39444 This problem is normally a symptom of a cookie or session related problem. If you have multiple servers (a server farm), make sure the PHP session.save_path is a directory shared among all servers. Make sure there are no HTTP proxys interfering with cookies. Make sure cookies are enabled on the browser. Unless you can demonstrate a consistently reproducable error, I will assume this problem is one of the above issues, not a bug in phpESP. ---------------------------------------------------------------------- Comment By: moshe weitzman (weitzman) Date: 2003-03-13 00:52 Message: Logged In: YES user_id=199362 i have heard reports of this behavior from my designers. i can't reproduce it though. can you reproduce this every time? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=702696&group_id=8956 |
From: SourceForge.net <no...@so...> - 2003-03-13 05:41:39
|
Bugs item #702696, was opened at 2003-03-12 21:12 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=702696&group_id=8956 Category: User Group: v1.6 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Creating Questions Initial Comment: Crazy question, but why am I getting a redirect to the General Tab after trying to add a New Field. Am I missing a "symlink" somewhere here?? Thanks ---------------------------------------------------------------------- Comment By: moshe weitzman (weitzman) Date: 2003-03-13 00:52 Message: Logged In: YES user_id=199362 i have heard reports of this behavior from my designers. i can't reproduce it though. can you reproduce this every time? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=702696&group_id=8956 |
From: SourceForge.net <no...@so...> - 2003-03-13 02:01:20
|
Bugs item #702696, was opened at 2003-03-12 18:12 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=702696&group_id=8956 Category: User Group: v1.6 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Creating Questions Initial Comment: Crazy question, but why am I getting a redirect to the General Tab after trying to add a New Field. Am I missing a "symlink" somewhere here?? Thanks ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=702696&group_id=8956 |
From: angek <ang...@ip...> - 2003-03-13 01:58:06
|
Hi Charles, I'm going to share this email with the devel list. I am not offended by your offer. On the contrary I'm very flattered. Just to hear that phpESP has been able to help you out is reward enough for me. It doesn't matter if you can't code. You have contributed in other ways: sending in feature requests, bugs, testing the forked stuff for me...... All that stuff is just as important as submitting code. Nothing makes me happier than seeing people take an active interest in phpESP. It is people like you that keep this project going. Regards Kon On Thu, 2003-03-13 at 11:53, Charles Rawls wrote: > Kon: > > I know everyone is busy with the 1.6 release... > > I have another project, that by the grace of the gods, has a budget. > (Not a budget big enough to do much of anything with, but real cash money > for hardware.) > > I am supplying the hardware, and have produced some wiggle room. My > question is as follows, and please no one become offended, I can't code > worth a crap, and want to contribute something. > > That all said I think after I get, all the necessary together, I'm going > to have a surplus of $500 to $750. How can I use this to ease the world of > the developers? Buy and ship some hardware? Setup a hosted playpen for > development? Send a check for a dinner out? Where would I send it? Do you > have ideas, comments? > > In short the folks using the project are getting some real results, and > have managed to get some minimal level of funding to support their project, > and I want to make sure my appreciation of the development team's work is > known. > |
From: angek <ang...@ip...> - 2003-03-12 23:46:25
|
go for it James Kon On Thu, 2003-03-13 at 10:33, James E. Flemer wrote: > I'm going to release 1.6 final tonight, unless anyone can point > out anything holding it back. > > -James > > > > ------------------------------------------------------- > This SF.net email is sponsored by:Crypto Challenge is now open! > Get cracking and register here for some mind boggling fun and > the chance of winning an Apple iPod: > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel |
From: James E. F. <jf...@ac...> - 2003-03-12 23:33:36
|
I'm going to release 1.6 final tonight, unless anyone can point out anything holding it back. -James |
From: <de...@go...> - 2003-03-12 22:45:24
|
I already checked the archive and found the quick hacked together version by Moshe. I also noticed that this version was based on the 1.11 version of the manage.php file and that the changes hadn't been included in 1.6RC3. So, here are a couple of questions: 1) Any formal plans to support WIMP (Windows, IIS, MySQL, PHP)? 2) If yes, which version? If no, any chance to convince you otherwise? 3) Has anyone brought the hack Moshe did into the new 1.6RC3 code base? 4) Any possibility that phpESP will use a webform for login instead of HTTP authentication? I love what I have seen so far and would like to use phpESP to replace my own poor implementation of the same thing, but I have to be able to use it on WIMP since there is absolutely no way we will be moving to a *nix environement or to Apache. Jason |
From: Christopher Z. <zo...@mu...> - 2003-03-12 18:23:22
|
I think what would be cool would to design a generic reporting tool that has survey specific modules or tools. I think seperating it from phpESP or whatever would make it very useful and a great opensource project! :) But that is just what I think. :) On Wed, Mar 12, 2003 at 05:34:38PM -0000, John Winstanley wrote: > Hello all at phpesp I'm happy to help with a lot of whats below heres a few > ideas, > > Whats everyones thoughs on producing a reporting element to the easy survey > package? > > If you used something like Jpgraph (http://www.aditus.nu/jpgraph/index.php) > then you could produce graphs to show the results of a survey. > > Also I think that in the long term you should think about what kind of > surveys / questionnaires people might want to ask and what sort of results > you would get given the type of survey > > Examples > > Survey. > Admin would want get reports on overall answers from users > > Examination. > > Self Reveiw > Users would see there results compared to an average of other users results > so that they can see how they compare > > etc > > Also I think that phpesp could easily be improved if each question had > different attributes. > > Helptext - if the user might need some prompting to > answer the question > Trainning/Reading/Links - If the user answers incorrectly what do they need > to go away and do to get better at this type of question > > Further admins should be able to edit the appearance of how a questionnaire > will appear (the best way is probably by choosing a css file) but you could > also add information to the question tables regarding colour/size/font etc > and go from there > > I think the way questions are added could be improved - you should be able > to add many questions at once. > > I think that you should be able to break questions up using headers. And if > you want a header with a description. > > What about using questions in a new questionnaire that you've used in old > questionnaires? You could do this by saving modules for example all the > questions under a certain header could be one module. > > What about adding different user types and different organisation types so > you could have a survey for just managers at Sony or one for gametesters at > Codemasters. > > Lastly what about users ansering the same questionnaire more than once so > that they can see how they've improved guess you'd need a versioning system > for this in the database. > Best Regards, > > John Winstanley > > |
From: SourceForge.net <no...@so...> - 2003-03-12 01:43:49
|
Bugs item #636539, was opened at 2002-11-11 05:35 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=636539&group_id=8956 Category: Admin Group: v1.6 >Status: Closed Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: James Flemer (jimmerman) Summary: language settings don't work Initial Comment: I set the default language to 'de', I browse phpESP with language priority 'de', but phpESP is in english. ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2003-03-11 20:55 Message: Logged In: YES user_id=39444 Fixed in CVS. ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2003-03-06 12:20 Message: Logged In: YES user_id=39444 Try the latest CVS version (entire package, not just the test script). I'll do an RC3 this afternoon in case you don't want to deal with cvs. ---------------------------------------------------------------------- Comment By: Hakan Kuecuekyilmaz (hakan76) Date: 2003-03-06 05:17 Message: Logged In: YES user_id=727074 Hi, moving locale/de to locale/de_DE and setting the browser language to 'de_DE' (not 'de') solved the language problem. thanks -hakan ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-03-06 02:08 Message: Logged In: NO Sorry, i have forget, to tell, that you have also to change the names of the folders in local to de_DE and so on. regards Boris ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-03-06 02:05 Message: Logged In: NO Hi, I see, that you were still working on this. I have had the same problem. I also have the same output like the other guys. So I tested a little bit with gettext and found an interesting thing: It seams to me, that gettext ignores setting like en or de for the different languages. But if you use settings like de_DE or en_EN it works. So does it on my system. I just use it now with phpESP and its working fine. The output from your test.php is still like hakan76´s, but I can change the languages. I hope, that this could help someone else, too. regards Boris Hirschmann ---------------------------------------------------------------------- Comment By: Hakan Kuecuekyilmaz (hakan76) Date: 2003-03-06 01:52 Message: Logged In: YES user_id=727074 Hi, here is the output of the updated test.php: ---- PHP Information * Version: 4.2.3 * OS: Linux * SAPI: apache * register_globals: No * magic_quotes_gpc: Yes * magic_quotes_runtime: No * safe_mode: No * open_basedir: PHP Extensions * dBase: No * GD: Yes * GNU Gettext: Yes * LDAP: No * MySQL: Yes * PHP Extension Dir (compiled): /usr/lib/php4/20020429 * PHP Extension Dir (run time): /usr/lib/php4/20020429 phpESP Settings * Expected ESP_BASE: /var/www/phpESP/ * Expected base_url: http://bwpc050.fht-esslingen.de:8080/phpESP/ * Loading phpESP.ini.php ... * ESP_BASE: /var/www/phpESP/admin/../ * base_url: http://bwpc050.fht-esslingen.de:8080/phpESP/ * Version: 1.6 RC2 * Debug: No phpESP Language Settings * GNU Gettext: Real * default_lang: de * current lang: de * GNU Gettext test: %%%% Gettext Test Failed * Catalog Open Test: Yes PHP Session Test * session.save_path: /tmp * Counter: 2 ------ bye -hakan ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2003-03-06 01:40 Message: Logged In: YES user_id=39444 Try the latest test script, and see what it says for "Catalog Open Test". (Just replace the old test.php with the one below.) http://phpesp.sf.net/cvs/admin/test.php?rev=. ---------------------------------------------------------------------- Comment By: Hakan Kuecuekyilmaz (hakan76) Date: 2003-03-05 20:27 Message: Logged In: YES user_id=727074 Here is the output of test.php: ------------ PHP Information * Version: 4.2.3 * OS: Linux * SAPI: apache * register_globals: No * magic_quotes_gpc: Yes * magic_quotes_runtime: No * safe_mode: No * open_basedir: PHP Extensions * dBase: No * GD: Yes * GNU Gettext: Yes * LDAP: No * MySQL: Yes * PHP Extension Dir (compiled): /usr/lib/php4/20020429 * PHP Extension Dir (run time): /usr/lib/php4/20020429 phpESP Settings * Expected ESP_BASE: /var/www/phpESP/ * Expected base_url: http://bwpc050.fht-esslingen.de:8080/phpESP/ * Loading phpESP.ini.php ... * ESP_BASE: /var/www/phpESP/admin/../ * base_url: http://bwpc050.fht-esslingen.de:8080/phpESP/ * Version: 1.6 RC2 * Debug: No phpESP Language Settings * GNU Gettext: Real * default_lang: de * current lang: de * GNU Gettext test: %%%% Gettext Test Failed PHP Session Test * session.save_path: /tmp * Counter: 3 ----------------------------- So the gettext test fails, any hints? regards -hakan ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2003-03-05 18:59 Message: Logged In: YES user_id=39444 Please paste or attach the output of the phpESP system test page. (http://...yourserver.../phpESP/admin/test.php) ---------------------------------------------------------------------- Comment By: Hakan Kuecuekyilmaz (hakan76) Date: 2003-03-05 17:41 Message: Logged In: YES user_id=727074 Hi, just installed phpESP-1.6RC2. The language settings still not work for me. I set the default language to 'de' in the config file. phpESP is still in english. -hakan ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-02-22 17:25 Message: Logged In: NO Hi, here is the output from the script http://phpesp.sf.net/files/status.php.txt when run on my server: php version: 4.2.3 cwd: /home/hakan/.public_html/testing_scripts register_globals: off magic_quotes_gpc: on magic_quotes_runtime: off safe_mode: off open_basedir: mysql: loaded gettext: loaded browser languages: de, en;q=0.50 regards -hakan ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2003-02-22 16:02 Message: Logged In: YES user_id=39444 Fixed in CVS. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-11-20 06:22 Message: Logged In: NO Hello, the output of the script seems to be ok. what else could be the cause of the language problem? any other hints? -hakan ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-11-11 16:36 Message: Logged In: NO php version: 4.2.3 cwd: /home/hakan/.public_html/testing_scripts register_globals: off magic_quotes_gpc: on magic_quotes_runtime: off safe_mode: off open_basedir: mysql: loaded gettext: loaded browser languages: de seems all settings should be ok, any other ideas? -hakan ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2002-11-11 13:03 Message: Logged In: YES user_id=39444 Is gettext installed and compiled for PHP? Please tell us the output of this[1] script when run from your webserver. [1] http://phpesp.sf.net/files/status.php.txt ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=636539&group_id=8956 |
From: Terry B. <tb...@do...> - 2003-03-11 22:21:15
|
Hi James, Thanks for the code to fix the error messages I was getting. Just to describe the problem and the solution. I have run manage.php and got the front admin screen. However at the top = there are some error messages as shown below. I don't know what the errors are referring to, can anyone help me please. Terry ERROR MESSAGES ***********************************************************= ****************************************************** Notice: Use of undefined constant LC_MESSAGES - assumed 'LC_MESSAGES' in = c:\program files\apache group\apache\phpesp\admin\include\lib\espi18n.inc = on line 107 Warning: setlocale() [function.setlocale]: Passing locale category name as = string is deprecated. Use the LC_* -constants instead. in c:\program = files\apache group\apache\phpesp\admin\include\lib\espi18n.inc on line 107 Warning: setlocale() [function.setlocale]: Invalid locale category name = LC_MESSAGES, must be one of LC_ALL, LC_COLLATE, LC_CTYPE, LC_MONETARY, = LC_NUMERIC, or LC_TIME. in c:\program files\apache group\apache\phpesp\admi= n\include\lib\espi18n.inc on line 107 ***************************************************************************= ***************************************************************************= * Solution sent by James L Flemer is Now about your problem. We, the phpESP developers, do not have access to a Windows platform for testing. Could you please try the following fix. Edit phpESP/admin/include/lib/espi18n.inc, and replace line 107: --- old line 107 --- setlocale(LC_MESSAGES, $lang); --- new lines --- if (defined('LC_MESSAGES')) setlocale(LC_MESSAGES, $lang); --- end --- ***************************************************************************= ******************************************************************* Thanks=20 Terry |
From: SourceForge.net <no...@so...> - 2003-03-11 15:51:34
|
Bugs item #701626, was opened at 2003-03-11 08:02 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=701626&group_id=8956 Category: None Group: v1.6 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: SERVER_PORT missing for serrvers not running on port 80 Initial Comment: ':' . $s['SERVER_PORT'] is missing in index.php and in admin/index.php. rc...@dm... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=701626&group_id=8956 |
From: James E. F. <jf...@ac...> - 2003-03-10 01:36:56
|
Well I have two patches from Kon. Acutally, one was a full tar.gz, from which I have extracted a diff. The more recent one is just a diff. They are both available on the contrib/ page, the 'fork1' is more recent. I will be looking at merging this into the main tree shortly, but I figured I'd put it on the contrib page so it will be available right away. Since this is such a big patch, I'd like to handle merging this myself. Once again the contrib page is: http://phpesp.sf.net/files/contrib/ Enjoy, and thanks Kon. -James |
From: SourceForge.net <no...@so...> - 2003-03-07 23:51:22
|
Bugs item #699363, was opened at 2003-03-07 07:44 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=699363&group_id=8956 Category: Admin Group: v1.6 >Status: Deleted >Resolution: Rejected Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Order doesn't work in 1.6 RC3 Initial Comment: There is a new bug in RC3, if you add a page break or change the order of the questions, nothing happens. With RC2 I hdn't that problem. ---------------------------------------------------------------------- >Comment By: James Flemer (jimmerman) Date: 2003-03-07 19:02 Message: Logged In: YES user_id=39444 Your sessions are probably broken. Go to the system test page ( .../phpESP/admin/test.php ), and verifty that the counter incraments correctly. You may need to set the session.save_path for PHP to shared filespace if you are using PHP on a load balanced system. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-03-07 18:35 Message: Logged In: NO could be a server problem, sometimes it works sometimes not ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-03-07 18:35 Message: Logged In: NO could be a server problem, sometimes it works sometimes not ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=699363&group_id=8956 |
From: SourceForge.net <no...@so...> - 2003-03-07 23:25:31
|
Bugs item #699363, was opened at 2003-03-07 04:44 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=699363&group_id=8956 Category: Admin Group: v1.6 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Order doesn't work in 1.6 RC3 Initial Comment: There is a new bug in RC3, if you add a page break or change the order of the questions, nothing happens. With RC2 I hdn't that problem. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-03-07 15:35 Message: Logged In: NO could be a server problem, sometimes it works sometimes not ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-03-07 15:35 Message: Logged In: NO could be a server problem, sometimes it works sometimes not ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=699363&group_id=8956 |
From: SourceForge.net <no...@so...> - 2003-03-07 23:24:31
|
Bugs item #699363, was opened at 2003-03-07 04:44 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=699363&group_id=8956 Category: Admin Group: v1.6 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Order doesn't work in 1.6 RC3 Initial Comment: There is a new bug in RC3, if you add a page break or change the order of the questions, nothing happens. With RC2 I hdn't that problem. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-03-07 15:35 Message: Logged In: NO could be a server problem, sometimes it works sometimes not ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=699363&group_id=8956 |
From: James E. F. <jf...@ac...> - 2003-03-07 20:31:11
|
As an ammendment to this: to be certain you are working with HEAD, you should execute 'cvs up -A' from the phpESP directory. -James On Fri, 7 Mar 2003, James E. Flemer wrote: > I just added a branch tag to the cvs tree: BRANCH_1_6. This > means that you are free to commit feature changes to HEAD. > Please do not commit to the new 1.6 branch. I will commit > anything to the 1.6 branch that is needed. If you are > unfamiliar with working with cvs branches please ask someone or > look up info if you need help. > > HEAD will be known as 1.7-dev from now on. (Well, at least till > there is a 1.7 release.) > > -James > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > |
From: James E. F. <jf...@ac...> - 2003-03-07 20:23:23
|
I just added a branch tag to the cvs tree: BRANCH_1_6. This means that you are free to commit feature changes to HEAD. Please do not commit to the new 1.6 branch. I will commit anything to the 1.6 branch that is needed. If you are unfamiliar with working with cvs branches please ask someone or look up info if you need help. HEAD will be known as 1.7-dev from now on. (Well, at least till there is a 1.7 release.) -James |
From: SourceForge.net <no...@so...> - 2003-03-07 15:47:30
|
Feature Requests item #491535, was opened at 2001-12-11 07:54 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=491535&group_id=8956 Category: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) >Summary: No guiding sytstem(forked surveys) Initial Comment: I'm trying to set up an online survey. And what i would like to have as an extra future in your excellent survey system is a future which links questions to each other. I mean that when you give a certain answer to a question you will be given a different question then when you gave another answer. For example you could ask if someone has a car. If he hasn't there is no need to ask him the brand of the car. But if he has it would be nice to give him this question. Sipke Overbeeke ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2003-03-07 10:58 Message: Logged In: YES user_id=14116 The feature should make it into the 1.7 release. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-03-06 20:11 Message: Logged In: NO Thanks, I am looking fot the same feature :) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=491535&group_id=8956 |
From: SourceForge.net <no...@so...> - 2003-03-07 15:47:17
|
Feature Requests item #697835, was opened at 2003-03-05 02:54 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=697835&group_id=8956 Category: None Group: None >Status: Closed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: forked surveys Initial Comment: forked surveys: subsequent pages dependent on previous question. ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2003-03-07 10:57 Message: Logged In: YES user_id=14116 This is a duplicate of RFE: 491535. Closing this one. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2003-03-05 10:37 Message: Logged In: YES user_id=14116 The feature should make it into the 1.7 release. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-03-05 10:28 Message: Logged In: NO Subquestions and forking are the last features missing to create a professionell survey. I know there is some code around but even the cvs is not showing any commited source code. I thought a programmer from ausie-land had some code. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=697835&group_id=8956 |
From: SourceForge.net <no...@so...> - 2003-03-07 12:33:52
|
Bugs item #699363, was opened at 2003-03-07 04:44 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=699363&group_id=8956 Category: Admin Group: v1.6 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Order doesn't work in 1.6 RC3 Initial Comment: There is a new bug in RC3, if you add a page break or change the order of the questions, nothing happens. With RC2 I hdn't that problem. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=699363&group_id=8956 |
From: SourceForge.net <no...@so...> - 2003-03-07 01:02:01
|
Feature Requests item #491535, was opened at 2001-12-11 04:54 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=491535&group_id=8956 Category: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: No guiding sytstem Initial Comment: I'm trying to set up an online survey. And what i would like to have as an extra future in your excellent survey system is a future which links questions to each other. I mean that when you give a certain answer to a question you will be given a different question then when you gave another answer. For example you could ask if someone has a car. If he hasn't there is no need to ask him the brand of the car. But if he has it would be nice to give him this question. Sipke Overbeeke ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-03-06 17:11 Message: Logged In: NO Thanks, I am looking fot the same feature :) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=491535&group_id=8956 |