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...> - 2004-09-14 15:07:47
|
Bugs item #1027980, was opened at 2004-09-14 08:07 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=1027980&group_id=8956 Category: Admin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Zero value in choice_id on required field Initial Comment: My survey has a large number of 'response_single' replies which are marked as 'required'. The survey handler treats this perfectly - i.e. respondents are blocked from passing onto next question before the previous has been answered. When reviewing the database I notice that approx 40 out of 6000 rows in the 'response_single' table have a zero-value (0) in it for the field 'choice_id'. Since all the underlying questions are "required" I cannot understand how that should be possible. I have tried very hard to provoke this error without luck. Mostly the surveys are run with permission to save and resume but even when I have turned that off I see the problem occassionally. I enclose a dump of the 'response_single' table. Thanks, Søren Voigt ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1027980&group_id=8956 |
From: tyro <ty...@ya...> - 2004-09-13 05:52:15
|
I'm having some trouble changine the http auth login to a form login. If anyone has any ideas or experience doing this, I would appreciate hearing from you. I made a copy of espauth-default.inc to espauth-form.inc and inserted the following code at the beginning of function survey_auth. I also inserted the $username=$_SESSION... portion at the beginning of several other functions in the same file. if (isset($_POST["username"]) ) { $_SESSION["esp-username"] = $_POST["username"]; $_SESSION["esp-password"] = $_POST["password"]; } $username = $_SESSION["esp-username"]; $password = $_SESSION["esp-password"]; Now, it still doesn't work right. Apologies in advance for having posted in the general discussion first. Any help much appreciated! Ken _______________________________ Do you Yahoo!? Shop for Back-to-School deals on Yahoo! Shopping. http://shopping.yahoo.com/backtoschool |
From: SourceForge.net <no...@so...> - 2004-09-10 23:50:16
|
Feature Requests item #1025648, was opened at 2004-09-10 01:13 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=1025648&group_id=8956 Category: data analysis Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: getting result-listings from a defined period/Time Initial Comment: I want to add "DateFrom" and "DateTo" to the Result- Listing screen. Assuming, the user enters: DateFrom = 20/08/2004 DateTo = 27/08/2004 The Result-Listing screen should return the surveys that were entered between 20/08/2004 and 27/08/2004. So it is not necessary to copy a survey and it is possibel to see the development of a Survey, because the results of surveys shoud makes things better or the responsible person shoud see where the problem is to change things for making it better - by this way is the period not rigidly by the time the survey is online. Thanks to Ajay Patil who helped me to describe my problem in english. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1025648&group_id=8956 |
From: SourceForge.net <no...@so...> - 2004-09-07 19:43:13
|
Bugs item #1023933, was opened at 2004-09-07 15:43 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=1023933&group_id=8956 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: ChrisDavis (cxd101) Assigned to: Nobody/Anonymous (nobody) Summary: Does not seem to work with PHP 5.0.1 Initial Comment: I recently installed phpESP 1.6 on my Apple PowerBook G4, running OSX 10.3.5, with MySql 3.23.54, and PHP 5.0.1. After succesfully pasting the test.php screen, login was not possible. When using the index.php screen, a login window appeared. I would enter the ID and PW, hit the enter button, and then the login window would reappear - as if I was first entering the basic login screen. I then took phpESP and installed in on an older OSX machine, running OSX 10.2, with MySql 3.23.54 and PHP 4.6.3 (4.x), and phpESP worked just fine! So my belief is that version 1.6 is not capable of used with PHP 5.0.1. Regards! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1023933&group_id=8956 |
From: Matthew G. <gr...@mu...> - 2004-09-03 13:49:02
|
phpESP hasn't been tested at all with php5. And on the gettext/i18n front... Anyone interested in supporting this in phpESP please let us know. On Thu, 2004-09-02 at 23:10 +0200, je...@gm... wrote: > Hello, > > did anyone got phpESP to work with php 5.0.1 yet ? > > I set up and configured it right under windows xp sp2 Apache/2.0.50 (Win32) > mod_ssl/2.0.50 OpenSSL/0.9.7c PHP/5.0.1 and MySQL 4.0.20 > > I think there is a problem with the gettext dll's and php 5 and or gettext > and phpESP (i'm really a noob concerning gettext). > when i tried to debug /admin/manage.php i got following error: > line 30 in espi18n.inc: > #### > dl() [<a href='function.dl</a>]: Unable to load dynamic libary > ...\libintl-1.dll ... > #### > dl() is deprecated - use extension=libintl-1.dll in your php.ini > #### > > i tried and tried... > added libintl-1.dll in my php.ini and into the correct pathes... > but got startup errors when starting apache and loadung php... > > I think libintl-1.dll is not recognized by PHP 5 and not needed: > from http://de3.php.net/manual/en/ref.gettext.php: > ----- > Note to Win32 Users: In order to enable this module on a Windows > environment, you must copy gnu_gettext.dll from the DLL folder of the > PHP/Win32 binary package to the SYSTEM32 folder of your windows machine. > (Ex: C:\WINNT\SYSTEM32 or C:\WINDOWS\SYSTEM32). Starting with PHP 4.2.3 the > name changed to libintl-1.dll, this requires also iconv.dll to be copied. > libintl-1.dll is not needed as of PHP 4.3.8, iconv.dll is not needed as of > PHP 5. > ---- > > when i commented out line 32 to 37 (think this is needed for user > authentification) the managment interface came up, but i couldn't do much > more....clicking on a link i got only this error messages: > "This account does not have permission to access this form" > > #### > /*if($ESPCONFIG['auth_design']) { > if(!manage_auth( > _addslashes(@$HTTP_SERVER_VARS['PHP_AUTH_USER']), > _addslashes(@$HTTP_SERVER_VARS['PHP_AUTH_PW']))) > exit; > }*/ > #### > > > So when i try to load http://localhost/phpESP/admin/manage.php i only get a > blank screen. > > Please help to get phpESP to work with PHP 5. > I would like to participate in developing it further, because i wanted > to write a similiar tool for an university project, but now i want to > participate in the developing process of phpESP to use this instead. > > Sorry for my bad english. > > Kind regards, > Jens Grubert > > > My http://localhost/phpESP/admin/test.php is working well: > ------------------------ > PHP Information > > * Version: 5.0.1 > * OS: WINNT > * SAPI: apache2handler > * register_globals: Yes > * magic_quotes_gpc: Yes > * magic_quotes_runtime: No > * safe_mode: No > * open_basedir: > > PHP Extensions > > * dBase: No > * GD: Yes -- bundled (2.0.28 compatible) > * GNU Gettext: Yes > * LDAP: No > * MySQL: Yes > * PHP Extension Dir (compiled): C:\php5 > * PHP Extension Dir (run time): F:\apachefriends\xampp\php\ext\ > > phpESP Settings > > * Expected ESP_BASE: F:\apachefriends\xampp\htdocs\phpESP/ > * Expected base_url: http://localhost/phpESP/ > * Loading phpESP.ini.php ... > * ESP_BASE: F:\apachefriends\xampp\htdocs\phpESP/ > * base_url: http://localhost/phpESP/ > * Version: 1.6.1 > * Debug: No > > phpESP Language Settings > > * GNU Gettext: Real > * default_lang: en_US > * current lang: en_US > * available langs: da_DK, de_DE, el_GR, en_US, es_ES, fr_FR, it_IT, > ja_JP, nl_NL, pt_BR, pt_PT, sv_SE > (da, de, el, en, es, fr, it, ja, nl, pt, sv) > * GNU Gettext test: Passed > * Catalog Open Test: Yes > > PHP Session Test > > * session.save_path: .;F:\apachefriends\xampp\tmp > * Counter: 1 > ------------------------ > > regarding this mail: > From: James E. Flemer <jflemer@uv...> > Re: Unable to login to phpESP > I don"t think phpESP has been tested on PHP 5. I"m also not sure that > it has been tested on OSX (but I don"t think OS should make much of a > difference). Do you notice any related messages in your apache log > files? Have you created and populated the database tables as described > in the INSTALL document? > > You could try disabling authentication in the phpESP.ini.php file if you > can"t login, but I don"t think you should have to unless there is some > issue with PHP5. > > -James > Christopher Davis wrote: > > I just installed phpESP for the third time - they say the third time"s a > charm - it isn"t > (at least for me and phpESP). Using the default settings (i.e. ID=root and > PW=esp), I cannot > get in. After I enter the information in the login window, it just brings up > a new window. > Has anyone seen anything like this before, if so, how did you correct it? > Might hit have > something to do with the fact that I am using PHP Version 5.0.1? Below is > the output from > the test.php run. That seems to work well enough, and all items were > displayed in a green > color. > > > > I am running this on an OSX machine, 10.3.5, PHP 5.0.1, and Apache > version 1.3. > > > > Thanks in advance, > > > > Chris > > > > > > PHP Information > > > > * Version: 5.0.1 > > * OS: Darwin > > * SAPI: apache > > * register_globals: No > > * magic_quotes_gpc: No > > * magic_quotes_runtime: No > > * safe_mode: No > > * open_basedir: > > > > PHP Extensions > > > > * dBase: Yes > > * GD: Yes -- bundled (2.0.28 compatible) > > * GNU Gettext: Yes > > * LDAP: Yes > > * MySQL: Yes > > * PHP Extension Dir (compiled): > /usr/local/php5/lib/php/extensions/no-debug-non-zts-20040412 > > * PHP Extension Dir (run time): ./ > > > > phpESP Settings > > > > * Expected ESP_BASE: /Library/WebServer/Documents/phpESP/ > > * Expected base_url: http://localhost/phpESP/ > > * Loading phpESP.ini.php ... > > * ESP_BASE: /Library/WebServer/Documents/phpESP/ > > * base_url: http://localhost/phpESP/ > > * Version: 1.6.1 > > * Debug: No > > > > phpESP Language Settings > > > > * GNU Gettext: Real > > * default_lang: en_US > > * current lang: en_US > > * available langs: da_DK, de_DE, el_GR, en_US, es_ES, fr_FR, it_IT, > ja_JP, nl_NL, > pt_BR, pt_PT, sv_SE > > (da, de, el, en, es, fr, it, ja, nl, pt, sv) > > * GNU Gettext test: Passed > > * Catalog Open Test: Yes > > > > PHP Session Test > > > > * session.save_path: > > * Counter: 3 > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: <je...@gm...> - 2004-09-02 21:10:20
|
Hello, did anyone got phpESP to work with php 5.0.1 yet ? I set up and configured it right under windows xp sp2 Apache/2.0.50 (Win32) mod_ssl/2.0.50 OpenSSL/0.9.7c PHP/5.0.1 and MySQL 4.0.20 I think there is a problem with the gettext dll's and php 5 and or gettext and phpESP (i'm really a noob concerning gettext). when i tried to debug /admin/manage.php i got following error: line 30 in espi18n.inc: #### dl() [<a href='function.dl</a>]: Unable to load dynamic libary ...\libintl-1.dll ... #### dl() is deprecated - use extension=libintl-1.dll in your php.ini #### i tried and tried... added libintl-1.dll in my php.ini and into the correct pathes... but got startup errors when starting apache and loadung php... I think libintl-1.dll is not recognized by PHP 5 and not needed: from http://de3.php.net/manual/en/ref.gettext.php: ----- Note to Win32 Users: In order to enable this module on a Windows environment, you must copy gnu_gettext.dll from the DLL folder of the PHP/Win32 binary package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 or C:\WINDOWS\SYSTEM32). Starting with PHP 4.2.3 the name changed to libintl-1.dll, this requires also iconv.dll to be copied. libintl-1.dll is not needed as of PHP 4.3.8, iconv.dll is not needed as of PHP 5. ---- when i commented out line 32 to 37 (think this is needed for user authentification) the managment interface came up, but i couldn't do much more....clicking on a link i got only this error messages: "This account does not have permission to access this form" #### /*if($ESPCONFIG['auth_design']) { if(!manage_auth( _addslashes(@$HTTP_SERVER_VARS['PHP_AUTH_USER']), _addslashes(@$HTTP_SERVER_VARS['PHP_AUTH_PW']))) exit; }*/ #### So when i try to load http://localhost/phpESP/admin/manage.php i only get a blank screen. Please help to get phpESP to work with PHP 5. I would like to participate in developing it further, because i wanted to write a similiar tool for an university project, but now i want to participate in the developing process of phpESP to use this instead. Sorry for my bad english. Kind regards, Jens Grubert My http://localhost/phpESP/admin/test.php is working well: ------------------------ PHP Information * Version: 5.0.1 * OS: WINNT * SAPI: apache2handler * register_globals: Yes * magic_quotes_gpc: Yes * magic_quotes_runtime: No * safe_mode: No * open_basedir: PHP Extensions * dBase: No * GD: Yes -- bundled (2.0.28 compatible) * GNU Gettext: Yes * LDAP: No * MySQL: Yes * PHP Extension Dir (compiled): C:\php5 * PHP Extension Dir (run time): F:\apachefriends\xampp\php\ext\ phpESP Settings * Expected ESP_BASE: F:\apachefriends\xampp\htdocs\phpESP/ * Expected base_url: http://localhost/phpESP/ * Loading phpESP.ini.php ... * ESP_BASE: F:\apachefriends\xampp\htdocs\phpESP/ * base_url: http://localhost/phpESP/ * Version: 1.6.1 * Debug: No phpESP Language Settings * GNU Gettext: Real * default_lang: en_US * current lang: en_US * available langs: da_DK, de_DE, el_GR, en_US, es_ES, fr_FR, it_IT, ja_JP, nl_NL, pt_BR, pt_PT, sv_SE (da, de, el, en, es, fr, it, ja, nl, pt, sv) * GNU Gettext test: Passed * Catalog Open Test: Yes PHP Session Test * session.save_path: .;F:\apachefriends\xampp\tmp * Counter: 1 ------------------------ regarding this mail: From: James E. Flemer <jflemer@uv...> Re: Unable to login to phpESP I don"t think phpESP has been tested on PHP 5. I"m also not sure that it has been tested on OSX (but I don"t think OS should make much of a difference). Do you notice any related messages in your apache log files? Have you created and populated the database tables as described in the INSTALL document? You could try disabling authentication in the phpESP.ini.php file if you can"t login, but I don"t think you should have to unless there is some issue with PHP5. -James Christopher Davis wrote: > I just installed phpESP for the third time - they say the third time"s a charm - it isn"t (at least for me and phpESP). Using the default settings (i.e. ID=root and PW=esp), I cannot get in. After I enter the information in the login window, it just brings up a new window. Has anyone seen anything like this before, if so, how did you correct it? Might hit have something to do with the fact that I am using PHP Version 5.0.1? Below is the output from the test.php run. That seems to work well enough, and all items were displayed in a green color. > > I am running this on an OSX machine, 10.3.5, PHP 5.0.1, and Apache version 1.3. > > Thanks in advance, > > Chris > > > PHP Information > > * Version: 5.0.1 > * OS: Darwin > * SAPI: apache > * register_globals: No > * magic_quotes_gpc: No > * magic_quotes_runtime: No > * safe_mode: No > * open_basedir: > > PHP Extensions > > * dBase: Yes > * GD: Yes -- bundled (2.0.28 compatible) > * GNU Gettext: Yes > * LDAP: Yes > * MySQL: Yes > * PHP Extension Dir (compiled): /usr/local/php5/lib/php/extensions/no-debug-non-zts-20040412 > * PHP Extension Dir (run time): ./ > > phpESP Settings > > * Expected ESP_BASE: /Library/WebServer/Documents/phpESP/ > * Expected base_url: http://localhost/phpESP/ > * Loading phpESP.ini.php ... > * ESP_BASE: /Library/WebServer/Documents/phpESP/ > * base_url: http://localhost/phpESP/ > * Version: 1.6.1 > * Debug: No > > phpESP Language Settings > > * GNU Gettext: Real > * default_lang: en_US > * current lang: en_US > * available langs: da_DK, de_DE, el_GR, en_US, es_ES, fr_FR, it_IT, ja_JP, nl_NL, pt_BR, pt_PT, sv_SE > (da, de, el, en, es, fr, it, ja, nl, pt, sv) > * GNU Gettext test: Passed > * Catalog Open Test: Yes > > PHP Session Test > > * session.save_path: > * Counter: 3 -- / "e-bussines or no bussines" \ Jens Grubert +.: c :.+ IT Solutions +. o ..+ Content Managing +. M ..+ Media Design +. L ..+ IT Decisons +. a .+ Hans-Grundig-Str.14 +.: b :.+ 39128 Magdeburg \ e-Mail: je...@gm... / Tel. 0391 2544994 Supergünstige DSL-Tarife + WLAN-Router für 0,- EUR* Jetzt zu GMX wechseln und sparen http://www.gmx.net/de/go/dsl |
From: Matthew G. <gr...@mu...> - 2004-09-02 18:19:54
|
Since we may be dealing with several "unsupported" configurations. I added a new config variable to phpESP.ini, an array that contains unsupported strings. Changed the check in manage.php to look up against the new variable. On Wed, 2004-09-01 at 17:19 -0400, James Flemer wrote: > I took a look at your changes and it looks good to me for detecting CGI. > Good idea pointing to the FAQ. I think that you can detect IIS with: > > php_sapi_name() == 'isapi' > > There are a ton of other SAPI but I guess we can add them one by one to > the check as we get feedback. > > -James > > Quoting Matthew Gregg <gr...@mu...>: > > > Just committed changes to manage.php and the FAQ that checks for PHP > > running in CGI mode and auth_design enabled. I'm unsure what to look > > for if IIS is being used? > > Currently it displays a fatal warning message with a link to the FAQ > > that describes the situation. > > > > I'm against disabling auth. automatically, but will add that if anyone > > feels strongly for it. > > > > On Wed, 2004-09-01 at 10:01 -0400, Matthew Gregg wrote: > > > I was planning to rip out the php "basic auth" code and replace it > > with > > > a form/session post 1.7. Since this is a such a pain for folks, I'll > > do > > > the detect and alert version this week, maybe today. Of course I > > may > > > not get to this if we end up doing an evac. for hurricane Frances. > > > > > > On Tue, 2004-08-31 at 21:59 -0600, James E. Flemer wrote: > > > > Hey guys, > > > > > > > > Can we elimitate this stupid problem with authentication in CGI > > mode > > > > (and IIS) mode for good? Clearly it can be detected with code, > > because > > > > I wrote code for test.php to check the SAPI and such and print bad > > stuff > > > > in red. How about we change the admin interface to disable auth on > > the > > > > fly when it detects CGI or IIS? It can print out a big error > > message > > > > telling the user their fly is unzipped, unless it detects Apache > > Basic > > > > Auth (REMOTE_USER is set). > > > > > > > > Any takers on coding it up? I know Matthew Gregg is/was trying to > > make > > > > a new release... Let's fix this damn nuisance before the release. > > > > > > > > Send a patch to the list, or just commit away and report back if > > you've > > > > got CVS access. > > > > > > > > -James > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.Net email is sponsored by BEA Weblogic Workshop > > > > FREE Java Enterprise J2EE developer tools! > > > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > > > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > > > > _______________________________________________ > > > > phpESP-devel mailing list > > > > php...@li... > > > > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > > > > > > -- > > mcg > > ------------------------------------- > > The IT Lab (http://www.itlab.musc.edu) > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by BEA Weblogic Workshop > > FREE Java Enterprise J2EE developer tools! > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > > _______________________________________________ > > phpESP-devel mailing list > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > > > > > -James > -- > Quis custodiet ipsos custodes? > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: James F. <jf...@uv...> - 2004-09-01 21:19:34
|
I took a look at your changes and it looks good to me for detecting CGI. Good idea pointing to the FAQ. I think that you can detect IIS with: php_sapi_name() == 'isapi' There are a ton of other SAPI but I guess we can add them one by one to the check as we get feedback. -James Quoting Matthew Gregg <gr...@mu...>: > Just committed changes to manage.php and the FAQ that checks for PHP > running in CGI mode and auth_design enabled. I'm unsure what to look > for if IIS is being used? > Currently it displays a fatal warning message with a link to the FAQ > that describes the situation. > > I'm against disabling auth. automatically, but will add that if anyone > feels strongly for it. > > On Wed, 2004-09-01 at 10:01 -0400, Matthew Gregg wrote: > > I was planning to rip out the php "basic auth" code and replace it > with > > a form/session post 1.7. Since this is a such a pain for folks, I'll > do > > the detect and alert version this week, maybe today. Of course I > may > > not get to this if we end up doing an evac. for hurricane Frances. > > > > On Tue, 2004-08-31 at 21:59 -0600, James E. Flemer wrote: > > > Hey guys, > > > > > > Can we elimitate this stupid problem with authentication in CGI > mode > > > (and IIS) mode for good? Clearly it can be detected with code, > because > > > I wrote code for test.php to check the SAPI and such and print bad > stuff > > > in red. How about we change the admin interface to disable auth on > the > > > fly when it detects CGI or IIS? It can print out a big error > message > > > telling the user their fly is unzipped, unless it detects Apache > Basic > > > Auth (REMOTE_USER is set). > > > > > > Any takers on coding it up? I know Matthew Gregg is/was trying to > make > > > a new release... Let's fix this damn nuisance before the release. > > > > > > Send a patch to the list, or just commit away and report back if > you've > > > got CVS access. > > > > > > -James > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by BEA Weblogic Workshop > > > FREE Java Enterprise J2EE developer tools! > > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > > > _______________________________________________ > > > phpESP-devel mailing list > > > php...@li... > > > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > > > > -- > mcg > ------------------------------------- > The IT Lab (http://www.itlab.musc.edu) > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > -James -- Quis custodiet ipsos custodes? |
From: Matthew G. <gr...@mu...> - 2004-09-01 15:59:28
|
Just committed changes to manage.php and the FAQ that checks for PHP running in CGI mode and auth_design enabled. I'm unsure what to look for if IIS is being used? Currently it displays a fatal warning message with a link to the FAQ that describes the situation. I'm against disabling auth. automatically, but will add that if anyone feels strongly for it. On Wed, 2004-09-01 at 10:01 -0400, Matthew Gregg wrote: > I was planning to rip out the php "basic auth" code and replace it with > a form/session post 1.7. Since this is a such a pain for folks, I'll do > the detect and alert version this week, maybe today. Of course I may > not get to this if we end up doing an evac. for hurricane Frances. > > On Tue, 2004-08-31 at 21:59 -0600, James E. Flemer wrote: > > Hey guys, > > > > Can we elimitate this stupid problem with authentication in CGI mode > > (and IIS) mode for good? Clearly it can be detected with code, because > > I wrote code for test.php to check the SAPI and such and print bad stuff > > in red. How about we change the admin interface to disable auth on the > > fly when it detects CGI or IIS? It can print out a big error message > > telling the user their fly is unzipped, unless it detects Apache Basic > > Auth (REMOTE_USER is set). > > > > Any takers on coding it up? I know Matthew Gregg is/was trying to make > > a new release... Let's fix this damn nuisance before the release. > > > > Send a patch to the list, or just commit away and report back if you've > > got CVS access. > > > > -James > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by BEA Weblogic Workshop > > FREE Java Enterprise J2EE developer tools! > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > > _______________________________________________ > > phpESP-devel mailing list > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Matthew G. <gr...@mu...> - 2004-09-01 14:03:02
|
I was planning to rip out the php "basic auth" code and replace it with a form/session post 1.7. Since this is a such a pain for folks, I'll do the detect and alert version this week, maybe today. Of course I may not get to this if we end up doing an evac. for hurricane Frances. On Tue, 2004-08-31 at 21:59 -0600, James E. Flemer wrote: > Hey guys, > > Can we elimitate this stupid problem with authentication in CGI mode > (and IIS) mode for good? Clearly it can be detected with code, because > I wrote code for test.php to check the SAPI and such and print bad stuff > in red. How about we change the admin interface to disable auth on the > fly when it detects CGI or IIS? It can print out a big error message > telling the user their fly is unzipped, unless it detects Apache Basic > Auth (REMOTE_USER is set). > > Any takers on coding it up? I know Matthew Gregg is/was trying to make > a new release... Let's fix this damn nuisance before the release. > > Send a patch to the list, or just commit away and report back if you've > got CVS access. > > -James > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: James E. F. <jf...@uv...> - 2004-09-01 04:00:04
|
Hey guys, Can we elimitate this stupid problem with authentication in CGI mode (and IIS) mode for good? Clearly it can be detected with code, because I wrote code for test.php to check the SAPI and such and print bad stuff in red. How about we change the admin interface to disable auth on the fly when it detects CGI or IIS? It can print out a big error message telling the user their fly is unzipped, unless it detects Apache Basic Auth (REMOTE_USER is set). Any takers on coding it up? I know Matthew Gregg is/was trying to make a new release... Let's fix this damn nuisance before the release. Send a patch to the list, or just commit away and report back if you've got CVS access. -James |
From: Aaron A. <li...@fr...> - 2004-08-25 21:44:09
|
Seems to be a pretty straight forward tutorial for the installion of phpesp. I don't see any horrific issues with it. > I have not yet looked at the tutorial mentioned below, but I'll forward > this to the list(s) so it can get archived. > > -James > > -------- Original Message -------- > Subject: advertising or host list > Date: Tue, 24 Aug 2004 13:07:19 -0500 > From: Greg Swaney <gs...@ne...> > Reply-To: <gs...@ne...> > Organization: NEXCESS.NET > To: <jim...@us...> > > > Hello, > > My name is Greg Swaney and I work for NEXCESS.NET, a web hosting compan= y > from Ann Arbor, MI. We have a tutorial on our website about installing > phpESP and I was wondering if you=92d be willing to place our banner ad= or > a text ad on your site to ours. Let me know if you=92d be interested. Y= ou > can check out the tutorial @ > http://nexcess.net/hosting/support/tutorials in the Polling section. > Thanks for your time. > > -- > > Greg Swaney > NEXCESS.NET Internet Solutions > http://nexcess.net > 304 1/2 S. State St. > Ann Arbor, MI 48104 > 1.866.NEXCESS > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > > -- Aaron Axelsen aim: aaak2 email: li...@fr... |
From: James E. F. <jf...@uv...> - 2004-08-25 00:28:26
|
I have not yet looked at the tutorial mentioned below, but I'll forward=20 this to the list(s) so it can get archived. -James -------- Original Message -------- Subject: advertising or host list Date: Tue, 24 Aug 2004 13:07:19 -0500 From: Greg Swaney <gs...@ne...> Reply-To: <gs...@ne...> Organization: NEXCESS.NET To: <jim...@us...> Hello, My name is Greg Swaney and I work for NEXCESS.NET, a web hosting company from Ann Arbor, MI. We have a tutorial on our website about installing phpESP and I was wondering if you=92d be willing to place our banner ad o= r a text ad on your site to ours. Let me know if you=92d be interested. You can check out the tutorial @ http://nexcess.net/hosting/support/tutorials in the Polling section. Thanks for your time. -- Greg Swaney NEXCESS.NET Internet Solutions http://nexcess.net 304 1/2 S. State St. Ann Arbor, MI 48104 1.866.NEXCESS |
From: Aaron A. <li...@fr...> - 2004-08-16 21:27:35
|
I think it may be worth while that when talking about the group managers to mention that with the current way things are done, its a little tricky to have the same person manage two groups. To accomplish this now, you need to add a new account, assign it to the different group and set the same password for it. Might help some people avoid headaches. -- Aaron Axelsen aim: aaak2 email: li...@fr... |
From: SourceForge.net <no...@so...> - 2004-08-16 16:21:33
|
Feature Requests item #1010116, was opened at 2004-08-16 11:21 Message generated for change (Settings changed) made by axelseaa You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1010116&group_id=8956 Category: None Group: None >Status: Deleted Priority: 5 Submitted By: Aaron Axelsen (axelseaa) Assigned to: Nobody/Anonymous (nobody) Summary: Groups Initial Comment: Right now, if the same user wants to be a member of mult groups, or the admin of many different groups the way to implement it is very sticky. Could this interface maybe be cleaned up a little? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1010116&group_id=8956 |
From: SourceForge.net <no...@so...> - 2004-08-16 16:21:02
|
Feature Requests item #1010116, was opened at 2004-08-16 11:21 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=1010116&group_id=8956 Category: None Group: None Status: Open Priority: 5 Submitted By: Aaron Axelsen (axelseaa) Assigned to: Nobody/Anonymous (nobody) Summary: Groups Initial Comment: Right now, if the same user wants to be a member of mult groups, or the admin of many different groups the way to implement it is very sticky. Could this interface maybe be cleaned up a little? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1010116&group_id=8956 |
From: SourceForge.net <no...@so...> - 2004-08-16 15:13:36
|
Feature Requests item #1010062, was opened at 2004-08-16 10:13 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=1010062&group_id=8956 Category: None Group: None Status: Open Priority: 5 Submitted By: Aaron Axelsen (axelseaa) Assigned to: Nobody/Anonymous (nobody) Summary: Groups Initial Comment: Right now, if the same user wants to be a member of mult groups, or the admin of many different groups the way to implement it is very sticky. Could this interface maybe be cleaned up a little? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1010062&group_id=8956 |
From: SourceForge.net <no...@so...> - 2004-08-16 14:57:51
|
Feature Requests item #1010054, was opened at 2004-08-16 09:57 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=1010054&group_id=8956 Category: None Group: None Status: Open Priority: 5 Submitted By: Aaron Axelsen (axelseaa) Assigned to: Nobody/Anonymous (nobody) Summary: Change Owner Initial Comment: Once a survey has been created, It would be helpful if while the survey is in editing mode there would be a way to change the owner of the survey. The only way i see to do it now is to go and edit the survey table in the database. Maybe locking this permission down to only group admins would be of better use as well? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1010054&group_id=8956 |
From: SourceForge.net <no...@so...> - 2004-08-13 21:39:30
|
Feature Requests item #1008981, was opened at 2004-08-13 16:39 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=1008981&group_id=8956 Category: gui Group: None Status: Open Priority: 5 Submitted By: Aaron Axelsen (axelseaa) Assigned to: Nobody/Anonymous (nobody) Summary: Multiple pages for viewing lists. Initial Comment: For users who have a large number of surveys in the system, it may be useful to be able to set a variable to say 25 surveys displayed per page. This way it won't take a year to open a page which will list a large number of surveys. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=1008981&group_id=8956 |
From: James E. F. <jf...@uv...> - 2004-08-13 18:13:48
|
BTW, I should be back on-line by Monday, and can help w/ I18n stuff then. -James Matthew Gregg wrote: > I'm ready to release a 1.7-dev, but having some issues with the > translation files. Since this release touches every SQL statement in > ESP, I would like to get more people to test it on non-production data. > > On Fri, 2004-08-13 at 09:41 -0500, Aaron Axelsen wrote: > >>Are there any upcoming releases planned? >> >> >>-- >>Aaron Axelsen >>aim: aaak2 >>email: li...@fr... |
From: Matthew G. <gr...@mu...> - 2004-08-13 14:50:17
|
I'm ready to release a 1.7-dev, but having some issues with the translation files. Since this release touches every SQL statement in ESP, I would like to get more people to test it on non-production data. On Fri, 2004-08-13 at 09:41 -0500, Aaron Axelsen wrote: > Are there any upcoming releases planned? > > > -- > Aaron Axelsen > aim: aaak2 > email: li...@fr... > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Aaron A. <li...@fr...> - 2004-08-13 14:41:48
|
Are there any upcoming releases planned? -- Aaron Axelsen aim: aaak2 email: li...@fr... |
From: SourceForge.net <no...@so...> - 2004-08-04 09:47:15
|
Bugs item #827943, was opened at 2003-10-22 03:41 Message generated for change (Comment added) made by jaouen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=827943&group_id=8956 Category: Admin Group: v1.6.1 Status: Open Resolution: None Priority: 5 Submitted By: Gaf (grouaf) Assigned to: Nobody/Anonymous (nobody) Summary: GNU Gettext test: %%%% Gettext Test Failed Initial Comment: Hello, I can't use the french language. I have the gettext enable but the test don't pass. Here is the beginning of my phpinfo where phpESP is running on : PHP Version 4.3.1 System Linux PPR 2.4.22 #3 Thu Oct 9 22:27:44 CEST 2003 i686 Build Date Oct 21 2003 23:29:43 Configure Command './configure' '--with-iodbc' '--with-gd' '--with-zlib-dir=/usr/include/zlib.h' '--with-jpeg-dir=/usr/local/include/jpeglib.h' '--with-gettext' '--with-pear' '--with-apxs2=/usr/Apache/bin/apxs' Server API Apache 2.0 Filter GetText Support enabled I'm not a coder so I can't help your more than test it... And this is my first bug report, so please don't be so rude :) Anyway, anything else works fine until now. Thanks for all. ---------------------------------------------------------------------- Comment By: Guillaume JAOUEN (jaouen) Date: 2004-08-04 11:47 Message: Logged In: YES user_id=1077870 Hi again, i found the solution that was explained in previous faq answer. I thought, you'd better add this info in the install documentation of phpesp 1.6.1 for debian woody users... I had to make dpkg-reconfigure locales (set fr_FR and not fr_FR with EURO because it generate the %%%% Gettext Test Failed...) Best regards, Guillaume ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2004-07-06 19:48 Message: Logged In: YES user_id=39444 Also reported to fail with: Debian GNU/\s 3.0 \n \l gettext (GNU gettext) 0.10.40 PHP: 4.1.2 User: freaky2000 Bug: 935040 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-07-06 19:41 Message: Logged In: NO Hmm, I cannot find the post, but I believe it has something to do with wheather the requested locale exists for Debian (/usr/share/locale). ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-07-06 19:33 Message: Logged In: NO There is some known problem with Woody. Please look through the phpesp-general mailing list archives. -James ---------------------------------------------------------------------- Comment By: Guillaume JAOUEN (jaouen) Date: 2004-07-06 14:09 Message: Logged In: YES user_id=1077870 I'm ve got the same bug on a debian woody linux server... I try to figure out too. The test.php return this informations (*.*.*.* = IP Adress of the server) : PHP Information Version: 4.1.2 OS: Linux SAPI: apache register_globals: Yes magic_quotes_gpc: Yes magic_quotes_runtime: No safe_mode: No open_basedir: PHP Extensions dBase: No GD: Yes GNU Gettext: Yes LDAP: Yes MySQL: Yes PHP Extension Dir (compiled): /usr/lib/php4/20010901 PHP Extension Dir (run time): /usr/lib/php4/20010901 phpESP Settings Expected ESP_BASE: /home/phpesp/phpESP-1.6.1/ Expected base_url: http://*.*.*.*/enquetes/ Loading phpESP.ini.php ... ESP_BASE: /home/phpesp/phpESP-1.6.1/ base_url: http://*.*.*.*/enquetes/ Version: 1.6.1 Debug: No phpESP Language Settings GNU Gettext: Real default_lang: fr_FR current lang: fr_FR available langs: da_DK, de_DE, el_GR, en_US, es_ES, fr_FR, it_IT, ja_JP, nl_NL, pt_BR, pt_PT, sv_SE (da, de, el, en, es, fr, it, ja, nl, pt, sv) GNU Gettext test: %%%% Gettext Test Failed Catalog Open Test: Yes PHP Session Test session.save_path: /tmp Counter: 1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=827943&group_id=8956 |
From: SourceForge.net <no...@so...> - 2004-07-29 00:06:26
|
Feature Requests item #999821, was opened at 2004-07-28 19:06 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=999821&group_id=8956 Category: gui Group: None Status: Open Priority: 4 Submitted By: Matthew Gregg (greggmc) Assigned to: Nobody/Anonymous (nobody) Summary: required questions notification Initial Comment: Suggestion from one of our users. Posting here for reference. ---- When survey has required fields that aren't completed when the survey is submitted........ Instead of citing the full questions, couldn't you simply tell which answers are missing by listing the question numbers (like Question 2, 6, 7) It would gain a lot in legibility, and you can scroll down immediately to the question numbers indicated... Since you're fixing this, wa red frame (+ faded red background) around the warning text "You are missing the following required questions: " + the list of questions numbers would make this tool, I'd say, close to perfection... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=999821&group_id=8956 |
From: SourceForge.net <no...@so...> - 2004-07-27 15:56:27
|
Feature Requests item #998816, was opened at 2004-07-27 15: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=998816&group_id=8956 Category: None Group: None Status: Open Priority: 5 Submitted By: Jay Luker (lbjay) Assigned to: Nobody/Anonymous (nobody) Summary: handler.php should use $sid and/or $sname Initial Comment: First off, phpESP is excellent. Thanks for the code. This should be a fairly simple request. I have multiple sites using phpESP across multiple servers, some dev, some production. The dev and production servers use different dbs. Since my $sid for the same survey can differ from the dev to the production dbs, it would be nice to have the handler.php script pick up a variable defining the survey name in addition to, instead of, in the absence of, etc. the $sid. Thanks. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=998816&group_id=8956 |