View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
06757 | Bug reports | Survey taking | public | 2012-10-23 12:35 | 2013-01-29 02:00 |
Reporter | jweberhofer | Assigned To | c_schmitz | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Fixed in Version | 2.00+ | ||||
Summary | 06757: Double encoded quotes in hints for "other" selections within multiple choices | ||||
Description | When a other-text can be entered for a multiple chioce selection I see the following hints on the screen: Bitte beantworten Sie diese Frage.
| ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Bug heat | 6 | ||||
Complete LimeSurvey version number (& build) | 121019 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | Firefox 16 | ||||
Database type & version | MySQL 5.5.25 | ||||
Server OS (if known) | opensuse 12.1 | ||||
Webserver software & version (if known) | Apache/2.2.21 | ||||
PHP Version | 5.3.8 | ||||
Carsten : see http://bugs.limesurvey.org/view.php?id=6550#c20726 2 option:
We can update the core, but we can change the translation : http://translate.limesurvey.org/projects/limesurvey2/de/default?filters[term]=Wenn+notwendig&filters[user_login]=&filters[status]=current&filter=Filter&sort[by]=priority&sort[how]=desc Denis |
|
Imho it needs a code change but only where the string is actually used. |
|
jweberhofer, can you attach a 1 question sample survey demonstrating the issue, please? |
|
I've attached a survey. Previewing the question only does not show the hints (bug?), previewing the group does. |
|
Carsten : Maybe is translation string we can have something like that: "Do 'something'", the we can not know if there are quote/double-quote in the translated string. Here,think we can use $escapemode = 'unescaped', but i'm afraid of security issue. |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=9994 |
|
The fourth parameter "double_encode" from htmlspecialchars() might be of interest, too; setting to false, it does no longer double-encode. I don't know the code good enough to know if can might result in a security issue. |
|
LimeSurvey 2.00+ Build 121024 released. Please update. |
|
Fix committed to 1.92 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=11410 |
|
LimeSurvey: master 914cd39e 2012-10-24 05:11 Details Diff |
Fixed issue 06757: Double encoded quotes in hints for "other" selections within multiple choices |
Affected Issues 06757 |
|
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
LimeSurvey: 1.92 4c2f91c5 2012-12-21 11:06 Details Diff |
Fixed issue 06757: Double encoded quotes in hints for "other" selections within multiple choices or single choice |
Affected Issues 06757 |
|
mod - classes/expressions/LimeExpressionManager.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-10-23 12:35 | jweberhofer | New Issue | |
2012-10-23 13:06 | c_schmitz | Assigned To | => DenisChenu |
2012-10-23 13:06 | c_schmitz | Status | new => assigned |
2012-10-23 14:06 | DenisChenu | Assigned To | DenisChenu => c_schmitz |
2012-10-23 14:08 | DenisChenu | Note Added: 21559 | |
2012-10-24 10:01 | c_schmitz | Note Added: 21582 | |
2012-10-24 10:02 | c_schmitz | Note Added: 21583 | |
2012-10-24 10:27 | jweberhofer | File Added: limesurvey_issue_6757.lss | |
2012-10-24 10:29 | jweberhofer | Note Added: 21584 | |
2012-10-24 10:40 | DenisChenu | Note Added: 21585 | |
2012-10-24 12:11 | c_schmitz | Status | assigned => resolved |
2012-10-24 12:11 | c_schmitz | Fixed in Version | => 2.00+ |
2012-10-24 12:11 | c_schmitz | Resolution | open => fixed |
2012-10-24 12:56 | c_schmitz | Changeset attached | => LimeSurvey master 914cd39e |
2012-10-24 12:56 | c_schmitz | Note Added: 21593 | |
2012-10-24 13:02 | jweberhofer | Note Added: 21594 | |
2012-10-24 14:16 | c_schmitz | Note Added: 21603 | |
2012-10-24 14:16 | c_schmitz | Status | resolved => closed |
2013-01-29 02:00 | DenisChenu | Changeset attached | => LimeSurvey 1.92 4c2f91c5 |
2013-01-29 02:00 | DenisChenu | Note Added: 23860 |