View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
08141 | Bug reports | Survey taking | public | 2013-09-09 10:28 | 2013-10-05 15:49 |
Reporter | DenisChenu | Assigned To | DenisChenu | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.00+ | ||||
Fixed in Version | 2.00+ | ||||
Summary | 08141: Unable to set publicurl | ||||
Description | If we can access with different url to limesurvey, for example : internal url and external url : we are not able to use 'publicurl' or other system to allways use external url in email token invitation sending | ||||
Steps To Reproduce | With apache, in virtual host:
In config: Acces to ls with : | ||||
Additional Information | createAbsoluteUrl use $this->getRequest()->getHostInfo($schema) And getHostInfo return HOST_INFO. Sometimes this var can be bad (I have a IIS wher HOST_INFO is localhost:8080 | ||||
Tags | No tags attached. | ||||
Bug heat | 4 | ||||
Complete LimeSurvey version number (& build) | 130909 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | not relevant | ||||
Database type & version | not relevant | ||||
Server OS (if known) | debian/linux and Windows | ||||
Webserver software & version (if known) | apache or IISS | ||||
PHP Version | 5 | ||||
parent of | 08238 | closed | DenisChenu | Image url in email editor don't take publicurl into account |
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=12959 |
|
Fix committed to 2.05 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=12960 |
|
Version 2.00+ Build 130923 released |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=13142 |
|
Fix committed to 2.05 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=13143 |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=13144 |
|
Fix committed to 2.05 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=13145 |
|
LimeSurvey: master 08c678b2 2013-09-09 12:37 Details Diff |
Fixed issue 08141: Unable to set publicurl Dev: Replace default createAbsoluteUrl to use $config['publicurl'] if this one seems valid |
Affected Issues 08141 |
|
mod - application/core/LSYii_Controller.php | Diff File | ||
LimeSurvey: 2.05 1ea7736d 2013-09-09 12:40 Details Diff |
Fixed issue 08141: Unable to set publicurl Dev: Replace default createAbsoluteUrl to use $config['publicurl'] if this one seems valid |
Affected Issues 08141 |
|
mod - application/core/LSYii_Controller.php | Diff File | ||
LimeSurvey: master 2cbb836d 2013-09-09 13:04 Details Diff |
Dev: fixed issue : url are not rested after createAbsoluteUrl Dev: 08c678b2a963e8ecc7f88b5be78a235fbc3c1229 child |
Affected Issues 08141 |
|
mod - application/core/LSYii_Controller.php | Diff File | ||
LimeSurvey: 2.05 d33fdc84 2013-09-09 13:07 Details Diff |
Dev: fixed issue : url are not rested after createAbsoluteUrl Dev: 08c678b2a963e8ecc7f88b5be78a235fbc3c1229 child |
Affected Issues 08141 |
|
mod - application/core/LSYii_Controller.php | Diff File | ||
LimeSurvey: master f05f98c7 2013-10-05 11:35 Details Diff |
Dev: better fix for 08141: Unable to set publicurl Dev: don't control publicurl if is set: let admin make good decision Dev: don't update getComponent('urlManager') |
Affected Issues 08141 |
|
mod - application/core/LSYii_Controller.php | Diff File | ||
LimeSurvey: 2.05 bcc60659 2013-10-05 11:40 Details Diff |
Dev: better fix for 08141: Unable to set publicurl Dev: don't control publicurl if is set: let admin make good decision Dev: don't update getComponent('urlManager') |
Affected Issues 08141 |
|
mod - application/core/LSYii_Controller.php | Diff File | ||
LimeSurvey: master f094adc3 2013-10-05 14:32 Details Diff |
Dev: hope final fix for 08141: Unable to set publicurl Dev: final only for createAbsoluteUrl :) |
Affected Issues 08141 |
|
mod - application/core/LSYii_Controller.php | Diff File | ||
LimeSurvey: 2.05 40674faa 2013-10-05 14:35 Details Diff |
Dev: hope final fix for 08141: Unable to set publicurl Dev: final only for createAbsoluteUrl :) |
Affected Issues 08141 |
|
mod - application/core/LSYii_Controller.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-09-09 10:28 | DenisChenu | New Issue | |
2013-09-09 12:37 | DenisChenu | Changeset attached | => LimeSurvey master 08c678b2 |
2013-09-09 12:37 | DenisChenu | Note Added: 26184 | |
2013-09-09 12:37 | DenisChenu | Assigned To | => DenisChenu |
2013-09-09 12:37 | DenisChenu | Resolution | open => fixed |
2013-09-09 12:40 | DenisChenu | Changeset attached | => LimeSurvey 2.05 1ea7736d |
2013-09-09 12:40 | DenisChenu | Note Added: 26185 | |
2013-09-09 12:41 | DenisChenu | Status | new => resolved |
2013-09-09 12:41 | DenisChenu | Fixed in Version | => 2.00+ |
2013-09-09 13:07 | DenisChenu | Changeset attached | => LimeSurvey 2.05 d33fdc84 |
2013-09-09 13:08 | DenisChenu | Changeset attached | => LimeSurvey master 2cbb836d |
2013-09-23 13:27 | c_schmitz | Note Added: 26322 | |
2013-09-23 13:27 | c_schmitz | Status | resolved => closed |
2013-10-05 11:35 | DenisChenu | Changeset attached | => LimeSurvey master f05f98c7 |
2013-10-05 11:35 | DenisChenu | Note Added: 26534 | |
2013-10-05 11:40 | DenisChenu | Changeset attached | => LimeSurvey 2.05 bcc60659 |
2013-10-05 11:40 | DenisChenu | Note Added: 26535 | |
2013-10-05 14:33 | DenisChenu | Changeset attached | => LimeSurvey master f094adc3 |
2013-10-05 14:33 | DenisChenu | Note Added: 26536 | |
2013-10-05 14:35 | DenisChenu | Changeset attached | => LimeSurvey 2.05 40674faa |
2013-10-05 14:35 | DenisChenu | Note Added: 26537 | |
2013-10-05 15:49 | DenisChenu | Relationship added | parent of 08238 |