Change ReferrerUrl column type to Text to support longer Referrers in Form Submissions
Components
Labels
None
Description
Context Information
None
Additional information (do not use)
None
Attachments
1
Activity
Show:
Alex September 19, 2011 at 9:08 PM
Closing, since 5.1.3 release has been released.
Alex May 20, 2011 at 10:17 AM
Fix committed to [b]5.1.x branch/b. Commit Message:
Fixes #0001041: Change ReferrerUrl column type to Text to support longer Referrers in Form Submission
Commit on behalf of Dmitry
Alex May 20, 2011 at 10:16 AM
Moving to 5.1.3, since without it all visitors from Google search results aren't recorded.
Alex May 20, 2011 at 10:15 AM
ok
Fixed
Priority
Assignee
Reporter
Dmitry Andrejev
Dmitry AndrejevDeveloper
Dmitry Andrejev
Dmitry AndrejevChange Log Message
Changed ReferrerUrl type to save longed values
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
External issue ID
1041
External issue URL
Fix versions
Affects versions
Created April 20, 2011 at 3:13 AM
Updated December 29, 2024 at 9:14 PM
Resolved September 19, 2011 at 9:08 PM
Currently there is an issue with limitation on ReferrerUrl value size (currently Varchar 255) in Form Submissions.
We should change ReferrerUrl field DB type to TEXT and adjust Unit Config respectfully.