Skip to content

Commit

Permalink
Fixed issue #4140: Unable to export Stats in PDF when using a free te…
Browse files Browse the repository at this point in the history
…xt answer

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@8414 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Feb 19, 2010
1 parent b34a7b1 commit f53dd22
Show file tree
Hide file tree
Showing 5 changed files with 512 additions and 499 deletions.
3 changes: 3 additions & 0 deletions admin/statistics_function.php
Original file line number Diff line number Diff line change
Expand Up @@ -1936,6 +1936,9 @@ function generate_statistics($surveyid, $allfields, $q2show='all', $usegraph=0,
*/
elseif ($qtype == "S" || $qtype == "U" || $qtype == "T" || $qtype == "Q")
{
$headPDF = array();
$headPDF[] = array($statlang->gT("Answer"),$statlang->gT("Count"),$statlang->gT("Percentage"));

//show free text answers
if ($al[0] == "Answers")
{
Expand Down
7 changes: 7 additions & 0 deletions admin/styles/default/adminstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -1226,16 +1226,23 @@ margin:0 auto;
margin:0 auto;
}

#statistics_general_filter fieldset{
clear:both;
}


#statistics_general_filter #left {
width:270px;
height:125px;
float:left;
clear:left;
}

#statistics_general_filter #right {
width:330px;
height:125px;
float:right;
clear:none;
}

#statistics_general_filter #right li label:first-child {
Expand Down
22 changes: 10 additions & 12 deletions docs/1-87-release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,17 @@ HOW TO UPGRADE from a LimeSurvey 1.70(+) version to the latest 1.87+
Thank you to everyone who helped with this new release!

Changes from 1.87+ (build 8374) to 1.87+ (build 8406) - Legend: # updated feature, - bug fix
#Update translation: Croatian language file (idobraca)
#Updated translation Croatian (idobraca)
#Updated translation: Croatian (idobraca)
#Updated translation: Slovenian (gandalfar)
#Updated translation: Danish by Robin Sharp (c_schmitz)
#Updated translation: Danish by Robin Sharp
#Updated translation: German (c_schmitz)
#Updated translation: German Informal (c_schmitz)
#Updated feature: Better message for password reset request (idobraca)
-Fixed issue 04117: Check for old table layouts (tpartner)
-Fixed unreported issue: 'View statistic' translation on index.php (idobraca)
-Fixed unreported issue: Resolved typo in statistics_function.php (idobraca)
-Fixed unreported issue: Update of typo in group management (idobraca)
-Fixed unreported issue: Removed showing of label set ID (idobraca)
-Fixed issue #4117: Check for old table layouts (tpartner)
-Fixed issue #2828: Missing feedback in UI after save when using the 'Resume later' option (c_schmitz)
-Fixed issue #3844: Timer-not resetting after survey completion (idobraca)
-Fixed issue #4039: "Exit and clear survey" not really removing the incomplete response (c_schmitz)
Expand All @@ -98,20 +99,17 @@ Changes from 1.87+ (build 8374) to 1.87+ (build 8406) - Legend: # updated featu
-Fixed issue #4127: Upgrade to 1.87+ shows error on MSSQL DB (c_schmitz)
-Fixed issue #4131: If download of the update package in the ComfortUpdate failed the version number is still updated (c_schmitz)
-Fixed issue #4135: Time for token "Valid From/To" setting is not adjusted according to time difference set in global settings (c_schmitz)
-Fixed issue 04125: Text when quota reached in wrong language (idobraca)
-Fixed issue 04129: Undefined variable: addsummary (idobraca)
-Fixed unreported issue: 'View statistic' translation on index.php (idobraca)
-Fixed unreported issue: Resolved typo in statistics_function.php (idobraca)
-Fixed unreported issue: Update of typo in group management (idobraca)
-Fixed issue #04110: Email Status can't be set via RemoteControl (wahrendorff)
-Fixed issue #04116: emailSender does not include full survey URL (wahrendorff)
-Fixed issue #4125: Text when quota reached in wrong language (idobraca)
-Fixed issue #4129: Undefined variable: addsummary (idobraca)
-Fixed issue #4110: Email Status can't be set via RemoteControl (wahrendorff)
-Fixed issue #4116: emailSender does not include full survey URL (wahrendorff)


Changes from 1.87+ (build 8366) to 1.87+ (build 8374) - Legend: # updated feature, - bug fix
+New Feature: New option to compute stats for each question based only on the total number of responses for which the question was displayed. (lemeur)
+New Feature: New option to generate statistics in any language supported by the survey. (lemeur)
-Fixed a serious issue in save answer introduced in patch 8361 (lemeur)
-Fixed issue: Obsolete question_start.pstpl still editable in template editor even if it does not exist (c_schmitz)
-Fixed unreported issue: Obsolete question_start.pstpl still editable in template editor even if it does not exist (c_schmitz)
-Fixed unreported issue: Javascript error on some pages while typing in a other field for single choice question (lemeur)

Changes from 1.87+ (build 8338) to 1.87+ (build 8366) - Legend: # updated feature, - bug fix
Expand Down
Binary file modified locale/de/LC_MESSAGES/de.mo
Binary file not shown.

0 comments on commit f53dd22

Please sign in to comment.