Skip to content

Commit

Permalink
Merge branch 'master' into 192_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
TMSWhite committed Apr 5, 2012
2 parents a6283ad + 20535b8 commit d805f4c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,18 @@ Thank you to everyone who helped with this new release!



Changes from 1.92+ (build 120330) to 1.92+ (build 120405) April 5, 2012
-Fixed issue #5877: Resume later doesn't work with a survey allowing public registration (Carsten Schmitz)
-Fixed issue #5971: Strange behavior of expression manager - static equation results not visible (Thomas White)
-Fixed issue #5979: values prefilled via URL are not passed through to end URL Dev also syntax highlighted end URL so can see if it contains typos (Thomas White)
-Fixed issue #5981: EM attributes that should be static generate <span> elements (Thomas White)
-Fixed issue #5982: Wrong replacement field properties (Thomas White)
-Fixed issue #5984: Javascript error with upload question type for italian language Dev: add js option on clang (Denis Chenu)
-Fixed issue #5960: Start language always saved as English (Carsten Schmitz)
-Fixed issue #5969: Trying to import a question group without a matching language gives no proper error (Carsten Schmitz)
-Fixed issue: When there are multiple languages, getSubQuestions() returns wrong values (often a mix of language-specific values) (Thomas White)


Changes from 1.92+ (build 120325) to 1.92+ (build 120330) Mar 30, 2012
-Fixed issue #5948: Mandatory directive for question is ignored for array (numbers) using checkbox layout (Thomas White)
-Fixed issue #5952: Error in statistics (Carsten Schmitz)
Expand Down
4 changes: 2 additions & 2 deletions qanda.php
Original file line number Diff line number Diff line change
Expand Up @@ -3064,8 +3064,8 @@ function do_file_upload($ia)

$answer = "<script type='text/javascript'>
var translt = {
title: '" . $clang->gT('Upload your files') . "',
returnTxt: '" . $clang->gT('Return to survey') . "'
title: '" . $clang->gT('Upload your files','js') . "',
returnTxt: '" . $clang->gT('Return to survey','js') . "',
};
</script>\n";
/*if ($pos)
Expand Down

0 comments on commit d805f4c

Please sign in to comment.