Sometimes you are updating a Limesurvey system for a customer and when using your own ComfortUpdate key, there is no way to remove the key after an update. Theoretically, they can continue using the key instead of getting their own one.
↧
11769: Feature to remove ComfortUpdate key is missing
↧
11770: make it possible to have several different SMTP and bounce email settings for each admin user
The action right now is that when a new survey is created the default action is to send the email using the email of the admin that created the survey. This causes problems when there is more than one admin user. The email and bounce settings in global settings.<br />
<br />
The SMTP connection will fail if the credentials do not exactly match to the one user who is set up in the SMTP settings. If a different admin wants to send a survey through email, either the global settings need to be changed for the second admin or the default settings in the survey creation need to be changed to the same email as in the global settings. It would be much simpler for each admin user to have their own settings for sending email.
↧
↧
11771: Review HTML produced for save/reload/optout/optin
This part are not updated actually
↧
11772: Expression manager convert_value does not obey strict setting
Documentation says the convert_value function has a parameter that tells if the lookup should be strict of not:<br />
/**<br />
* Find the closest matching numerical input values in a list an replace it by the<br />
* corresponding value within another list<br />
*<br />
* @author Johannes Weberhofer, 2013<br />
*<br />
* @param numeric $fValueToReplace<br />
* @param numeric $iStrict - 1 for exact matches only otherwise interpolation the<br />
* closest value should be returned<br />
* @param string $sTranslateFromList - comma seperated list of numeric values to translate from<br />
* @param string $sTranslateToList - comma seperated list of numeric values to translate to<br />
* @return numeric<br />
*/<br />
<br />
This seems to work ok for javascript (in page) evaluation, but not for backend evaluation.
↧
11773: Remove / Reduce space between two questions (when doing workarounds)
There are workarounds, where two questions should look like one question (e.g. question with one option "No answer" following a multi numeric question).<br />
<br />
It would be nice to have a simple option to remove space between questions for such workarounds.
↧
↧
11774: Deleting Text from question - question box disapears
I have had this a couple of times now. When selecting a block of text in the question edit box (not wysiwyg) the then pressing delete on the keyboard. the entire question text disappears as does the box itself.<br />
<br />
However saving the question saves the correct text thats left, so this is cosmetic rather than an issue (hence minor)
↧
11776: 2.54: Default template: differing border radius styles
Numerical input and multinumerical input have different border radius definitions, due to class .input-group
↧
11777: 2.54 MS with comments too wide
Due to statement size=40 in HTML
↧
11778: Prevent accidental file-upload cancellation
The current process is:<br />
1. Select File<br />
2. Wait (if larger file or slow connection)<br />
3. "This file has been successfuly uploaded."<br />
4. Now select another file.<br />
<br />
However, I have have experienced multiple users who sometimes click "Select File" again too rapidly, before the file has sucessfully uploaded. And a smaller number of users have clicked "Return to survey" too quickly. This has resulted in the loss of a file that users tend to think that they have uploaded. While successfully uploaded files are listed, not all users double-check this.
↧
↧
11779: 2.54 Ranking question different styling
The ranking question suffers from different styling (border-radius, border-width, border-color) from other inputs.<br />
<br />
It also has double padding on the right side.<br />
<br />
Panels are of different height
↧
11780: Typo - The file has been successfuly uploaded
This message appears after a file has been selected and has successfully uploaded. Shouldn't it be "successfully" with two l's, or is this a variant spelling?
↧
11781: 2.54 default template save.pstpl
template file has <br /> and align="center" in it. Should that not be addressed in .css via classes?<br />
<br />
Proposal:<br />
<br />
<div class="clearall-result"><br />
<div class="warning-text">{ANSWERSCLEARED}</div><br />
<div class="restart">{RESTART}</div><br />
</div>
↧
11782: Alignment of answers / Startposition answertext/subquestions
The alignment of the answertext is different in e.g. arrays and multitext questions.<br />
If both question-types are on one page this is catching the eye.<br />
<br />
The alignment is sometimes right and sometimes left.<br />
And the start position of answer-items is different in these question type.<br />
Not every question type can have the same start position, but it could be a design goal to aim for.<br />
<br />
Attached a screenshot with an example of a different survey-package.
↧
↧
11783: SUBMITBUTTON SUBMITCOMPLETE SUBMITREVIEW can we remove it ?
Someone know where/how/when this was used
↧
11784: Replace alert + confirm in core system (?)
Currently : <br />
- we use alert and confirm hard javascript.<br />
- default template replace alert by boostrap dialog<br />
- default template don't replace confirm (due to langage string lack)<br />
<br />
Maybe we must use some replacement in core.<br />
<br />
If we add just some 'global javascript langage string' => template manager can do it easily: yes / no / close / (some other) ?
↧
11785: Question organizer not working
Question organizer is not working. The message displays reorder was successful, but it is not.<br />
<br />
For example, i try to put UDIN16 as a first question in last group, but no result. Re-import of survey does not help. Deleting the group and importing again also no result. I've tried to import survey to another instance but the behaviour is the same.<br />
<br />
I did manage to reorder questions in first group, but the ones in the end do not work.
↧
11786: EXPORT RESULTS: WRONG EXPORT OF ARRAY TYPE QUESTIONS
When exporting the answers of array type questions (both with Stata, Spss and CSV) I get a column with "CODE+ANSWER", I.e.: 1Strongly agree, 2Quite ...<br />
In Spss the problem is worst as I get a .dat file all composed of "itit" for every field exported, not only for array questions (the syntax file instead is correct).
↧
↧
11787: filtered question column alignment 2nd
When you try to display more than 1 columns in a filtered question the alignment doesn't fit
↧
11788: Emoji Slider seem kinda old and should be updated
The Emoji Slider which is a subset of the 5-Point rating should be updated to a new design.
↧
11789: Chrome cannot use next or submit buttons
When using next or submit buttons on Chrome, I get the following message<br />
<br />
Please use the LimeSurvey navigation buttons or index. It appears you attempted to use the browser back button to re-submit a page.<br />
<br />
In Edge or on my iphone version of chrome, it works fine.<br />
<br />
Tried clearing cache/cookies on computer and even reinstalling chrome and limesurvey. neither fixed the issue.
↧