Needs review
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
user data
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Feb 2012 at 06:13 UTC
Updated:
16 Jan 2019 at 02:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehnerThanks for the patch in general, it totally makes sense.
Please don't remove the check_plain call here. As format_username says, that's the unsanitized string.
Comment #2
Bevan commentedComment #3
dawehnerThis looks fine.
Comment #4
dawehnerThanks for providing a patch. Committed it to 7.x-3.x
Comment #6
aaronbaumanShouldn't the UID argument behavior be the same regardless of whether the "user validation" option is enabled?
Seems like an oversight to not update the actual argument handler as well.
Attached patch updates views_handler_argument_user_uid.inc::title_query()
Comment #7
chris matthews commentedThe 4 year old patch in #6 to views_handler_argument_user_uid.inc applied cleanly to the latest views 7.x-3.x-dev and if still relevant needs to be reviewed.