View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
09447 | Bug reports | Survey participants (Tokens) | public | 2015-01-09 11:52 | 2015-06-12 12:41 |
Reporter | DenisChenu | Assigned To | aesteban | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.05+ | ||||
Summary | 09447: Token sending email is unusuable with a lot of token | ||||
Description | With a lot of token, you see a lit of all tokan, the page start by a big list of number. This make the page very long ... long .... and again after click on next. | ||||
Additional Information | This big list is uneresting : maybe we can hide it completely. Minimu is a max heigth. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Bug heat | 6 | ||||
Complete LimeSurvey version number (& build) | 150109 | ||||
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 | ||||
@aesteban : i think a global class for this type of "big list" : like the one after sending : just a "max-heigth" and an overflow-y:auto :) |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=14881 |
|
@DenisChenu: I hope you like this approach, this is a standard way to show very long integer lists: 1, 4, 5, 6, 9, 10, 11, 12, 13 => 1, 4-6, 10-13 Unable to merge into 2.06 because 09483 (I add this task to my TODO list) |
|
Hi, For 09483 : look at https://bugs.limesurvey.org/view.php?id=9468 think it's same issue here. string(X). This must be fixed in last GIT of 2.06 ? For the fix : i like the idea of 1-10. Why not in viewHelper for 2.06 ? |
|
@DenisChenu: Ok, I will put the code in viewHelper for 2.06. By the way: I changed status of 09468. I just reproduced the bug. |
|
Fix committed to 2.06 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=14901 |
|
I put the code in common_helper.php because viewHelper class is not loaded from views/admin/token/remind.php and invite.php |
|
Version 2.05 Build 150211 released |
|
Still some issue. 1st : see the screenshot, even with this system : it's too big |
|
I'm going to replace implode by short_implode in emailpost.php and I'm going to create a new configuration param 'maxstringlengthshortimplode' to choose max string length. If this limit is exceeded, string ends with "..." (see short_implode.png) |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=15028 |
|
Fix committed to 2.06 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=15029 |
|
2.06 Build 150612 released |
|
LimeSurvey: master 651cc9c4 2015-01-29 01:05 Details Diff |
Fixed issue 09447: Token sending email is unusuable with a lot of token |
Affected Issues 09447 |
|
mod - application/config/config-defaults.php | Diff File | ||
mod - application/helpers/common_helper.php | Diff File | ||
mod - application/views/admin/token/email.php | Diff File | ||
mod - application/views/admin/token/remind.php | Diff File | ||
LimeSurvey: 2.06 7ff31a23 2015-01-30 16:27 Details Diff |
Fixed issue 09447: Token sending email is unusuable with a lot of token |
Affected Issues 09447 |
|
mod - application/config/config-defaults.php | Diff File | ||
mod - application/helpers/common_helper.php | Diff File | ||
mod - application/views/admin/token/invite.php | Diff File | ||
mod - application/views/admin/token/remind.php | Diff File | ||
LimeSurvey: master b1318949 2015-03-16 23:48 Details Diff |
Fixed issue 09447: Token sending email is unusuable with a lot of token |
Affected Issues 09447 |
|
mod - application/config/config-defaults.php | Diff File | ||
mod - application/helpers/common_helper.php | Diff File | ||
mod - application/views/admin/token/email.php | Diff File | ||
mod - application/views/admin/token/emailpost.php | Diff File | ||
mod - application/views/admin/token/remind.php | Diff File | ||
LimeSurvey: 2.06 94328a67 2015-03-16 23:48 Details Diff |
Fixed issue 09447: Token sending email is unusuable with a lot of token |
Affected Issues 09447 |
|
mod - application/config/config-defaults.php | Diff File | ||
mod - application/helpers/common_helper.php | Diff File | ||
mod - application/views/admin/token/emailpost.php | Diff File | ||
mod - application/views/admin/token/invite.php | Diff File | ||
mod - application/views/admin/token/remind.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-01-09 11:52 | DenisChenu | New Issue | |
2015-01-09 11:52 | DenisChenu | File Added: Token_Survey_-_2015-01-09_09.54.31.png | |
2015-01-20 20:02 | aesteban | Assigned To | => aesteban |
2015-01-20 20:02 | aesteban | Status | new => assigned |
2015-01-21 01:27 | DenisChenu | Note Added: 31476 | |
2015-01-29 01:10 | aesteban | Changeset attached | => LimeSurvey master 651cc9c4 |
2015-01-29 01:10 | aesteban | Note Added: 31523 | |
2015-01-29 01:10 | aesteban | Resolution | open => fixed |
2015-01-29 01:15 | aesteban | Note Added: 31524 | |
2015-01-29 01:16 | aesteban | Note Edited: 31524 | |
2015-01-29 01:18 | aesteban | Status | assigned => resolved |
2015-01-29 08:57 | DenisChenu | Note Added: 31525 | |
2015-01-29 12:00 | aesteban | Note Added: 31535 | |
2015-01-30 16:27 | aesteban | Changeset attached | => LimeSurvey 2.06 7ff31a23 |
2015-01-30 16:27 | aesteban | Note Added: 31578 | |
2015-01-30 17:20 | aesteban | Note Added: 31579 | |
2015-02-11 15:57 | c_schmitz | Note Added: 31660 | |
2015-02-11 15:57 | c_schmitz | Status | resolved => closed |
2015-03-16 10:07 | DenisChenu | Note Added: 31829 | |
2015-03-16 10:07 | DenisChenu | Status | closed => feedback |
2015-03-16 10:07 | DenisChenu | Resolution | fixed => reopened |
2015-03-16 10:07 | DenisChenu | File Added: Capture du 2015-03-16 10:03:03.png | |
2015-03-16 10:07 | DenisChenu | File Added: Capture du 2015-03-16 10:05:30.png | |
2015-03-16 23:52 | aesteban | Note Added: 31833 | |
2015-03-16 23:53 | aesteban | Status | feedback => assigned |
2015-03-16 23:54 | aesteban | Changeset attached | => LimeSurvey master b1318949 |
2015-03-16 23:54 | aesteban | Note Added: 31834 | |
2015-03-17 00:06 | aesteban | File Added: short_implode.png | |
2015-03-17 00:07 | aesteban | Note Edited: 31833 | |
2015-03-17 00:14 | aesteban | Changeset attached | => LimeSurvey 2.06 94328a67 |
2015-03-17 00:14 | aesteban | Note Added: 31835 | |
2015-03-17 00:15 | aesteban | Status | assigned => resolved |
2015-03-17 00:15 | aesteban | Resolution | reopened => fixed |
2015-06-12 12:41 | c_schmitz | Note Added: 32324 | |
2015-06-12 12:41 | c_schmitz | Status | resolved => closed |
2016-12-08 10:39 | c_schmitz | Category | Tokens => Survey participants (Tokens) |