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 |