From: Franky V. L. <lie...@te...> - 2008-04-12 12:20:56
|
Hi all, the latest and best of phpESP has been released: version 2.1.0. Many things have changed, but the most changing one is the split of the config file in 3 seperate files, allowing easier updates (see the CHANGELOG file). From the changelog: - Dashboard implementation (by Bishop Bettini) - start/stop date for a survey (by Bishop Bettini) - A conditional question resulted in a "non-required" for the question it depends on, this limit has been removed. - You can now do authenticated ldap binds when searching for the uid, some LDAP servers need this (is more secure than anonymous binds anyway) - A default config file has been added (admin/phpESP.ini.php.default), your own changes should go into admin/phpESP.ini.php. The advantage is that new options can be added to the default file and you don't need to change anything to your own config file. Also a fixed part has been added (admin/phpESP.ini.php.fixed) containing values that should not be changed. The sequence is: require (phpESP.ini.php.default); ==> defaults, gets overwritten with every new release require (phpESP.ini.php); ==> your own values, never gets overwritten require (phpESP.ini.php.fixed); ==> fixed parts, you can change these, but they get overwritten with every new release - Web based updates and web based installs are now possible, no more manually entering sql statements in the db - Switching/changing database table prefixes is now possible - An answer to a question of type textbox, essay or numerical can now be required to be unique Any feedback is welcome. Enjoy! Franky |
From: Franky V. L. <lie...@te...> - 2008-04-12 13:41:20
|
Hi, either use sourceforge for this: http://sourceforge.net/project/showfiles.php?group_id=8956 Or get it from my webpage: http://www.e-dynamics.be/programs/phpesp/phpESP-2.1.0.tgz Franky On Sat, 12 Apr 2008 09:26:07 -0400 Geof Collis <gc...@ne...> wrote: > Hi Frankie > > Got a quick link to the download page? > > cheers > > GeofA > > t 08:15 AM 4/12/2008, Franky Van Liedekerke wrote: > >Hi all, > > > >the latest and best of phpESP has been released: version 2.1.0. > >Many things have changed, but the most changing one is the split of > >the config file in 3 seperate files, allowing easier updates (see the > >CHANGELOG file). > > > > >From the changelog: > > > >- Dashboard implementation (by Bishop Bettini) > > > >- start/stop date for a survey (by Bishop Bettini) > > > >- A conditional question resulted in a "non-required" for the > >question it depends on, this limit has been removed. > > > >- You can now do authenticated ldap binds when searching for the uid, > >some LDAP servers need this (is more secure than anonymous binds > >anyway) > > > >- A default config file has been added > >(admin/phpESP.ini.php.default), your own changes should go into > >admin/phpESP.ini.php. The advantage is that new options can be added > >to the default file and you don't need to change anything to your > >own config file. Also a fixed part has been added > >(admin/phpESP.ini.php.fixed) containing values that should not be > >changed. The sequence is: require (phpESP.ini.php.default); ==> > >defaults, gets overwritten with every new release require > >(phpESP.ini.php); ==> your own values, never gets overwritten > >require (phpESP.ini.php.fixed); ==> fixed parts, you can change > >these, but they get overwritten with every new release > > > >- Web based updates and web based installs are now possible, no more > >manually entering sql statements in the db > > > >- Switching/changing database table prefixes is now possible > > > >- An answer to a question of type textbox, essay or numerical can now > >be required to be unique > > > >Any feedback is welcome. Enjoy! > > > >Franky > > > >------------------------------------------------------------------------- > >This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > >Don't miss this year's exciting event. There's still time to save > >$100. Use priority code J8TL2D2. > >http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > >_______________________________________________ > >phpESP-general mailing list > >php...@li... > >https://lists.sourceforge.net/lists/listinfo/phpesp-general > > Editor > Accessibility News > www.accessibilitynews.ca > ---- > Badeyes Design & Consulting > Specializing in Accessible Web Design > Phone: 705-357-2117 > Fax: 705-357-1833 > Url: http://www.badeyes.com > > > |
From: Matthew G. <mat...@gm...> - 2008-04-12 19:04:40
|
Official releases should only be distributed from SF. On Sat, 2008-04-12 at 15:35 +0200, Franky Van Liedekerke wrote: > Hi, > > either use sourceforge for this: > http://sourceforge.net/project/showfiles.php?group_id=8956 > > Or get it from my webpage: > http://www.e-dynamics.be/programs/phpesp/phpESP-2.1.0.tgz > > Franky > > On Sat, 12 Apr 2008 09:26:07 -0400 > Geof Collis <gc...@ne...> wrote: > > > Hi Frankie > > > > Got a quick link to the download page? > > > > cheers > > > > GeofA > > > > t 08:15 AM 4/12/2008, Franky Van Liedekerke wrote: > > >Hi all, > > > > > >the latest and best of phpESP has been released: version 2.1.0. > > >Many things have changed, but the most changing one is the split of > > >the config file in 3 seperate files, allowing easier updates (see the > > >CHANGELOG file). > > > > > > >From the changelog: > > > > > >- Dashboard implementation (by Bishop Bettini) > > > > > >- start/stop date for a survey (by Bishop Bettini) > > > > > >- A conditional question resulted in a "non-required" for the > > >question it depends on, this limit has been removed. > > > > > >- You can now do authenticated ldap binds when searching for the uid, > > >some LDAP servers need this (is more secure than anonymous binds > > >anyway) > > > > > >- A default config file has been added > > >(admin/phpESP.ini.php.default), your own changes should go into > > >admin/phpESP.ini.php. The advantage is that new options can be added > > >to the default file and you don't need to change anything to your > > >own config file. Also a fixed part has been added > > >(admin/phpESP.ini.php.fixed) containing values that should not be > > >changed. The sequence is: require (phpESP.ini.php.default); ==> > > >defaults, gets overwritten with every new release require > > >(phpESP.ini.php); ==> your own values, never gets overwritten > > >require (phpESP.ini.php.fixed); ==> fixed parts, you can change > > >these, but they get overwritten with every new release > > > > > >- Web based updates and web based installs are now possible, no more > > >manually entering sql statements in the db > > > > > >- Switching/changing database table prefixes is now possible > > > > > >- An answer to a question of type textbox, essay or numerical can now > > >be required to be unique > > > > > >Any feedback is welcome. Enjoy! > > > > > >Franky > > > > > >------------------------------------------------------------------------- > > >This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > > >Don't miss this year's exciting event. There's still time to save > > >$100. Use priority code J8TL2D2. > > >http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > > >_______________________________________________ > > >phpESP-general mailing list > > >php...@li... > > >https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > > Editor > > Accessibility News > > www.accessibilitynews.ca > > ---- > > Badeyes Design & Consulting > > Specializing in Accessible Web Design > > Phone: 705-357-2117 > > Fax: 705-357-1833 > > Url: http://www.badeyes.com > > > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel -- Matthew Gregg <mat...@gm...> |