Skip to content

Commit

Permalink
Release 2.0RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jun 20, 2012
1 parent 6e1723e commit c47f0d1
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/config/version.php
Expand Up @@ -12,7 +12,7 @@
*
*/

$config['versionnumber'] = "2.0RC2";
$config['versionnumber'] = "2.0RC3";
$config['dbversionnumber'] = 159;
$config['buildnumber'] = '';
$config['updatable'] = false;
Expand Down
91 changes: 90 additions & 1 deletion docs/release_notes.txt
@@ -1,4 +1,4 @@
Welcome to LimeSurvey v2.00 Release Candidate 2!
Welcome to LimeSurvey v2.00 Release Candidate 3!

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,95 @@ 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 2.0RC2 to 2.0RC3 (build 120521) June 20, 2012
+New feature: Timer function added to radio list question type (jcleeland)
-Fixed issue #6155: Error on MSSQL: Ambiguous column name qid (Menno Dekker)
-Fixed issue #6157: Random answer order doesn't work with postgresql (mennodekker)
-Fixed issue #6057: Hitting RETURN while typing in M.C. 'Other' of non-tracked survey looses all survey input (tpartner)
-Fixed issue #6137: Import Excel survey structure leads to database crash (Andrie de Vries)
-Fixed issue #6137: Import Excel survey structure leads to database crash (Denis Chenu)
-Fixed issue #1643 - Participant panel - display participants crash, should replace "en" with 'en'. Done. (jcleeland)
-Fixed issue #5766: exclude_all_others_auto does not work (Thomas White)
-Fixed issue #5943: exclusive option in multiple choice hide all other answer options (Thomas White)
-Fixed issue #6079: sub-question filtering broken if "other" or "no answer" option is given (Thomas White)
-Fixed issue #6130: Response emails sent as "text/plain" but with HTML embedded (Carsten Schmitz)
-Fixed issue #6131: Images for questions upoaded to server but not showed up (Carsten Schmitz)
-Fixed issue #6133: Race condition with concurrent upload of similar "survey structure" (Carsten Schmitz)
-Fixed issue #6138 : Undefined index: count(tid) in Tokens_dynamic.php with postgresql (Denis Chenu)
-Fixed issue #6140: Survey doesn't start from where it was left on Token Persistence (Thomas White)
-Fixed issue #6147: "Please rank at least x items" not being translated (Carsten Schmitz)
-Fixed issue #6149: EM shows wrong result for number generated by rand() function (Thomas White)
-Fixed issue #6154: File upload questions not mandatory anymore (Thomas White)
-Fixed issue #6158: in question-by-question mode, EM replacements in same group but on different page use <span> (Thomas White)
-Fixed issue #6159: On Chrome 19 and IE 8 jqGrid is too wide (tpartner)
-Fixed issue #6160: unable to import .lss files (Thomas White)
-Fixed issue #6161: Unable to create a new survey (Thomas White)
-Fixed issue #6163: error in mandatory array_filter-ed multi-numeric and multiple-short questions (Thomas White)
-Fixed issue #6165: unable to implement affirmative exclusive non-answer in array_filter_exclude (Thomas White)
-Fixed issue #6169 - Timer message not displayed correctly. The js_header_includes function was adding extra directory information to any call to include js files that didn't start with http - breaking any relative url's included. (jcleeland)
-Fixed issue #6171: variable < X is true even if variable isn't answered (Thomas White)
-Fixed issue #6173: users can skip min_sum_value and equals_sum_value questions (Thomas White)
-Fixed issue #6175: using "Array filter" and other option causes an error (Thomas White)
-Fixed issue #6176: replacements of other value for multiple-choice don't appear when click previous (Thomas White)
-Fixed issue #6177: uppercase logical operators (e.g. 'OR') in EM yield JavaScript errors (Thomas White)
-Fixed issue #6186: Array Question Type: EM doesn't convert condition correctly, AND becomes OR (Thomas White)
-Fixed issue #6187: Javascript Error on em_javascript.js : attr is undefined (Thomas White)
-Fixed issue #6193 : AdminController cannot find the requested view "/admin/user/setUserRights" (Denis Chenu)
-Fixed issue #6196: Misplaced PopUpEditor icon (tpartner)
-Fixed issue #6197: Session expiration timeout is 0 (Carsten Schmitz)
-Fixed issue #6200: if enter text into other box, then click the other checkbox, the entered text disappears (Thomas White)
-Fixed issue #6201: Fatal error: Cannot redeclare replacenewline() (Thomas White)
-Fixed issue #6202 : SQL error with failed_login_attempts with IPv6 (Denis Chenu)
-Fixed issue #6205: Add http:// by default to endurl for indication (Denis Chenu)
-Fixed issue #6206: Question re-ordering not reflected in question picker drop-down (Carsten Schmitz)
-Fixed issue #6207: [Microsoft][ODBC SQL Server Driver][SQL Server]Ambiguous column name 'qid' (Carsten Schmitz)
-Fixed issue #6207: [Microsoft][ODBC SQL Server Driver][SQL Server]Ambiguous column name 'qid' (Thomas White)
-Fixed issue #6211: Problems with two "file upload" question types in the same question group (Thomas White)
-Fixed issue #6213: File upload questions tips have an error in italian (Thomas White)
-Fixed issue #6214: relevance equations that only contain static replacement values cause JS crash (Thomas White)
-Fixed issue #6221: Array filtering does not work when trigger question has multiple inputs per row (Thomas White)
-Fixed issue #6222: Conditions not working when it relies on value from a hidden question (Thomas White)
-Fixed issue #6225: unable to pass qcode-named variables via URL (Thomas White)
-Fixed issue #6226 & #6229 : Cannot edit answer (token and edit answers after submitting activated) (Denis Chenu)
-Fixed issue #6231: EM doesn't convert condition correctly, OR becomes AND (Thomas White)
-Fixed issue #6235: Javascript errors when use equations for min/max num values in Ranking questions (Thomas White)
-Fixed issue #6238: array filtering does not work for Ranking questions (Thomas White)
-Fixed issue #6239: Ranking style questions can't be used to filter other questions (Thomas White)
-Fixed issue: Crash when tmp not writable (mennodekker)
-Fixed issue: Array-filter algorithms for Ranking questions do not appear in Show Logic File (Thomas White)
-Fixed issue: Assesments for multi choice question (Denis Chenu)
-Fixed issue: cannot do a survey with edit answers after submitting activated or token answer persistance (Denis Chenu)
-Fixed issue: Clean up RTL styles - blobblueish template (tpartner)
-Fixed issue: Clean up RTL styles - gartergrey template (tpartner)
-Fixed issue: Clean up RTL styles - gringegreen template (tpartner)
-Fixed issue: HTML error in hidden field for equation question type (Thomas White)
-Fixed issue: Integrity check removal of orphaned survey entries failing (Carsten Schmitz)
-Fixed issue: Invalid HTML and unnecessary <font> element (tpartner)
-Fixed issue: Invalid HTML in language changer (tpartner)
-Fixed issue: Javascript error with alert in public survey (Denis Chenu)
-Fixed issue: jqGrid table overflowing .wrapper element (tpartner)
-Fixed issue: minor coding cleanup, added stubs for checking CPDB integrity (jcleeland)
-Fixed issue: No group managment in Yii (Denis Chenu)
-Fixed issue: 'other' status flag missing from Show Logic File (Thomas White)
-Fixed issue: PHP errors thrown if use invalid array filter question (Thomas White)
-Fixed issue: "Please check at least one item" not appropriate for single select list questions (Thomas White)
-Fixed issue: Save and load answer don't use survey template (Denis Chenu)
-Fixed issue: Save empty string for value (Denis Chenu)
-Fixed issue: ShowLogicFile did not show array filters for List(Radio) questions when "other" advanced question option selected (Thomas White)
-Fixed issue: Time limit doesn't work (Denis Chenu)
-Fixed issue: Survey import/copy not working in MSSQL (Carsten Schmitz)
#Updated translation: Chinese (Simplified) by yooyooh
#Updated translation: Czech by slansky
#Updated translation: Dutch
#Updated translation: Dutch
#Updated translation: German by c_schmitz
#Updated translation: German (Informal) by c_schmitz
#Updated translation: Italian by lfanfoni, flocs
#Updated translation: Polish
#Updated translation: Portuguese (Portugal)
#Updated translation: Slovenian
#Updated translation: Turkish by kayazeren


Changes from 2.0RC1 to 2.0RC2 (build 120528) May 28, 2012
#Updated translation: Czech (lukas-slansky)
Expand Down

0 comments on commit c47f0d1

Please sign in to comment.