View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
10197 | Bug reports | Survey participants (Tokens) | public | 2016-01-05 17:56 | 2016-01-22 08:54 |
Reporter | DenisChenu | Assigned To | DenisChenu | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.06+ | ||||
Target Version | 2.06+ | Fixed in Version | 2.06+ | ||
Summary | 10197: LimeSurvey with token : savec return to survey don't work | ||||
Description | With a survey with token : anonymous or useleft > 1 or without persistence : after saving : the token can be false. | ||||
Steps To Reproduce | Create a survey with token anonymous allow save. Generate token and look to a token with ~ (or create a token with ~). Click on save survey | ||||
Additional Information | Since we have more than [a-b0-9] in token code , some character are removed. ~ is an exemple, maybe more. | ||||
Tags | No tags attached. | ||||
Bug heat | 2 | ||||
Complete LimeSurvey version number (& build) | 151215 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | not relevant | ||||
Database type & version | not relevant | ||||
Server OS (if known) | not relevant | ||||
Webserver software & version (if known) | not relevant | ||||
PHP Version | not relevant | ||||
LimeSurvey: master 65160fbc 2016-01-05 19:12 Details Diff |
Fixed issue 10197: token in return link can be invalid after saving survey Dev: Specific to token : Move to Token function, same place than token generation Dev: Used elsewhere, todo : remove it for 2.5 |
Affected Issues 10197 |
|
mod - application/helpers/replacements_helper.php | Diff File | ||
mod - application/helpers/sanitize_helper.php | Diff File | ||
mod - application/models/Token.php | Diff File | ||
LimeSurvey: master ebe531ee 2016-01-06 21:51 Details Diff |
Fix initialize tokens error Syntax error (consecutive return statements) |
Affected Issues 10197 |
|
mod - application/models/Token.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-01-05 17:56 | DenisChenu | New Issue | |
2016-01-05 17:56 | DenisChenu | Status | new => assigned |
2016-01-05 17:56 | DenisChenu | Assigned To | => DenisChenu |
2016-01-05 19:12 | DenisChenu | Changeset attached | => LimeSurvey master 65160fbc |
2016-01-05 19:12 | DenisChenu | Note Added: 34149 | |
2016-01-05 19:12 | DenisChenu | Resolution | open => fixed |
2016-01-08 10:51 | DenisChenu | Changeset attached | => LimeSurvey master ebe531ee |
2016-01-08 10:51 | DenisChenu | Status | assigned => resolved |
2016-01-08 10:51 | DenisChenu | Fixed in Version | => 2.06+ |
2016-01-22 08:54 | c_schmitz | Status | resolved => closed |
2016-12-08 10:39 | c_schmitz | Category | Tokens => Survey participants (Tokens) |