In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1039 [In-Portal CMS] Front End bug report always 2011-04-19 08:46 2011-09-19 16:08
alex  
alex  
normal  
closed 5.1.2  
fixed  
 
none 5.1.3-RC1  
https://groups.google.com/d/topic/in-portal-dev/aYoy9kFj_hA/discussion
Fixed referrer detection for form submissions
0
0001039: Incorrect detection of Referrer field in form submissions
In-Portal has nice "ReferrerURL" field in each form submissions, that represents the page, that was visited before a "Contact Us" (or any other) form was submitted.

In this test scenario referrer will be correct:
visitor have found a link to a contacts us form on other website
clicked on it
filled in all form and submitted it

However in this test scenario referrer will be incorrect:
visitor have found a link to a contacts us form on other website
clicked on it
visitor browsed to other page on a website
found a link to contact us form there
filled in all form and submitted it
In this case referrer will be our own website and not that other website, that user have visited and found link ours website.


We need to fix that 2nd scenario.
patch form_submission_referrer_fix.patch (1,610) 2011-04-19 09:10
http://tracker.in-portal.org/file_download.php?file_id=992&type=bug
Issue History
2011-09-19 16:08 alex Note Added: 0003814
2011-09-19 16:08 alex Status resolved => closed
2011-07-08 05:06 alex Note Added: 0003604
2011-07-08 05:06 alex Status reviewed and tested => resolved
2011-07-08 05:06 alex Fixed in Version => 5.1.3-RC1
2011-07-08 05:06 alex Resolution open => fixed
2011-07-08 05:06 alex Assigned To !COMMUNITY => alex
2011-07-08 05:06 alex Changeset attached 5.1.x r14440
2011-07-07 10:07 Dmitry Change Log Message => Fixed referrer detection for form submissions
2011-07-07 10:06 Dmitry Note Added: 0003595
2011-07-07 10:06 Dmitry Target Version Icebox => 5.1.3
2011-04-19 21:54 Dmitry Note Added: 0003412
2011-04-19 21:54 Dmitry Status needs testing => reviewed and tested
2011-04-19 09:10 alex Assigned To => !COMMUNITY
2011-04-19 09:10 alex Developer => alex
2011-04-19 09:10 alex Status active => needs testing
2011-04-19 09:10 alex File Added: form_submission_referrer_fix.patch
2011-04-19 08:46 alex New Issue
2011-04-19 08:46 alex Reference => https://groups.google.com/d/topic/in-portal-dev/aYoy9kFj_hA/discussion

Notes
(0003412)
Dmitry   
2011-04-19 21:54   
Tested good
(0003595)
Dmitry   
2011-07-07 10:06   
Patch has been reviewed and tested. Moved to 5.1.3 release to get it out the way and make Merge to 5.2.0 easier.
(0003604)
alex   
2011-07-08 05:06   
Fix committed to 5.1.x branch. Commit Message:

Fixes 0001039: Incorrect detection of Referrer field in form submissions
(0003814)
alex   
2011-09-19 16:08   
Closing, since 5.1.3 release has been released.