Welcome to LimeSurvey v1.91+! Warranty: This program is provided "as is" without warranties of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The entire risk as to the quality and performance of the program is with you. Should the program prove defective, you assume the cost of all necessary servicing, repair or correction. In no event will any copyright holder be liable to you for damages, including any general, special, incidental or consequential damages arising out of the use or inability to use the program (including but not limited to loss of data or data being rendered inaccurate or losses sustained by you or third parties or a failure of the program to operate with any other programs). This release does have the following requirements: -One of these databases: MySQL 4.1 or higher, Microsoft SQL Server 2000 or higher, Postgres 8.1 or higher -PHP 5.x or higher with mbstring library installed. (for localizations) Check out detailed requirements at http://docs.limesurvey.org/tiki-index.php?page=Installation HOW TO INSTALL --------------- If you are doing a complete new installation please refer to the manual at http://docs.limesurvey.org Please also have a look at the "Installation security hints" section of the online manual in order to secure your installation. === UPGRADING===== We suggest to check out and hold close to the instructions, which can be found in our online manual: http://docs.limesurvey.org/tiki-index.php?page=Upgrading+from+a+previous+version HOW TO UPGRADE from earlier versions of LimeSurvey (<=1.08) ------------------------------------------------------------- We are sorry but you can't upgrade from versions <= 1.0.8. Seriously! The database structure has changed that much it wouldn't be feasible. However, you can import old survey structures from version 1.0 (when you create a new survey there is an option to do that). Just do a new installation as described on http://docs.limesurvey.org. HOW TO UPGRADE from LimeSurvey 1.45 or later (<=1.70) ------------------------------------------------------ 1. Make backups of your files and database. 2. Backup your config.php. 3. Delete all old files 4. Upload the new version to the same place. 5. Adjust the settings in config.php to the setting from the backup config.php. --Do NOT just copy over the old config.php over the new one.-- 6. Run the installer in /admin/install/index.php to update the database. 7. Done. Special note for UPGRADING from 1.53 to 1.72(+) ------------------------------------------------ After you upgraded please check the global user rights of each user. There was a new superadmin right introduced. The upgrade script is guessing who to make superadmin - so this is not perfect and has to be supervised by YOU. HOW TO UPGRADE from a LimeSurvey 1.70(+) version to the latest 1.9x -------------------------------------------------------------------- 1. Make backups of your files (especially config.php and config-ldap.php) and database. 2. Export all your customized templates. 3. Backup your limesurvey/upload resources directory. 4. Delete all old files. 5. Upload the new version to the same place. 6. Copy your backuped config.php file overwriting the one from the new release 7. Have a look to the config-defaults.php file for any new parameters that could suit your setup. If you need to change the default setting, copy the parameter lines to your config.php file and adjust their values accordingly. 8. Copy your previously backuped 'upload' directory to the new limesurvey/upload directory. 9. Run the installer in /admin/install/index.php to update the database. 10. Copy back all your customized templates to /upload/templates. You might have to adjust your templates since the CSS has been changed since version 1.72x. It is easier to try adapting one of the default templates to your template again instead of fixing your old template! 11. Done. Thank you to everyone who helped with this new release! Changes from 1.91+ (build 11228) to 1.91+ (build 11343) Nov 8, 2011 -Fixed issue #5126: CSV export - no new lines (c_schmitz) -Fixed issue #5455: INSERTANS not working in Multiple options with comments (c_schmitz) -Fixed issue #5508: $printanswershonorsconditions settings doesn't work - all questions are shown in Print Answers page (c_schmitz) -Fixed issue #5532: Problem with encoding Polish character "a" (c_schmitz) -Fixed issue #5536: Error when clicking "resume later" and token persistence enabled. (c_schmitz) -Fixed issue #5538: Further file uploads may fail after first upload processed following Next/Prev question group - patch by litotes (c_schmitz) -Fixed issue #5549: queXML: Yes/no and gender questions are not translated (azammitdcarf) -Fixed issue #5557: Basic admin notification and Detailed admin notification email templates are blank after upgrade from 1.90 (c_schmitz) -Fixed issue: Problems on exporting tokens (c_schmitz) -Fixed issue: Slow export of tokens (c_schmitz) Changes from 1.91+ (build 11136) to 1.91+ (build 11228) Oct 20, 2011 #Updated translation: Danish by Andreas Christoffersen (c_schmitz) #Updated translation: Czech (c_schmitz) #Updated translation: Polish (elisa-ls) -Fixed issue #5489: Survey Iteration changes value usesleft in user table to 0 instead of 1 (lemeur) -Fixed issue #5126: CSV export - no new lines (c_schmitz) -Fixed issue #5323: .missing class added in answered filtered array question "Show question index / allow jumping" modality - patch by flocs (c_schmitz) -Fixed issue #5418: Failing check on fieldnames POST variable (c_schmitz) -Fixed issue #5466: "List (radio)" question displayed always as unanswered when using question index and 'Other' option (c_schmitz) -Fixed issue #5474: Not possible to send a token to multiple email addresses (c_schmitz) -Fixed issue #5491: SMTP error messages though emails are sent fine (c_schmitz) -Fixed issue #5494: When exporting statistics to PDF format with more than 35 entries(answers) answers are overlapping on the following page (c_schmitz) -Fixed issue #5495: Error when importing questions (list type) with default value set (c_schmitz) -Fixed issue #5508: $printanswershonorsconditions settings doesn't work - all questions are shown in Print Answers page (c_schmitz) -Fixed issue #5515: File uploads fail if title or comment contains apostrophe (') (c_schmitz) -Fixed issue: Administration user could gain access to database information reserved for Super-administrators (c_schmitz) Changes from 1.91+ (build 11110) to 1.91+ (build 11136) #Updated translation: Danish by Andreas Christoffersen (c_schmitz) #Updated translation: Czech (c_schmitz) -Fixed issue #5489: Survey Iteration changes value usesleft in user table to 0 instead of 1 (lemeur) -Fixed issue: Administration user could gain access to database information reserved for Super-administrators (c_schmitz) -Fixed issue: Integrity check reporting errors with subquestions due to invalid type or group id (c_schmitz) Changes from 1.91+ (build 11026) to 1.91+ (build 11110) #Updated translation: Polish (elisa-ls) -Fixed issue: Re-implemented commit 10985 ("groups of "or"ed conditions were displaying multiple times") (maziminke) -Fied issue: Some single choice questions were missing answer codes for available answer options. Some questions using "other" text fields were missing correct IDs. (maziminke) -Fixed issue #5476: File upload questions hidden by condition with min file upload set prevent survey submission (lemeur) -Fixed issue #5477: Users with all rights unticked still see everyone in the system in the surveylist view (lemeur) -Fixed issue #5483: Conditions using previous answers as rightoperand do not work when both questions are on the same page (lemeur) -Fixed issue #5493: Conditions using previous answers (coded as @sgqa@) aren't translated when survey is imported. (lemeur) -Fixed issue #5488: multi numeric - slider, inital value dont register (tpartner) -Fixed issue: slider layout multinumeric can't be answered without javascript (shnoulle) -Fixed issue: Path disclosure vulnerabilities (c_schmitz) -Fixed issue: Templates not editable in Chinese (c_schmitz) Changes from 1.91+ (build 11018) to 1.91+ (build 11026) #Updated translation: Italian by Paride Buetti (c_schmitz) -Fixed issue #5426: Language chooser (c_schmitz) -Fixed issue: Tabs not properly displaying for subquestion/answer editing (c_schmitz) Changes from 1.91+ (build 10951) to 1.91+ (build 11018) #Updated translation : French (b00z00) #Updated translation: German (c_schmitz) #Updated translation: German informal (c_schmitz) -Fixed issue: Survey Name not displaying when $showsgqacode is false. (jcleeland) -Fixed issue: groups of "or"ed conditions were displaying multiple times. Removed additional "group by" entries in initial SQL that was causing the repeated processing of groups. (jcleeland) -Fixed issue #5426: default