The sidebar menu items in the People view (user profiles) currently include User, Tasks, Revisions, Commits, Badges, Manage.
Tasks implicitly refers to assigned tasks, while Revisions implicitly refers to authored revisions.
However, some (maybe less developer workflow oriented) users have expected Tasks to link to their authored tasks instead.
Thus add an additional menu item called Authored Tasks which allows a quick view of the tasks created by the user.
Also be more explicit about the relationship between user and objects by adding an adjective ("Authored", "Assigned", "Received") to their names.
We have two Tasks related items now, so we need to differentiate anyway.
Closes T15998
fix some lint stuff