Skip to content

Commit

Permalink
Dev Some minor fixes
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@10622 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Aug 2, 2011
1 parent 75a10c6 commit 796d5be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
12 changes: 6 additions & 6 deletions docs/release_notes.txt
Expand Up @@ -78,18 +78,18 @@ 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.91+ (build 10563) to 1.91+ (build 10604)
#Updated language: French (b00z00)
#Updated language: Polish (elisa-ls)
#Updated translation: French (b00z00)
#Updated translation: Polish (elisa-ls)
-Fixed issue #5358: Adding a question - position dropdown shows subquestions, too (c_schmitz)
-Fixed issue #05331: FCKEditor / Whitespace Indent mangeled for Email Templates. (mot3)
-Fixed issue #05356 : can not add html element in other_replace_text (shnoulle)
-Fixed issue #5331: FCKEditor / Whitespace Indent mangeled for Email Templates. (mot3)
-Fixed issue #5356 : can not add html element in other_replace_text (shnoulle)
-Fixed issue #5300: Further optimization of bounce e-mail processing (idobraca)
-Fixed issue #5328: {SURVEYID} or {SID} replacement field missing in email templates. (mot3)
-Fixed issue #5352: Probable Regression in database update output logic (ref #5217) (mot3)
-Fixed issue #5355: UTF-8 linebreak breaking conditions editor (c_schmitz)
-Fixed issue #5359: quota - order of question in add new answer (c_schmitz)
-Fixed issue #5360: quota - answer id for matrix 5er (c_schmitz)
-Fixed issue: other_replace_text aren't filter if filterxsshtml are set (shnoulle)
-Fixed issue: other_replace_text aren't filter if filterxsshtml are set (shnoulle)
-Fixed issue: Bounce processing didn't work with remainders (idobraca)
-Fixed issue: Typo in SQL command (idobraca)

Expand All @@ -108,7 +108,7 @@ Changes from 1.91+ (build 10494) to 1.91+ (build 10563)
-Fixed issue: Security problems with file upload question type (c_schmitz)

Changes from 1.91+ (build 10485) to 1.91+ (build 10494)
#Updated language : French (b00z00)
#Updated translation : French (b00z00)
-Fixed issue #5325: SQL-Error on Exporting QueXML using MS SQL-Server (azammitdcarf)
-Fixed issue: Error on importing a table with quotas (c_schmitz)
-Fixed issue: Timings table issues (c_schmitz)
Expand Down
7 changes: 3 additions & 4 deletions qanda.php
Expand Up @@ -3766,14 +3766,13 @@ function do_file_upload($ia)
$scriptloc = 'uploader.php';
}

$uploadbutton = "<h2><a id='upload_".$ia[1]."' class='upload' href='$scriptloc?sid=$surveyid&fieldname=".$ia[1]."&qid=".$ia[0]."&preview="
.$questgrppreview."&show_title=".$qidattributes['show_title']."&show_comment="
.$qidattributes['show_comment']."&pos=".($pos?1:0)."'>" . $clang->gT('Upload files') . "</a></h2><br /><br />";
$uploadbutton = "<h2><a id='upload_".$ia[1]."' class='upload' href='{$scriptloc}?sid={$surveyid}&amp;fieldname={$ia[1]}&amp;qid={$ia[0]}&amp;preview="
."{$questgrppreview}&amp;show_title={$qidattributes['show_title']}&amp;show_comment={$qidattributes['show_comment']}&amp;pos=".($pos?1:0)."'>" .$clang->gT('Upload files'). "</a></h2><br /><br />";

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

0 comments on commit 796d5be

Please sign in to comment.