Mantis: Product version is on 3.13.X.<br />
Version 3.14. is still missing. Confusing for users.
↧
14082: Mantis: Product version is on 3.13.X. - 3.14. is still missing. Confusing for users.
↧
14083: demo.limesurvey.org runs still on version 3.14.7
demo.limesurvey.org runs still on version 3.14.7<br />
<br />
Since the last 10 days I experience 500errors quite often.<br />
Exporting LSS often fails. Not always for every survey.
↧
↧
14084: CheckLogic QID Javascript Error
CheckLogic is counting QID inside javascripts as undefined variable. <br />
<br />
Is there a plan to cope with these kind of variables which only get defined during runtime?<br />
Or do we ask users to ignore these bugs signs?
↧
14086: Error message after clicking Data Entry
I just clicked the button for the data entry screen and got this message:<br />
<br />
PHP warning<br />
Division by zero<br />
<br />
/home/lunafr2/public_html/survey/application/views/admin/dataentry/content_view.php(308)<br />
<br />
296 case "M": ?><br />
297 <div class="col-sm-10"><br />
298 <?php<br />
299 if ($deqrow['other'] == "Y") {$meacount++;}<br />
300 <br />
301 /* This caused a regression in 2.5, BUT: code below ($mearesult->FetchRow())<br />
302 * assumes that $mearesult sometimes could be an object,<br />
303 * which is never true even in 2.06.<br />
304 */<br />
305 //if ($dcols > 0 && $meacount >= $dcols)<br />
306 if (true)<br />
307 {<br />
308 $width=sprintf("%0d", 100/$dcols);<br />
309 $maxrows=ceil(100*($meacount/$dcols)/100); //Always rounds up to nearest whole number<br />
310 $divider=" </td> <td valign='top' width='$width%' nowrap='nowrap'>";<br />
311 $upto=0; ?><br />
312 <table class='question'><tr> <td valign='top' width='<?php echo $width; ?>%' nowrap='nowrap'><br />
313 <?php foreach ($mearesult as $mearow)<br />
314 {<br />
315 if ($upto == $maxrows)<br />
316 {<br />
317 echo $divider;<br />
318 $upto=0;<br />
319 } ?><br />
320 <input type='checkbox' class='checkboxbtn' name='<?php echo $fieldname.$mearow['title']; ?>' id='answer<?php echo $fieldname.$mearow['title']; ?>' value='Y' /><br />
Stack Trace<br />
#0 <br />
+ /home/lunafr2/public_html/survey/framework/web/CBaseController.php(126): require("/home/lunafr2/public_html/survey/application/views/admin/dataent...")<br />
#1 <br />
+ /home/lunafr2/public_html/survey/framework/web/CBaseController.php(95): CBaseController->renderInternal("/home/lunafr2/public_html/survey/application/views/admin/dataent...", array("qidattributes" => array("array_filter" => "", "array_filter_exclude" => "", "array_filter_style" => 0, "assessment_value" => "1", ...), "explanation" => "<tr class ='data-entry-explanation'><td class='data-entry-small-...", "bgc" => "even", "fieldname" => "632979X193X4516", ...), true)<br />
#2 <br />
+ /home/lunafr2/public_html/survey/framework/web/CController.php(872): CBaseController->renderFile("/home/lunafr2/public_html/survey/application/views/admin/dataent...", array("qidattributes" => array("array_filter" => "", "array_filter_exclude" => "", "array_filter_style" => 0, "assessment_value" => "1", ...), "explanation" => "<tr class ='data-entry-explanation'><td class='data-entry-small-...", "bgc" => "even", "fieldname" => "632979X193X4516", ...), true)<br />
#3 <br />
– /home/lunafr2/public_html/survey/application/controllers/admin/dataentry.php(2096): CController->renderPartial("/admin/dataentry/content_view", array("qidattributes" => array("array_filter" => "", "array_filter_exclude" => "", "array_filter_style" => 0, "assessment_value" => "1", ...), "explanation" => "<tr class ='data-entry-explanation'><td class='data-entry-small-...", "bgc" => "even", "fieldname" => "632979X193X4516", ...), true)<br />
2091 $cdata['fresult'] = $fresult->readAll();<br />
2092 break;<br />
2093 }<br />
2094 <br />
2095 $cdata['sDataEntryLanguage'] = $sDataEntryLanguage;<br />
2096 $viewdata = $this->getController()->renderPartial("/admin/dataentry/content_view", $cdata, true);<br />
2097 $viewdata_em = LimeExpressionManager::ProcessString($viewdata, $deqrow['qid'], null, 1, 1);<br />
2098 $aDataentryoutput .= $viewdata_em;<br />
2099 }<br />
2100 LimeExpressionManager::FinishProcessingGroup();<br />
2101 }<br />
#4 <br />
unknown(0): dataentry->view("632979")<br />
#5 <br />
+ /home/lunafr2/public_html/survey/framework/web/actions/CAction.php(109): ReflectionMethod->invokeArgs(dataentry, array("632979"))<br />
#6 <br />
– /home/lunafr2/public_html/survey/application/core/Survey_Common_Action.php(83): CAction->runWithParamsInternal(dataentry, ReflectionMethod, array("surveyid" => "632979", "sa" => "view", "iSurveyId" => "632979", "iSurveyID" => "632979", ...))<br />
78 $oMethod = new ReflectionMethod($this, $sDefault);<br />
79 }<br />
80 <br />
81 // We're all good to go, let's execute it<br />
82 // runWithParamsInternal would automatically get the parameters of the method and populate them as required with the params<br />
83 return parent::runWithParamsInternal($this, $oMethod, $params);<br />
84 }<br />
85 <br />
86 /**<br />
87 * Some functions have different parameters, which are just an alias of the<br />
88 * usual parameters we're getting in the url. This function just populates<br />
#7 <br />
+ /home/lunafr2/public_html/survey/framework/web/CController.php(308): Survey_Common_Action->runWithParams(array("surveyid" => "632979", "sa" => "view"))<br />
#8 <br />
+ /home/lunafr2/public_html/survey/framework/web/CController.php(286): CController->runAction(dataentry)<br />
#9 <br />
+ /home/lunafr2/public_html/survey/framework/web/CController.php(265): CController->runActionWithFilters(dataentry, array())<br />
#10 <br />
– /home/lunafr2/public_html/survey/application/controllers/AdminController.php(158): CController->run("dataentry")<br />
153 $this->redirect(array('/admin/authentication/sa/login'));<br />
154 }<br />
155 }<br />
156 }<br />
157 <br />
158 return parent::run($action);<br />
159 }<br />
160 <br />
161 /**<br />
162 * Routes all the actions to their respective places<br />
163 *<br />
#11 <br />
+ /home/lunafr2/public_html/survey/framework/web/CWebApplication.php(282): AdminController->run("dataentry")<br />
#12 <br />
+ /home/lunafr2/public_html/survey/framework/web/CWebApplication.php(141): CWebApplication->runController("admin/dataentry/sa/view")<br />
#13 <br />
+ /home/lunafr2/public_html/survey/framework/base/CApplication.php(185): CWebApplication->processRequest()<br />
#14 <br />
+ /home/lunafr2/public_html/survey/index.php(194): CApplication->run()<br />
2018-09-20 16:37:01 Apache Yii Framework/1.1.19
↧
14087: Numerical Input at 8% screen width to small to match condition
If the size of a Numerical Input in <br />
Frage > Anzeige > Texteingabeboxbreite<br />
is at 8% entry of a number is impossible.<br />
<br />
Could this option be disabled?
↧
↧
14088: With the format "All in one", the "Survey data policy checkbox label" and "Survey data policy message" don't appear
In the "General survey settings" one can choose one of the formats "Question by question", "Group by group" or "All in one".<br />
If "All in one" is chosen, then the survey page does not show the "Survey data policy checkbox label" and the "Survey data policy message" that was entered in "Data policy settings".
↧
14089: Cannot add participants, no save-action after click on button "Save"
Hello,<br />
I cannot add participants to active or non-active surveys.<br />
Nothing is happen after the click on the "Save" button.<br />
But I can add and save Dummy-Participants.<br />
There is no error message.<br />
Kind regards,<br />
Klaus
↧
14090: Theme option replace custom.css
With fruity : usage of theme option replace custom.css, i think custom.css must be readed at end, maybe …
↧
14091: Filenames of uploads starting with special characters truncated
Non-ANSI characters (e.g. umlauts (äöü) ) at the beginning of uploaded files are cut off.
↧
↧
14092: Admin Seite kann im IE nicht aufgerufen werden
Wenn ich die Admin Seite bzw. den Admin Login im Internet Explorer aufrufe, dann kommt eine leere weiße Seite.<br />
In der Konsole stehen dann verschiedene Syntaxfehler (adminbasics.js, lsadminpanel.js und lstutorial.js)<br />
<br />
im Edge und im Firefox tritt der Fehler nicht auf
↧
14093: Move simple plugin default to Survey settings or Survey menu
Currently : plugin settings are inside a new menu, to access to plugin settings you have to click on this menu, and after click on Simple plugin settings.<br />
I think it's best to move it directly inside Survey settings
↧
14094: Token modal not opening while having filters in responses view
Token modal is not popping up if any filters are applied to the view-responses grid
↧
14095: Incorporate privacy policy box in the (public) registration
We would like to incorporate the privacy policy box in the first registration, so the users indicate their name, surname, mail and any attributes considered and finally the 'click-box', so if they don't accept the privacy policy they can't acces the survey. The logic is that they are already giving private information so the private policy box should be there before staring the survey.
↧
↧
14096: SPAM problems mailing
We are having problems with the mails we are sending. We've done a open public registration survey. When one person registers, the mail this person receives goes to the spam folder in the outlook mailing software. It doesen't happen in GMail. Any idea? We've tried working on the advises and recommendations that people were discussing in the forum but it is not working, and the wird thing is that we're not doing a massive mail sendig, it's just one mail per registration.<br />
<br />
Thank you.
↧
14097: "Upload files" button: Translatable msgid wrong (for all languages)
The "Upload files" button does not get translated (although the used translation file has a 100% coverage).<br />
<br />
That's because the string to be translated is not available in the .mo files.<br />
<br />
application/views/survey/questions/answer/file_upload/answer.twig:<br />
<br />
<span class='fa fa-upload'></span> {{ gT('Upload file') }}<br />
<br />
"Upload file" is not part of the translation files, whereas "Upload file|Upload files" is.<br />
<br />
I somehow cannot make the following work (as I am not able to access PHP variables in this location):<br />
<span class='fa fa-upload'></span> {{ ngT('Upload file|Upload files', $aQuestionAttributes['max_num_of_files']) }}<br />
<br />
but that would be the cleanest solution. Sorry, but I am no twig/PHP pro.<br />
<br />
I fixed it for now by using<br />
<span class='fa fa-upload'></span> {{ ngT('Upload file|Upload files', 2) }}<br />
<br />
At least it translates it to the plural form now.
↧
14098: Sub-question vs subquestions
There are certain areas where the term "sub-question" is displayed within the software, and not "subquestion". E.g., see screenshot.<br />
<br />
According to the po file, there other 6-7 strings where "sub-question" can be located
↧
14100: Export to excel crashes when run from advanced statistics
Any export to excel in the advanced statistics is crashing.
↧
↧
14101: Missing CSS-class "row" in li-tag inside answer-container of multiple-short-text-questions and multiple-numeric-questions
In "Multiple Short Text" and "Multiple Numerical Input"-Questions is no space between the Input-Fields.<br />
The cause in my opinion is the absence of the CSS-class "row" in the parent li-tag (see screenshots).<br />
<br />
Without the CSS-class (LimeSurvey_3_without_CSS-class_row.png) the li-tag is rendered like an empty tag (height = 0 pixel).<br />
With CSS-class "row" (LimeSurvey_3_with_CSS-class_row.png) the li-tag has a height of 34 pixel.
↧
14103: Mantis autolink to commit broken
The mantis autolink to the commits link is broken : `&` is set to `&`
↧
14104: "Inherit everything" missing from .po and .pot files
The string "Inherit everything" in the theme options of a survey is not translated, as it is missing from the .mo/.po files as well from the template (locale/_template/limesurvey.pot).<br />
The web version (https://translate.limesurvey.org/projects/limesurvey-3/de/informal/?filters%5Bterm%5D=inherit&filters%5Buser_login%5D=&filters%5Bstatus%5D=current_or_waiting_or_fuzzy_or_untranslated&filter=Filter&sort%5Bby%5D=priority&sort%5Bhow%5D=desc) also does not list it.<br />
<br />
The source files correctly try to translate the string:<br />
themes/survey/fruity/options/options.twig: <label for='simple_edit_options_general_inherit' class='control-label'>{{gT("Inherit everything" )}}</label><br />
themes/survey/bootswatch/options/options.twig: <label for='simple_edit_options_general_inherit' class='control-label'>{{gT("Inherit everything" )}}</label><br />
themes/survey/vanilla/options/options.twig: <label for='simple_edit_options_general_inherit' class='control-label'>{{gT("Inherit everything" )}}</label>
↧