0.1: *Codebase imported from StepStore 0.2: *Added "values" column to questions table 0.3: *Added "thankyou" column to surveys table *Added "status" column to responses table 0.4: *Added "alt_thankyou" column to surveys table 0.5: *Added "parent_sid" column to responses table 0.5.0.1: *Fixed several CSS/XHTML validation bugs 0.5.0.2: *Fixed a display bug in admin_modify_response() 0.5.0.3: *Fixed a bug in data prep for email 0.5.0.4: *Removed extraneous functions from utils.php 0.5.1: *Added $can_admin template variable to user_display() *Fixed bug deleting questions 0.5.1.1: *Fixed typo in admin_create_question(); *Require ACCESS_EDIT on ::Admin to see "Manage Surveys" 0.6: *Added recipients for individual surveys 0.7: *Added several new kinds of fields *Added setting of respondant name and email in survey data *Added ability for administrators to change response data *Added "Featured responses" and public interface *Added CAPTCHA option using protectwebform.com 0.7.0.1: *Minor cosmetic fixes on CAPTCHA 0.7.0.2: *Fixed caching problem in display_featured() 0.7.1: *Added BMBStatTracker integration 0.7.2: *Added $detail_response to the template vars for user_display_featured.htm 0.7.2.1 *Caused "Used featured responses" option in config to correctly disable use featured checkbox in response viewing screen. 0.7.3: *Put register_title into some standard user display templates 0.7.3.1: *Prepped source for distribution 0.7.3.2: *Fixed broken images in PN installs not in the main web root *Assorted cosmetic fixes *Fixed major error in pninit.php. 0.7.3.3: *Fixed some script paths that wouldn't for installs not in the main web root 0.7.4: *Made FCKeditor and ben_utils internal to the module, so you don't have to install them separately. 0.7.4.1: *Fixed bug in featured_response block that caused script crash when creating any new block 0.7.5: *Added the ability to disable FCKeditor from all interfaces for accessibility compliance. 0.7.5.1: *Set up a more reasonable default configuration for the FCKeditor file manager 0.7.5.2: *Made 'fck' the default value for 'visual_editor' on initialization. 0.7.5.3: *Updated to ben_utils 1.15.5 0.7.5.4: *Fixed a regexp syntax error in modifier.linebreaks that caused extra linebreaks to be inserted when they shouldn't have been 0.7.6: *Added an auto-generated survey on cold installation 0.7.6.1 *Fixed incorrect reference to the utility package in modifier.linebreaks.php 0.7.6.2: *Fixed error in pnuser.php which caused global recipients to not receive notifications of new responses if a survey did not also have individual recipients. 0.7.7: *Added "No response" as an option in the featured_response block 0.7.7.1: *Cosmetic cleanup on display page 0.7.7.2: *Fixed bug in export code that always exported the first survey. 0.7.8: *Added additional featured response browing mechanism: view_featured()/detail_featured() in addition to display_featured() 0.7.9: *Added redundant ordering control for view_responses display 0.7.9.1: *Fixed ID reference error in pnadminapi.php 0.7.10: *Cosmetic cleanup in administrative interface *Added view link in administrative interace 0.7.10.1: *Fixed privacy issues with featured response interfaces identified by open source community member Emmanuel PROT 0.7.10.2: *Fixed bug reported by Tor Nichols referencing FCKeditor files from non-root installs of PostNuke 0.7.10.3: *Improvement to modifier.linebreaks.php 0.8: *Added Simple Survey Wizard 0.9: *Compatibility with PostNuke 0.8 *Added Radio Button option for Single Selection questions 0.10: *Added fields for the subject of the response email sent to admins, the title of the user thank you page, and the subject and body of a confirmation email sent to the user upon completion of a survey. *Added javascript tabbed layout for new and modify survey pages. 0.10.1: *Added back in missing file: SurveyManager_user_confirmation_email.htm *Changed process_page() to only send user confirmation email if the survey's confirmation_body is non-empty (including   characters) 0.10.2: *Changed CSS bugs that were adding scroll bars and rendering gray backgrounds in inappropriate places. 0.10.2.1: *Modified SurveyManager to default to blank text editor in Zikula 0.10.3: *Added new block: display. This displays a survey for a customer to fill out. 0.10.4: *Fixed SurveyManager 'Display' block. Now processes like the standard SurveyManager display() function. 0.10.4.1: *Fixed 'Display' block validation. Right now it is set so that it can occur on the same page as the User Display function if needed. 0.10.4.2: *Restored missing information from changelog.txt *Restored missing cases from SurveyManager_upgrade();