Add "Authored Tasks" view / item to user profile menu
Summary:
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
Test Plan:
* As user1, create tasks and assign tasks to yourself.
* Go to http://phorge.localhost/p/user1/ and click the menu items in the sidebar, including the new option "Authored Tasks".
* Click both "Assigned Tasks" and "Authored Tasks" in the sidebar on http://phorge.localhost/p/user1/ and get results displayed.
* Being logged in, on a default installation go to http://phorge.localhost/maniphest/ to still see your assigned tasks and "Assigned" and "Authored" as Query options in the sidebar (no change in behavior).
* Go to the direct URIs http://phorge.localhost/people/tasks/assigned/1/ and its legacy URI http://phorge.localhost/people/tasks/1/ and still get the assigned tasks of that user within their profile view.
* Go to the direct URI http://phorge.localhost/people/tasks/authored/1/ and get the authored tasks of that user within their profile view.
Reviewers: O1 Blessed Committers, mainframe98
Reviewed By: O1 Blessed Committers, mainframe98
Subscribers: mainframe98, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno
Maniphest Tasks: T15998
Differential Revision: https://we.phorge.it/D25889