Skip to content

Commit

Permalink
Dev: 1.91RC6
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@9986 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Thibault Le Meur committed Apr 11, 2011
1 parent ea9c248 commit a9d0c81
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 2 deletions.
61 changes: 60 additions & 1 deletion docs/release_notes.txt
@@ -1,4 +1,4 @@
Welcome to LimeSurvey v1.91RC5!
Welcome to LimeSurvey v1.91RC6!

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
Expand Down Expand Up @@ -77,6 +77,65 @@ HOW TO UPGRADE from a LimeSurvey 1.70(+) version to the latest 1.9x

Thank you to everyone who helped with this new release!

Changes from 1.91RC5 (build 9872) to 1.91RC6 (build 9986)
#Updated feature #05031: GSOC: Updating answercodes now updates conditions using these codes. Great patch by dionet. (lemeur)
#Updated translation: French (b00z00)
#Updated translation: Spanish (es) (kadejo)
#Updated translation: Macedonian, thanks to Bojan Jankuloski (gandalfar)
#Updated translation: Dutch, thanks to H. Velthuis (gandalfar)
#Updated translation: Dutch-informal, thanks to H. Velthuis (gandalfar)
#Updated translation: Galician, thanks to Carlos Neira Cortizas (gandalfar)
#Updated translation: German (c_schmitz)
#Updated translation: Norwegian Bokmål, thanks to Pål Monstad (gandalfar)
#Updated translation: Polish (elisa-ls)
-Fixed issue #05002: Bullet list in choice-5-pt-radio, yes-no and gender question. (tpartner)
-Fixed issue #05011: "clear all" buttons breaks frames and iframes (tpartner)
-Fixed issue #05026: Statistics HTML report UI defect (tpartner)
-Fixed #4787: Bug in getArrayFilterExcludesCascadesForGroup() function causing querying for too many questions (mennodekker)
-Fixed issue #04956 Problems with the file upload user interface (texens)
-Fixed issue #05019: File upload Save and exit leads to 'destroyed dialog' in FF, Safari, Opera, Google Chrome; Thank you duvemyster for reporting the bug (texens)
-Fixed issue #05050: File upload editing error (texens)
-Fixed issue #05072 File once uploaded cannot be deleted. (texens)
-Fixed bug #05051: Array filter exclusion and array filter don't work in array (text). Commented out line had broken this feature. Uncommented. (jcleeland)
-Fixed bug #5042: GSOC: Too many on-screen headings in array using array filter (patch created and provided by anurag / anurag89) (jcleeland)
-Fixed issue #05079 (anishseth)
-Fixed issue #4895: Proper handling/allow multi quota for List (radio) question type and other single selects - patch by Shnoulle (c_schmitz)
-Fixed issue #4916: When restoring data from an old survey, survey timings are not restored (c_schmitz)
-Fixed issue #4918: GSOC: QUESTION_CODE is not correctly replaced at bluengrey template. Patch kindly provided by magiclko. (lemeur)
-Fixed issue #4931: Boilerplate question is marked as mandatory (red asterix). (c_schmitz)
-Fixed issue #4955: Email invites to a subset of tokens result in emails to random tokens - patch by nehiljain (c_schmitz)
-Fixed issue #4968: Survey id is picked up from cookie (c_schmitz)
-Fixed issue #4977: Variable $debug does not exist (c_schmitz)
-Fixed issue #4980: Error editing response on MSSQL server (c_schmitz)
-Fixed issue #4998: quexml export produces page breaks in pdf for some question types (azammitdcarf)
-Fixed issue #5010: Export responses to Excel not permitted even if it was set for a user (c_schmitz)
-Fixed issue #5013: GSOC: Filter settings based on token information not properly displayed in printable version. Patch kindly provided by user pasmaill. (lemeur)
-Fixed issue #5023 : html tags in statistics Excel export ( patch provided by pmonstad ) (shnoulle)
-Fixed issue #5027: Update script errors when updating on MSSQL server (c_schmitz)
-Fixed issue #5034: OPTOUTURL error within registration response email. Patch kindly provided by user Encard. (lemeur)
-Fixed issue #5039: Malformed PDF and XLS when exporting statistics - patch by dionet (c_schmitz)
-Fixed issue #5040: TCPDF Image Error (c_schmitz)
-Fixed issue #5043 : HTML UI defect when importing surveys (shnoulle)
-Fixed issue #5045: List survey publicly always set to "No" while creating survey. Patch kindly provided by magiclko. (lemeur)
-Fixed issue #5046: Importing responses from a VV survey file causes problem with array_combine() (c_schmitz)
-Fixed issue #5047: Error when visiting survey permissions and using MSSQL - patch by medicnick (c_schmitz)
-Fixed issue #5049: Multi-language navigation problems (c_schmitz)
-Fixed issue #5052: Error message sending token-related email (c_schmitz)
-Fixed issue #5058: Question export error (c_schmitz)
-Fixed issue #5062: Small typo - fix by pasmaill (c_schmitz)
-Fixed issue #5075: HELP inserts empty string (c_schmitz)
-Fixed issue #5082: Group id of subquestion is not changed to new gid when copying question with subquestions to new group (c_schmitz)
-Fixed issue #5083: default config doesn't allow jpeg ressource ( Patch by dodev ) (shnoulle)
-Fixed issue #5090: Notice in export quexml corrupts zip file (azammitdcarf)
-Fixed issue #5093: Public statistics page error when no questions are made avilable - patch by smartbehl (c_schmitz)
-Fixed issue #5099: DB backup button throws error on non-MySQL databases (c_schmitz)
-Fixed issue #5100: Exporting results to MS Word needs some formatting (mennodekker)
-Fixed issue #5101: Quick Translation - minor UI issue - patch by magiclko (c_schmitz)
-Fixed issue : #05079 (anishseth)
-Fixed issue: Default values for 'Other' fields not working (c_schmitz)
-Fixed issue: Errors on upgrade with Postgres DB (c_schmitz)
-Fixed issue #5005 (partial fix): Export timings isn't possible (mennodekker)

Changes from 1.91RC4 (build 9797) to 1.91RC5 (build 9872)
#Updated feature: removed the confirmation dialog when copying conditions (lemeur)
#Updated feature: if $showsgqacode is enabled at config.php show table name at printable survey for reference (maziminke)
Expand Down
2 changes: 1 addition & 1 deletion version.php
@@ -1,6 +1,6 @@
<?php

$versionnumber = "1.91RC5";
$versionnumber = "1.91RC6";
$dbversionnumber = 145;
$buildnumber = '';

Expand Down

0 comments on commit a9d0c81

Please sign in to comment.