summaryrefslogtreecommitdiffstats
path: root/apps/patchwork/views/__init__.py
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2015-03-23 17:56:22 +1100
committerJeremy Kerr <jk@ozlabs.org>2015-05-03 13:43:42 +0800
commit3d74843a8982926ab4ce310ed937a4f41ee36810 (patch)
treea5e9c3c284b6ea149ef8b7d324f4faf3ab020b8a /apps/patchwork/views/__init__.py
parentf0ad2c6a249c0ee3a4b356e10033ea0041ecbea4 (diff)
downloadpatchwork-3d74843a8982926ab4ce310ed937a4f41ee36810.tar.bz2
patchwork-3d74843a8982926ab4ce310ed937a4f41ee36810.tar.xz
Make the submitter name link to a query for that submitter
Currently the submitter name is rendered as a mailto: link. This is possibly useful in some circumstances, but in my experience is not usually what I want. Although it opens a mail to the submitter, it doesn't include any of the patch context, so is not very helpful. Instead the submitter link can be a link to a query for patches by that submitter. In my experience that is more useful, ie. when looking at a single patch for a submitter you can then quickly get the list of all patches by them. So do that conversion. In order to do it we need to know the current project, so that becomes a parameter to personify. I believe the url reversal is correct, though it's not pretty, and pulling SubmitterFilter.param out feels a little wrong, but is the best solution I could come up with. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'apps/patchwork/views/__init__.py')
0 files changed, 0 insertions, 0 deletions